forked from pool/xmpp-dns
Added: * Add support for punycode domains. Changed: * Support ALPN for BOSH and websocket connections. * BOSH + websocket: Check certificate validity for target domain not service domain. * Update link relations to version of 2025-03-27.
137 lines
4.8 KiB
Plaintext
137 lines
4.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Aug 13 12:01:06 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.5.0:
|
|
Added:
|
|
* Add support for punycode domains.
|
|
Changed:
|
|
* Support ALPN for BOSH and websocket connections.
|
|
* BOSH + websocket: Check certificate validity for target domain not service domain.
|
|
* Update link relations to version of 2025-03-27.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 15 09:04:20 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.4.3:
|
|
Changed:
|
|
* Host Meta (2): Improve output readability.
|
|
* Host Meta (2): Explicitly allow redirects.
|
|
* Host Meta 2: Also check host-meta2 if host-meta failed.
|
|
* QUIC: Improve layout.
|
|
* Websocket S2S: Set from attribute.
|
|
* Direct TLS: Stop connection test after failure.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 26 07:01:48 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.4.2:
|
|
Added:
|
|
* Host Meta 2: Show and test c2s Direct TLS.
|
|
* Host Meta 2: Show and test s2s Direct TLS.
|
|
* Host Meta 2: Show c2s Quic.
|
|
* Host Meta 2: Show s2s Quic.
|
|
* Host Meta 2: Show and test s2s Websocket.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 21 06:00:12 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.4.1:
|
|
* Also check connection to BOSH endpoints.
|
|
* Add more verbose version information to --version (requires xmppsrv >= 0.3.2).
|
|
* Also respect custom resolver setting for host-meta(2) (via xmppsrv 0.3.1).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 19 05:51:44 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.4.0:
|
|
Added:
|
|
* Support for XEP-0487 (Host Meta 2).
|
|
* Support for XEP-0156 (Discovering Alternative XMPP Connection Methods).
|
|
* Support for connecting over websockets.
|
|
Changed:
|
|
* Only check standard ports as fallback.
|
|
* Simplify output.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 8 06:16:00 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.3.11:
|
|
* Properly detect all stream errors.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 26 08:10:24 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.3.10:
|
|
* Fix stream initialization bug with StartTLS
|
|
* Further improve StartTLS stream initialization.
|
|
* Improve error messages when server closes connection.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 10 19:29:21 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.3.9:
|
|
* Also apply timeout when server doesn't reply to StartTLS
|
|
initialisation.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 23 03:41:00 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.3.8:
|
|
* Don't look up IPs and don't try to connect if the SRV records
|
|
target is ".".
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 17 07:25:34 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.3.7:
|
|
* Show reason for denied s2s due to policy-violation.
|
|
* Apply timeout to TLS handshake as well instead of only for the
|
|
tcp connection.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 28 06:50:51 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.3.6:
|
|
* Remove println() added for debugging.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 28 06:50:12 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.3.5:
|
|
* Don't use CNAME of xmpp server domain for SRV lookups
|
|
(via xmppsrv UNRELEASED).
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 28 13:35:31 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.3.4:
|
|
* Fix namespace for xmpps-client stream opening (jabber:client
|
|
instead of jabber:server).
|
|
* Add from attribute for server-to-server connection test.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 18 12:04:13 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.3.3:
|
|
* Fix wrong timeout parsing on some systems.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 7 07:29:00 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.3.2:
|
|
* Fix detection of XMPP support when using direct TLS and ALPN.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 22 08:39:21 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.3.1:
|
|
* Print error details if SRV lookup fails.
|
|
* Print error details if IP lookup fails.
|
|
* Respect CNAME records.
|
|
* Detect CNAME loops (max. 5 CNAMEs) (via xmppsrv >= 0.2.4)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 4 10:38:24 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Initial package of xmpp-dns 0.3.0 for openSUSE
|