Thu, 23 Sep 2021 17:50:33 +0200 mod_muc_mam: Fix reference to "user" in debug message copied from mod_mam
Kim Alvefur <zash@zash.se> [Thu, 23 Sep 2021 17:50:33 +0200] rev 11822
mod_muc_mam: Fix reference to "user" in debug message copied from mod_mam
Thu, 23 Sep 2021 15:53:39 +0200 mod_muc_mam: Merge main and RSM-specific log message into a single one
Kim Alvefur <zash@zash.se> [Thu, 23 Sep 2021 15:53:39 +0200] rev 11821
mod_muc_mam: Merge main and RSM-specific log message into a single one
Thu, 23 Sep 2021 15:25:51 +0200 mod_muc_mam: Fix copypaste mistake in debug logging
Kim Alvefur <zash@zash.se> [Thu, 23 Sep 2021 15:25:51 +0200] rev 11820
mod_muc_mam: Fix copypaste mistake in debug logging This line was copied from mod_mam, where `origin.username` made sense, less so here.
Wed, 22 Sep 2021 13:31:13 +0100 mod_message: Fire event for groupchat messages sent to bare JID
Matthew Wild <mwild1@gmail.com> [Wed, 22 Sep 2021 13:31:13 +0100] rev 11819
mod_message: Fire event for groupchat messages sent to bare JID This is becoming more common in XMPP as people experiment with a MIX-like model where the bare JID joins a group chat instead of a full JID. Specifically right now this is being added to help with processing notifications from mod_muc_offline_delivery.
Wed, 22 Sep 2021 13:29:47 +0200 net.server_epoll: Separate handling of "closed" from other errors
Kim Alvefur <zash@zash.se> [Wed, 22 Sep 2021 13:29:47 +0200] rev 11818
net.server_epoll: Separate handling of "closed" from other errors The intent is to ensure 'ondisconnect' only gets called once, while giving buffered outgoing data a last chance to be delivered via the :close() path in case the connection was only shutdown in one direction.
Wed, 22 Sep 2021 11:27:55 +0200 net.server_epoll: Skip attempt to flush write buffer when not connected
Kim Alvefur <zash@zash.se> [Wed, 22 Sep 2021 11:27:55 +0200] rev 11817
net.server_epoll: Skip attempt to flush write buffer when not connected Before 22825cb5dcd8 connection attempts that failed (e.g. connection refused) would be immediately destroyed. After, it would schedule another write cycle and then report 'ondisconnect' again when failing. Thanks Martin for reporting
Mon, 20 Sep 2021 15:51:43 +0200 Merge 0.11->trunk
Kim Alvefur <zash@zash.se> [Mon, 20 Sep 2021 15:51:43 +0200] rev 11816
Merge 0.11->trunk
Mon, 20 Sep 2021 14:38:08 +0200 net.server_epoll: Add a hard deadline on shutdown to extra-fix #1670 0.11
Kim Alvefur <zash@zash.se> [Mon, 20 Sep 2021 14:38:08 +0200] rev 11815
net.server_epoll: Add a hard deadline on shutdown to extra-fix #1670 Should ensure shutdown even if sockets somehow take a very long to get closed.
Mon, 20 Sep 2021 14:42:18 +0200 net.server_epoll: Close sockets added after shutdown signal (fixes #1670) 0.11
Kim Alvefur <zash@zash.se> [Mon, 20 Sep 2021 14:42:18 +0200] rev 11814
net.server_epoll: Close sockets added after shutdown signal (fixes #1670) This should ensure that sockets get closed even if they are added after the quit signal. Otherwise they may keep the server alive.
Sat, 11 Sep 2021 22:26:50 +0200 prosodyctl: Fix later import of LuaFileSystem 0.11
Kim Alvefur <zash@zash.se> [Sat, 11 Sep 2021 22:26:50 +0200] rev 11813
prosodyctl: Fix later import of LuaFileSystem lfs or WHAT How did this even happen?
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip