Releases: prose-im/prose-pod-server
0.3.7
- Update Prosody to include a hotfix to a bug introduced last time we updated Prosody
Full Changelog: 0.3.6...0.3.7
0.3.6
-
Update Prosody [@RemiBardon]
mod_tokenauth: Fix expiry lasting one second too much
Because the code was using
< now
in a lot of places, things expiring at the current second
wouldn't be marked as expired. It isn't noticeable in real-world scenarios but I wanted to
create OAuth 2.0 tokens valid for 0 second in integration tests and it wasn't possible.By using
<=
instead of<
, we make sure tokens don't live a single millisecond more than
what they are supposed to.
Full Changelog: 0.3.5...0.3.6
0.3.5
Full Changelog: 0.3.4...0.3.5
0.3.4
Full Changelog: 0.3.3...0.3.4
0.3.3
Full Changelog: 0.3.2...0.3.3
0.3.2
-
Update Prosody to include the two fixes from prose-im/prosody@2ef0e12...25bd9e7 [@RemiBardon].
Details:
Without it,
mod_admin_rest
would always throw an error saying "Prosody is not running".
Full Changelog: 0.3.1...0.3.2
0.3.1
- Depend on Prose fork of Prosody [@RemiBardon].
- Depend on
mod_admin_rest
submodule from @RemiBardon [@RemiBardon].
Full Changelog: 0.3.0...0.3.1
0.3.0
- Initial minimalistic release of the server Docker image [@valeriansaliou].