Thu, 29 Jul 2021 20:16:11 +0200 mod_limits: Extend unlimited_jids to s2s sessions (for Ge0rG)
Kim Alvefur <zash@zash.se> [Thu, 29 Jul 2021 20:16:11 +0200] rev 11739
mod_limits: Extend unlimited_jids to s2s sessions (for Ge0rG) This makes unlimited_jids also work for s2s connections, assuming the remote server has been identified.
Thu, 29 Jul 2021 20:11:48 +0200 mod_limits: Factor out function for disabling limits allowing use from shell
Kim Alvefur <zash@zash.se> [Thu, 29 Jul 2021 20:11:48 +0200] rev 11738
mod_limits: Factor out function for disabling limits allowing use from shell Also enables reuse for s2s, which we will add next.
Thu, 29 Jul 2021 20:04:57 +0200 mod_bosh: Add todo to use util.session to create session object
Kim Alvefur <zash@zash.se> [Thu, 29 Jul 2021 20:04:57 +0200] rev 11737
mod_bosh: Add todo to use util.session to create session object So that we get single point where shared session properties can be added. But not now. One day. Maybe. Patches welcome.
Thu, 29 Jul 2021 17:37:27 +0200 mod_pubsub: Update callbacks on reload to more completely refresh config
Kim Alvefur <zash@zash.se> [Thu, 29 Jul 2021 17:37:27 +0200] rev 11736
mod_pubsub: Update callbacks on reload to more completely refresh config This would also release any resources held via references from these callbacks. I'm not sure why we don't just re-new() the whole thing. Related to #1382
Thu, 29 Jul 2021 14:11:29 +0200 migrator: Silence assert in core.moduleapi
Kim Alvefur <zash@zash.se> [Thu, 29 Jul 2021 14:11:29 +0200] rev 11735
migrator: Silence assert in core.moduleapi The assert triggers because we're not loading the stanza route, because we are unlikely to need it during migration.
Thu, 29 Jul 2021 14:10:56 +0200 migrator: Use parsed command line flags already parsed by util.startup
Kim Alvefur <zash@zash.se> [Thu, 29 Jul 2021 14:10:56 +0200] rev 11734
migrator: Use parsed command line flags already parsed by util.startup
Thu, 29 Jul 2021 14:06:14 +0200 migrator: Trick net.server into thinking the config is loaded
Kim Alvefur <zash@zash.se> [Thu, 29 Jul 2021 14:06:14 +0200] rev 11733
migrator: Trick net.server into thinking the config is loaded Fixes "Loading outside Prosody or Prosody not yet initialized"
Thu, 29 Jul 2021 13:47:26 +0200 migrator: Customise startup sequence to fix #1673 (Thanks acidsys)
Kim Alvefur <zash@zash.se> [Thu, 29 Jul 2021 13:47:26 +0200] rev 11732
migrator: Customise startup sequence to fix #1673 (Thanks acidsys) Diverge from util.startup.prosodyctl() in order to skip unneeded behavior, such as loading the *Prosody* config file, which we do not need here, based on the `--config` flag which should point at the migrator config file instead. Notably removed: * read_config() since this loads the Prosody config * check_unwriteable() which checks logfiles specified in the Prosody config, so not relevant * make_dummy_hosts() but the migrator sets up its own hosts during migration
Tue, 27 Jul 2021 00:13:18 +0200 Fix various spelling errors (thanks codespell)
Kim Alvefur <zash@zash.se> [Tue, 27 Jul 2021 00:13:18 +0200] rev 11731
Fix various spelling errors (thanks codespell) Also special thanks to timeless, for wordlessly reminding me to check for typos.
Sun, 25 Jul 2021 18:58:25 +0200 mod_pubsub: Update configuration on reload (fixes #1382)
Kim Alvefur <zash@zash.se> [Sun, 25 Jul 2021 18:58:25 +0200] rev 11730
mod_pubsub: Update configuration on reload (fixes #1382) Because of the way the previous pubsub service is carried access module reloads, it would retain the configuration options with their previous values from when the service was first created.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip