Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
uniqush-push-2.6.1-1.x86_64.rpm | 2018-07-21 | 3.3 MB | |
uniqush-push_2.6.1_amd64.deb | 2018-07-21 | 3.3 MB | |
uniqush-push_2.6.1_x86_64.tar.gz | 2018-07-21 | 3.3 MB | |
README.md | 2018-07-21 | 651 Bytes | |
Release 2.6.1.tar.gz | 2018-07-21 | 83.8 kB | |
Release 2.6.1.zip | 2018-07-21 | 129.3 kB | |
Totals: 6 Items | 10.1 MB | 0 |
- Maintenance: Fix various code style warnings from code linters (e.g. gometalinter). Refactor and document code.
- Bugfix: Fix the rare "No device" errors seen when retrying a push. (PR [#222])
- Bugfix: Fix the regular expression used as a sanity check of subscriptions and services. (PR [#222])
The intended accepted characters for use in services and subscriptions were
a-z, A-Z, 0-9, -, _, @ or .
Forbid using the backtick in service and subscription names (this was accidentally permitted by the invalid regex).
Continue allowing a small number of other invalid characters for now, those may be deprecated in future releases.