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
Sun, 01 Dec 2019 02:04:24 +0100 mod_net_multiplex: Remove debug message
Kim Alvefur <zash@zash.se> [Sun, 01 Dec 2019 02:04:24 +0100] rev 10479
mod_net_multiplex: Remove debug message This was something I added during development and set to info level for visibility.
Sun, 01 Dec 2019 01:21:58 +0100 net.server_select: Remove prefix added to TLS handshaker errors
Kim Alvefur <zash@zash.se> [Sun, 01 Dec 2019 01:21:58 +0100] rev 10478
net.server_select: Remove prefix added to TLS handshaker errors For consistency. None of the other implementations do this.
Sun, 01 Dec 2019 01:20:34 +0100 mod_s2s: Improve TLS handshake error messages
Kim Alvefur <zash@zash.se> [Sun, 01 Dec 2019 01:20:34 +0100] rev 10477
mod_s2s: Improve TLS handshake error messages This should make it clearer that it's about the TLS handshake. Otherwise it's something like "unsupported protocol" or "no shared ciphers" that might not be that obvious.
Sat, 30 Nov 2019 23:33:39 +0100 mod_s2s: Log from session logger
Kim Alvefur <zash@zash.se> [Sat, 30 Nov 2019 23:33:39 +0100] rev 10476
mod_s2s: Log from session logger Helps locating all messages related to a specific session
Sat, 30 Nov 2019 23:29:15 +0100 mod_s2s: Improve log message about forbidding insecure connections
Kim Alvefur <zash@zash.se> [Sat, 30 Nov 2019 23:29:15 +0100] rev 10475
mod_s2s: Improve log message about forbidding insecure connections This new wording generator is nice.
Sat, 30 Nov 2019 21:56:21 +0100 mod_admin_telnet: Sort hosts
Kim Alvefur <zash@zash.se> [Sat, 30 Nov 2019 21:56:21 +0100] rev 10474
mod_admin_telnet: Sort hosts Groups by domain in DNS hierarchy order or something. Why not split on '.' you ask? Well becasue that's not what I typed here. Also "[^.]" is longer than "%P".
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip