Wed, 29 Nov 2023 17:49:20 +0000 mod_admin_shell: Fix linter issues
Matthew Wild <mwild1@gmail.com> [Wed, 29 Nov 2023 17:49:20 +0000] rev 13358
mod_admin_shell: Fix linter issues
Wed, 29 Nov 2023 17:34:44 +0000 mod_invites: Use new shell-command API
Matthew Wild <mwild1@gmail.com> [Wed, 29 Nov 2023 17:34:44 +0000] rev 13357
mod_invites: Use new shell-command API
Wed, 29 Nov 2023 17:33:56 +0000 mod_admin_shell: Remove verbose logging
Matthew Wild <mwild1@gmail.com> [Wed, 29 Nov 2023 17:33:56 +0000] rev 13356
mod_admin_shell: Remove verbose logging
Wed, 29 Nov 2023 17:22:18 +0000 mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time)
Matthew Wild <mwild1@gmail.com> [Wed, 29 Nov 2023 17:22:18 +0000] rev 13355
mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time)
Wed, 29 Nov 2023 17:19:53 +0000 mod_admin_shell: Support for 'shell-command' items (global and per-host)
Matthew Wild <mwild1@gmail.com> [Wed, 29 Nov 2023 17:19:53 +0000] rev 13354
mod_admin_shell: Support for 'shell-command' items (global and per-host) This should simplify adding shell commands from other modules, which will reduce the growth of mod_admin_shell and make it easier for community modules to expose commands too.
Wed, 29 Nov 2023 17:18:17 +0000 mod_admin_shell: Refactor help to data structures for extensibility
Matthew Wild <mwild1@gmail.com> [Wed, 29 Nov 2023 17:18:17 +0000] rev 13353
mod_admin_shell: Refactor help to data structures for extensibility This makes it easier for commands added by other modules to add to the help output, for example.
Mon, 27 Nov 2023 17:19:16 +0100 migrator: Add an escape hatch to allow arbitrary config options
Kim Alvefur <zash@zash.se> [Mon, 27 Nov 2023 17:19:16 +0100] rev 13352
migrator: Add an escape hatch to allow arbitrary config options Previously only SQL settings and the 'path' for internal storage could be set, and only for SQL and internal storage. input { type = "whatever"; config = { whatever_foobar = "something" } }
Mon, 27 Nov 2023 08:19:52 +0100 util.poll: Rename things to clarify poll(2) limits
Kim Alvefur <zash@zash.se> [Mon, 27 Nov 2023 08:19:52 +0100] rev 13351
util.poll: Rename things to clarify poll(2) limits With epoll(7), MAX_EVENTS controls how many events can be retrieved in one epoll_wait call, while with poll(2) this MAX_WATCHED controls how many sockets or other FDs can be watched at once.
Sun, 26 Nov 2023 18:02:13 +0100 mod_storage_internal: Clear archive item count cache after experimental trim
Kim Alvefur <zash@zash.se> [Sun, 26 Nov 2023 18:02:13 +0100] rev 13350
mod_storage_internal: Clear archive item count cache after experimental trim The previous count would be invalid at this point. Should be possible to math out how many items are left, but this is left as future work.
Sun, 26 Nov 2023 17:41:38 +0100 mod_blocklist: Remove weak cache (and increase default LRU cache size)
Kim Alvefur <zash@zash.se> [Sun, 26 Nov 2023 17:41:38 +0100] rev 13349
mod_blocklist: Remove weak cache (and increase default LRU cache size) Weak tables are said to have suboptimal performance, so we might as well get replace it with an increased default LRU cache size. Sorry about the 'and'
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 tip