Tue, 15 Oct 2019 00:13:52 +0200 doc/doap: Claim support for XEP-0268 via mod_csi_simple
Kim Alvefur <zash@zash.se> [Tue, 15 Oct 2019 00:13:52 +0200] rev 10339
doc/doap: Claim support for XEP-0268 via mod_csi_simple mod_csi_simple tries to follow the advice in XEP-0268. Notably, since 7d78b24d8449 it also does this: > If the server receives data, the phones radio is already on, therefore > you should flush any pending data as soon as possible after receiving > data from a client
Sun, 13 Oct 2019 00:33:35 +0200 mod_saslauth: Remove useless debug log line
Kim Alvefur <zash@zash.se> [Sun, 13 Oct 2019 00:33:35 +0200] rev 10338
mod_saslauth: Remove useless debug log line Fairly useless to only log half of SASL messages. Use mod_stanza_debug instead to get the full exchange.
Sun, 13 Oct 2019 00:32:58 +0200 mod_saslauth: Remove commented-out debug log line
Kim Alvefur <zash@zash.se> [Sun, 13 Oct 2019 00:32:58 +0200] rev 10337
mod_saslauth: Remove commented-out debug log line
Sat, 12 Oct 2019 20:22:07 +0200 net.server_epoll: Save IP and port from connection creation call
Kim Alvefur <zash@zash.se> [Sat, 12 Oct 2019 20:22:07 +0200] rev 10336
net.server_epoll: Save IP and port from connection creation call Might come out of :getpeername different later but at least it's something.
Sat, 12 Oct 2019 20:15:31 +0200 server_epoll: Log full string represestation when connected
Kim Alvefur <zash@zash.se> [Sat, 12 Oct 2019 20:15:31 +0200] rev 10335
server_epoll: Log full string represestation when connected Since they may have been unknown when the connection was created.
Sat, 12 Oct 2019 20:12:04 +0200 net.server_epoll: Handle getpeer/sockname returning a normal error
Kim Alvefur <zash@zash.se> [Sat, 12 Oct 2019 20:12:04 +0200] rev 10334
net.server_epoll: Handle getpeer/sockname returning a normal error These will sometimes return nil, "Transport not connected" but not throw a hard error. This shouldn't be treated as success.
Sat, 12 Oct 2019 20:07:50 +0200 net.server_epoll: Fix to get remote IP on direct TLS connections
Kim Alvefur <zash@zash.se> [Sat, 12 Oct 2019 20:07:50 +0200] rev 10333
net.server_epoll: Fix to get remote IP on direct TLS connections A Direct TLS connection (eg HTTPS) gets turned into a LuaSec handle before the :updatenames call done in the :connect method. LuaSec does not expose the :getpeername and :getsockname methods, so the addresses remain obscured, making debugging trickier since the actual IP addrerss connected to does not show up.
Sat, 12 Oct 2019 19:51:29 +0200 net.server_epoll: Move a log message to improve ordering
Kim Alvefur <zash@zash.se> [Sat, 12 Oct 2019 19:51:29 +0200] rev 10332
net.server_epoll: Move a log message to improve ordering It was weird that it said "Prepared to start TLS" before "Client .. created"
Sat, 12 Oct 2019 19:31:48 +0200 net.http.files: Explicitly convert number to string, avoiding implicit coercion
Kim Alvefur <zash@zash.se> [Sat, 12 Oct 2019 19:31:48 +0200] rev 10331
net.http.files: Explicitly convert number to string, avoiding implicit coercion
Sat, 12 Oct 2019 19:30:29 +0200 net.http.server: Explicitly convert number to string, avoiding implicit coercion
Kim Alvefur <zash@zash.se> [Sat, 12 Oct 2019 19:30:29 +0200] rev 10330
net.http.server: Explicitly convert number to string, avoiding implicit coercion
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip