Sun, 12 Sep 2021 15:47:06 +0200 net.server_epoll: Try to make port number related methods sane
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 15:47:06 +0200] rev 11797
net.server_epoll: Try to make port number related methods sane Previously it was unclear whether "client port" was the port that the client connected to, or from. I hereby declare that the client port is the source port and the server port is the destination port. Incoming and outgoing connections can be distinguished by looking at the_server reference, which only incoming connections have.
Sun, 12 Sep 2021 13:45:13 +0200 doap: Remove entry that confused XEP-0277 with XEP-0227
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 13:45:13 +0200] rev 11796
doap: Remove entry that confused XEP-0277 with XEP-0227
Sun, 12 Sep 2021 13:38:14 +0200 doap: Mention mod_storage_xep0227
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 13:38:14 +0200] rev 11795
doap: Mention mod_storage_xep0227
Sun, 12 Sep 2021 13:37:27 +0200 doap: Specify version of XEP-0227 used
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 13:37:27 +0200] rev 11794
doap: Specify version of XEP-0227 used
Sun, 12 Sep 2021 11:38:47 +0100 mod_storage_xep0227: Update for XEP-0227 r1.1: Support for SCRAM, MAM, PEP
Matthew Wild <mwild1@gmail.com> [Sun, 12 Sep 2021 11:38:47 +0100] rev 11793
mod_storage_xep0227: Update for XEP-0227 r1.1: Support for SCRAM, MAM, PEP
Sun, 12 Sep 2021 10:51:27 +0100 util.set: Add :contains_set() method
Matthew Wild <mwild1@gmail.com> [Sun, 12 Sep 2021 10:51:27 +0100] rev 11792
util.set: Add :contains_set() method
Sun, 12 Sep 2021 10:50:20 +0100 util.array: Add :slice() method + tests
Matthew Wild <mwild1@gmail.com> [Sun, 12 Sep 2021 10:50:20 +0100] rev 11791
util.array: Add :slice() method + tests Behaviour follows the same logic as string.sub (so yes, 1-indexed).
Sun, 12 Sep 2021 10:31:02 +0100 util.stanza: Add :get_child_with_attr() + tests
Matthew Wild <mwild1@gmail.com> [Sun, 12 Sep 2021 10:31:02 +0100] rev 11790
util.stanza: Add :get_child_with_attr() + tests
Sat, 11 Sep 2021 13:59:35 +0100 mod_pubsub/pubsub.lib: Export config forms for use by other modules
Matthew Wild <mwild1@gmail.com> [Sat, 11 Sep 2021 13:59:35 +0100] rev 11789
mod_pubsub/pubsub.lib: Export config forms for use by other modules In this case I need them for 227 import/export.
Sun, 12 Sep 2021 11:47:22 +0200 mod_http_file_share: Fix traceback in global quota debug logging (thanks Martin)
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 11:47:22 +0200] rev 11788
mod_http_file_share: Fix traceback in global quota debug logging (thanks Martin) Error in util.human.units.format because of B(nil) when the global quota is unset.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip