Tue, 14 Sep 2021 15:33:39 +0200 mod_http_file_share: Fix measuring how long periodic task take
Kim Alvefur <zash@zash.se> [Tue, 14 Sep 2021 15:33:39 +0200] rev 11806
mod_http_file_share: Fix measuring how long periodic task take
Tue, 14 Sep 2021 14:19:05 +0200 util.prosodyctl.check: Suggest replacing 'use_libevent' with 'network_backend'
Kim Alvefur <zash@zash.se> [Tue, 14 Sep 2021 14:19:05 +0200] rev 11805
util.prosodyctl.check: Suggest replacing 'use_libevent' with 'network_backend' It's basically deprecated
Tue, 14 Sep 2021 02:03:50 +0200 util.prosodyctl.check: Nudge towards plural port options
Kim Alvefur <zash@zash.se> [Tue, 14 Sep 2021 02:03:50 +0200] rev 11804
util.prosodyctl.check: Nudge towards plural port options The singulars are supposed to be deprecated
Tue, 14 Sep 2021 01:41:59 +0200 util.prosodyctl.check: Fix to not treat some options as misplaced
Kim Alvefur <zash@zash.se> [Tue, 14 Sep 2021 01:41:59 +0200] rev 11803
util.prosodyctl.check: Fix to not treat some options as misplaced All 'net' providers generate a _port option which must be in the global section, but this mistakenly also warns about these options as well.
Tue, 14 Sep 2021 01:34:30 +0200 util.prosodyctl.check: Suggest replacements for deprecated options #1684
Kim Alvefur <zash@zash.se> [Tue, 14 Sep 2021 01:34:30 +0200] rev 11802
util.prosodyctl.check: Suggest replacements for deprecated options #1684
Sun, 12 Sep 2021 21:31:04 +0200 mod_message: Clarify purpose of username field in offline message event
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 21:31:04 +0200] rev 11801
mod_message: Clarify purpose of username field in offline message event Added in 03714861f8fc but it did not appear to be used anywhere until offline message "handling" was added to mod_mam in 8141645e3865
Sun, 12 Sep 2021 20:18:04 +0200 mod_carbons: Reduce line count using new util.stanza attr method
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 20:18:04 +0200] rev 11800
mod_carbons: Reduce line count using new util.stanza attr method
Sun, 12 Sep 2021 20:17:26 +0200 mod_mam: Reduce line count using new util.stanza attr method
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 20:17:26 +0200] rev 11799
mod_mam: Reduce line count using new util.stanza attr method Since this stanza-id was generated elsewhere in mod_mam, there should be no need for normalization.
Sun, 12 Sep 2021 17:03:02 +0200 mod_http_file_share: Measure current total usage
Kim Alvefur <zash@zash.se> [Sun, 12 Sep 2021 17:03:02 +0200] rev 11798
mod_http_file_share: Measure current total usage In order to allow monitoring. Especially as there's not much in the way of hard numbers on how much space gets used.
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.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip