2022-09-29 14:28:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 29 14:27:43 UTC 2022 - mvetter@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.5.3:
|
|
|
|
* Prepare release v0.5.3
|
|
|
|
* Don't check for empty message in listen mode.
|
|
|
|
* Start new development cycle.
|
|
|
|
* Release v0.5.2
|
|
|
|
* Update go modules.
|
|
|
|
* Don't connect to the XMPP server if the message is empty
|
|
|
|
* Update go modules.
|
|
|
|
* Remove another "little".
|
|
|
|
* Remove the "little".
|
|
|
|
* Fix typo.
|
|
|
|
* Improve error handling in XML parsing.
|
|
|
|
* Update go modules.
|
|
|
|
* Update go modules.
|
|
|
|
* Update go modules.
|
|
|
|
* Update go modules.
|
|
|
|
* Update go modules.
|
|
|
|
* Update go modules.
|
|
|
|
* Update go modules.
|
|
|
|
* Use resource as alias if specified and no alias is specified.
|
|
|
|
* Update go modules.
|
|
|
|
* Deprecate resource setting and introduce alias setting.
|
|
|
|
* Update go modules.
|
|
|
|
* Detect CNAME loops.
|
|
|
|
* Update go modules.
|
|
|
|
* Perform CNAME look ups.
|
|
|
|
* Update go modules.
|
|
|
|
* Fix typo.
|
|
|
|
* Reply to IQs.
|
|
|
|
* CI: Strip binaries.
|
|
|
|
* Update go modules.
|
|
|
|
* Update go modules.
|
|
|
|
* Remove local replace in go.mod.
|
|
|
|
* Update manpage.
|
|
|
|
* Add new lines to stanzas created by go-sendxmpp itself.
|
|
|
|
* Update go modules.
|
|
|
|
* CI: Only build binaries for releases.
|
|
|
|
* CI: Disable PIE for 32bit builds.
|
|
|
|
* CI: Try 'static-pie' for 32bit builds.
|
|
|
|
* CI: Enable all builds except linux/386.
|
|
|
|
* CI: Disable all builds except amd64 for testing.
|
|
|
|
* Hopefully fix CI.
|
|
|
|
* Revert "Add hardening flags to CI builds."
|
|
|
|
* Revert "Remove `-race` from CI build."
|
|
|
|
* Remove `-race` from CI build.
|
|
|
|
* Add hardening flags to CI builds.
|
|
|
|
* Update go modules.
|
|
|
|
* Words…
|
|
|
|
* Update go modules.
|
|
|
|
* Update go modules.
|
|
|
|
* Fix tense.
|
|
|
|
* Added more checks for empty messages.
|
|
|
|
* Update go modules.
|
|
|
|
* Ox: Don't encrypt empty messages.
|
|
|
|
* Ox: Improve error messages for failed key requests.
|
|
|
|
* Update modules.
|
|
|
|
* Update modules.
|
|
|
|
* Update go modules.
|
|
|
|
* Update go modules.
|
|
|
|
* Start new development cycle.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 29 14:26:25 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.5.3:
|
|
|
|
* Don't check for empty message when --listen is used.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 29 14:25:49 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.5.2:
|
|
|
|
Added:
|
|
|
|
* Reply to disco#info queries.
|
|
|
|
* Send service-unavailable errors for all other IQs of type get and set.
|
|
|
|
* New config option and command line flag alias to uncouple MUC
|
|
|
|
nickname/alias from resource.
|
|
|
|
Changed:
|
|
|
|
* Ox: Improve error messages for failed key requests.
|
|
|
|
* Ox: Do not encrypt empty messages.
|
|
|
|
* Check for empty messages.
|
|
|
|
* Always look up CNAME before doing SRV lookups (via xmppsrv v0.2.3).
|
|
|
|
* Detect CNAME loops (max. 5 CNAMEs) (via xmppsrv >= v0.2.4).
|
|
|
|
* Deprecate resource config option and command line flag.
|
|
|
|
* Improve error handling in XML parsing.
|
|
|
|
* Don't connect to the XMPP server if the message is empty.
|
|
|
|
|
2022-08-04 13:52:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 4 13:52:01 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
|
|
|
|
|
|
|
- Initial package of go-sendxmpp 0.5.1 for openSUSE
|