Sat, 10 Nov 2018 13:37:32 +0100 mod_s2s: Use net.connect instead of s2sout.lib for outgoing s2s connections
Kim Alvefur <zash@zash.se> [Sat, 10 Nov 2018 13:37:32 +0100] rev 10124
mod_s2s: Use net.connect instead of s2sout.lib for outgoing s2s connections
Sat, 10 Aug 2019 16:01:42 +0200 mod_muc_mam: Conditionally advertise MAM feature on rooms (fixes #1407)
Kim Alvefur <zash@zash.se> [Sat, 10 Aug 2019 16:01:42 +0200] rev 10123
mod_muc_mam: Conditionally advertise MAM feature on rooms (fixes #1407)
Fri, 02 Aug 2019 21:57:57 +0200 mod_vcard_legacy: Complete roundtrip support for ORG/ORGNAME
Kim Alvefur <zash@zash.se> [Fri, 02 Aug 2019 21:57:57 +0200] rev 10122
mod_vcard_legacy: Complete roundtrip support for ORG/ORGNAME vcard-temp -> vcard4 worked previously but not the other way around
Sat, 19 Jan 2019 22:01:54 +0100 mod_vcard_legacy: Add support for JABBERID - impp/uri conversion
Kim Alvefur <zash@zash.se> [Sat, 19 Jan 2019 22:01:54 +0100] rev 10121
mod_vcard_legacy: Add support for JABBERID - impp/uri conversion
Fri, 02 Aug 2019 08:56:29 +0200 util.stanza: Use :text_tag internally everywhere
Kim Alvefur <zash@zash.se> [Fri, 02 Aug 2019 08:56:29 +0200] rev 10120
util.stanza: Use :text_tag internally everywhere May allow future changes in a single place.
Thu, 01 Aug 2019 05:25:34 +0200 mod_s2s: Distinguish between high and low level errors in bounces
Kim Alvefur <zash@zash.se> [Thu, 01 Aug 2019 05:25:34 +0200] rev 10119
mod_s2s: Distinguish between high and low level errors in bounces `remote-server-not-found` is reported for problems occurring without a reply `<stream>` having been opened, e.g. DNS records were not found or no TCP stream could be established to a functioning XMPP entity. `remote-server-timeout` is reported for problems that occurring after a stream has been opened, such as configuration problems, inability to perform TLS or unsuccessful certificate validation. Related: #770
Tue, 30 Jul 2019 02:36:15 +0200 net.adns: Remove unused local [luacheck]
Kim Alvefur <zash@zash.se> [Tue, 30 Jul 2019 02:36:15 +0200] rev 10118
net.adns: Remove unused local [luacheck]
Tue, 30 Jul 2019 02:35:28 +0200 net.websocket: Fix log call to pass data via format string instead of concatenation
Kim Alvefur <zash@zash.se> [Tue, 30 Jul 2019 02:35:28 +0200] rev 10117
net.websocket: Fix log call to pass data via format string instead of concatenation
Tue, 30 Jul 2019 02:35:17 +0200 net.*: Remove tostring call from logging
Kim Alvefur <zash@zash.se> [Tue, 30 Jul 2019 02:35:17 +0200] rev 10116
net.*: Remove tostring call from logging Taken care of by loggingmanager now
Tue, 30 Jul 2019 02:29:36 +0200 plugins: Remove tostring call from logging
Kim Alvefur <zash@zash.se> [Tue, 30 Jul 2019 02:29:36 +0200] rev 10115
plugins: Remove tostring call from logging Taken care of by loggingmanager now Mass-rewrite using lua pattern like `tostring%b()`
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip