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?
Sun, 19 Sep 2021 16:28:16 +0200 mod_bosh: Fix typo in comment
Kim Alvefur <zash@zash.se> [Sun, 19 Sep 2021 16:28:16 +0200] rev 11812
mod_bosh: Fix typo in comment
Sun, 19 Sep 2021 15:52:07 +0200 mod_register_limits: Reword some options
Kim Alvefur <zash@zash.se> [Sun, 19 Sep 2021 15:52:07 +0200] rev 11811
mod_register_limits: Reword some options Remember to remove the compatibility things in some future version
Fri, 17 Sep 2021 16:28:07 +0200 MUC: Reject full JID in affiliation queries
Kim Alvefur <zash@zash.se> [Fri, 17 Sep 2021 16:28:07 +0200] rev 11810
MUC: Reject full JID in affiliation queries XEP-0045 states: > Affiliations are granted, revoked, and maintained based on the user's > bare JID, not the nick as with roles. Therefore inclusion of a full JID in affiliation queries is invalid. Thanks to Ge0rG and Poezio for discovering this issue.
Fri, 17 Sep 2021 12:42:04 +0200 net.server_epoll: Fix indentation messed up in last merge
Kim Alvefur <zash@zash.se> [Fri, 17 Sep 2021 12:42:04 +0200] rev 11809
net.server_epoll: Fix indentation messed up in last merge Seems to have happened in 6427e2642976, probably because of Meld
Wed, 15 Sep 2021 18:39:37 +0200 net.server_epoll: Don't immediately destroy upon getting closed on read
Kim Alvefur <zash@zash.se> [Wed, 15 Sep 2021 18:39:37 +0200] rev 11808
net.server_epoll: Don't immediately destroy upon getting closed on read Instead try to write any remaining buffered data. If the write attempt also fails with "closed" then there's nothing we can do and the socket is gone. This reverts what appears to be a mistakenly included part of c8aa66595072 Thanks jonas’ for noticing
Wed, 15 Sep 2021 15:34:57 +0200 mod_pubsub: Advertise support for 'max' as value for max_items
Kim Alvefur <zash@zash.se> [Wed, 15 Sep 2021 15:34:57 +0200] rev 11807
mod_pubsub: Advertise support for 'max' as value for max_items Ref #1643
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip