Sat, 07 Dec 2019 17:39:29 +0100 net.connect: Mention RFC 6724 regression
Kim Alvefur <zash@zash.se> [Sat, 07 Dec 2019 17:39:29 +0100] rev 10489
net.connect: Mention RFC 6724 regression Default Address Selection algorithm is not applied, resulting in a strong bias towards IPv4.
Sat, 07 Dec 2019 17:05:00 +0100 net.connect: Add some TODOs and FIXMEs
Kim Alvefur <zash@zash.se> [Sat, 07 Dec 2019 17:05:00 +0100] rev 10488
net.connect: Add some TODOs and FIXMEs And mention issue numbers: #1246, #1428 and #1429
Wed, 04 Dec 2019 22:37:20 +0100 mod_s2s: Invert condition to return early and reduce indentation
Kim Alvefur <zash@zash.se> [Wed, 04 Dec 2019 22:37:20 +0100] rev 10487
mod_s2s: Invert condition to return early and reduce indentation
Tue, 03 Dec 2019 17:29:43 +0100 mod_s2s: Fix mistake in 28755107c2f4
Kim Alvefur <zash@zash.se> [Tue, 03 Dec 2019 17:29:43 +0100] rev 10486
mod_s2s: Fix mistake in 28755107c2f4
Mon, 02 Dec 2019 16:00:16 +0100 mod_saslauth: Advertise correct set of mechanisms
Kim Alvefur <zash@zash.se> [Mon, 02 Dec 2019 16:00:16 +0100] rev 10485
mod_saslauth: Advertise correct set of mechanisms Mistakenly iterates over the set of all supported mechanisms instead of the one without insecure mechanisms if the connection is insecure. Not a problem if c2s_require_encryption is true Introduced in 56a0f68b7797
Sun, 01 Dec 2019 20:25:20 +0100 util.*.c: Add static qualifiers everywhere
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sun, 01 Dec 2019 20:25:20 +0100] rev 10484
util.*.c: Add static qualifiers everywhere
Sun, 01 Dec 2019 23:34:49 +0100 util.encodings: Remove redundant cast
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sun, 01 Dec 2019 23:34:49 +0100] rev 10483
util.encodings: Remove redundant cast
Sun, 01 Dec 2019 23:34:45 +0100 util.encodings: Don’t export unneeded symbols
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sun, 01 Dec 2019 23:34:45 +0100] rev 10482
util.encodings: Don’t export unneeded symbols This reduces the binary size from 22704 B to 18592 B.
Sun, 01 Dec 2019 12:21:26 +0100 mod_s2s: Refactor stream error handling on close
Kim Alvefur <zash@zash.se> [Sun, 01 Dec 2019 12:21:26 +0100] rev 10481
mod_s2s: Refactor stream error handling on close Deduplicates the 3 log calls that log the same thing but subtly differently. The first one would say "Disconnecting localhost" and the last one didn't log the IP.
Sun, 01 Dec 2019 12:19:36 +0100 mod_s2s: Use stanza type check instead of duck typing
Kim Alvefur <zash@zash.se> [Sun, 01 Dec 2019 12:19:36 +0100] rev 10480
mod_s2s: Use stanza type check instead of duck typing
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip