Wed, 08 Dec 2021 21:55:25 +0100 Kim Alvefur MUC: Remove <{muc}x> tags in some errors
Wed, 08 Dec 2021 21:06:16 +0100 Kim Alvefur MUC: Fix error origin JID in wrong argument position
Wed, 08 Dec 2021 21:02:14 +0100 Kim Alvefur MUC: Remove remaining deprecated numeric error codes
Wed, 08 Dec 2021 16:40:51 +0100 Kim Alvefur MUC: Return a friendly textual error when trying to speak without voice
Tue, 07 Dec 2021 21:43:36 +0100 Kim Alvefur net.resolvers: Report when hostname fails IDNA
Tue, 07 Dec 2021 16:23:23 +0000 Matthew Wild util.sasl.scram: Store username property rather than cached local (#399)
Tue, 07 Dec 2021 13:21:20 +0100 Kim Alvefur mod_admin_shell: Add port as a c2s/s2s:show column definition
Tue, 07 Dec 2021 13:04:52 +0100 Kim Alvefur mod_pep: Set correct jid attr on node disco items
Tue, 07 Dec 2021 13:03:55 +0100 Kim Alvefur mod_pubsub: Allow specifying the JID of the pubsub service
Mon, 06 Dec 2021 22:38:27 +0100 Kim Alvefur core.usermanager: Implement noop role writes on global authz provider
Mon, 06 Dec 2021 22:33:46 +0100 Kim Alvefur mod_admin_shell: Handle global roles (pass host=*)
Mon, 06 Dec 2021 22:23:38 +0100 Kim Alvefur mod_admin_shell: Only check that local users exist locally
Thu, 15 Apr 2021 15:39:35 +0200 Kim Alvefur mod_disco: Optionally return info on admin accounts to non-contacts
Sat, 04 Jul 2020 20:10:18 +0200 Kim Alvefur mod_disco: Advertise anonymous users
Sat, 04 Jul 2020 20:09:18 +0200 Kim Alvefur mod_disco: Advertise admin accounts as such via disco identity
Mon, 06 Dec 2021 21:56:19 +0100 Kim Alvefur mod_admin_shell: Support setting roles on hosts other than the users'
Mon, 06 Dec 2021 21:55:57 +0100 Kim Alvefur mod_admin_shell: Add command for updating roles user:roles(jid, roles)
Sat, 04 Dec 2021 02:25:01 +0100 Kim Alvefur mod_admin_shell: Allow setting roles when creating user
Mon, 06 Dec 2021 10:59:14 +0100 Kim Alvefur net.server_epoll: Ensure calls to :write() return something
Sun, 05 Dec 2021 14:49:06 +0100 Kim Alvefur MUC: Allow modules a chance to act prior to room destruction
Sat, 04 Dec 2021 17:46:37 +0100 Kim Alvefur mod_cron: Expose the One Timer via module environment
Sat, 04 Dec 2021 16:48:39 +0100 Kim Alvefur mod_http_file_share: Fix to take retention time into account
Sat, 04 Dec 2021 15:03:26 +0100 Kim Alvefur mod_http_file_share: Improve consistency of terminology in logging
Sat, 04 Dec 2021 15:03:52 +0100 Kim Alvefur mod_http_file_share: Rename variable for clarity
Sat, 04 Dec 2021 14:28:04 +0100 Kim Alvefur mod_http_file_share: Fix deletion counter
Fri, 03 Dec 2021 10:43:02 +0100 Kim Alvefur mod_http_file_share: Back out 876e1b6d6ae4
Fri, 03 Dec 2021 09:08:23 +0100 Kim Alvefur mod_http_file_share: Recalculate total storage usage weekly instead of daily
Fri, 03 Dec 2021 09:05:41 +0100 Kim Alvefur mod_cron: Add a 'weekly' job frequency
Fri, 03 Dec 2021 09:01:09 +0100 Kim Alvefur mod_cron: Initialize timestamp of new tasks to start of period
Fri, 03 Dec 2021 08:57:40 +0100 Kim Alvefur mod_cron: Follow convention of imports at the top
Fri, 03 Dec 2021 08:21:29 +0100 Kim Alvefur mod_http_file_share: Keep track of total storage use across restarts
Fri, 03 Dec 2021 08:16:18 +0100 Kim Alvefur mod_http_file_share: Fix measuring total storage use before it was known
Fri, 03 Dec 2021 01:02:02 +0100 Kim Alvefur mod_smacks: Refactor, simplify, optimize
Fri, 03 Dec 2021 00:59:23 +0100 Kim Alvefur mod_smacks: Use function to construct error reply
Fri, 03 Dec 2021 00:11:31 +0100 Kim Alvefur mod_cron: Initialize daily tasks so they run around midnight UTC
Tue, 30 Nov 2021 00:55:54 +0100 Kim Alvefur mod_http_file_share: Keep global storage use accurate longer.
Tue, 30 Nov 2021 00:53:22 +0100 Kim Alvefur mod_http_file_share: Merge file expiry loops
Tue, 30 Nov 2021 00:52:07 +0100 Kim Alvefur mod_http_file_share: Limit query to time since last expiry
Mon, 22 Nov 2021 19:07:56 +0100 Kim Alvefur mod_admin_shell: List periodic tasks in module:info
Mon, 22 Nov 2021 14:54:32 +0100 Kim Alvefur mod_http_file_share: Switch to mod_cron for periodic tasks
Mon, 22 Nov 2021 14:49:05 +0100 Kim Alvefur mod_muc_mam: Switch to mod_cron for message expiry
Sun, 21 Nov 2021 18:16:03 +0100 Kim Alvefur mod_mam: Switch to new cron API
Sun, 21 Nov 2021 18:13:21 +0100 Kim Alvefur core.moduleapi: Add API for adding daily or hourly tasks via mod_cron
Sun, 21 Nov 2021 15:50:36 +0100 Kim Alvefur mod_cron: Initial commit of periodic task runner
Thu, 02 Dec 2021 14:28:52 +0100 Kim Alvefur mod_smacks: Remove obsolete comment
Thu, 02 Dec 2021 13:56:50 +0100 Kim Alvefur mod_smacks: Avoid duplicated queueing using flag on session instead of stanza
Thu, 02 Dec 2021 13:49:42 +0100 Kim Alvefur mod_smacks: Remove dead conditional
Thu, 02 Dec 2021 03:03:44 +0100 Kim Alvefur mod_smacks: Ensure hibernating session is not connected
Wed, 01 Dec 2021 23:18:18 +0100 Kim Alvefur mod_smacks: Reorder imports etc
Wed, 01 Dec 2021 23:03:11 +0100 Kim Alvefur mod_smacks: Fix empty cache check
Wed, 01 Dec 2021 21:04:32 +0100 Kim Alvefur mod_smacks: Use stanza type checking function for correctness
Wed, 01 Dec 2021 16:26:53 +0100 Kim Alvefur mod_smacks: Remove redundant fields
Wed, 01 Dec 2021 16:20:40 +0100 Kim Alvefur mod_smacks: Factor out formatting of 'h' value
Wed, 01 Dec 2021 15:27:55 +0100 Kim Alvefur mod_smacks: Remove dead legacy code for 0.10
Wed, 01 Dec 2021 15:09:11 +0100 Kim Alvefur mod_smacks: Use new pre-session-close event instead of monkeypatch
Wed, 01 Dec 2021 15:06:48 +0100 Kim Alvefur mod_c2s: Add event just before closing as session
Tue, 30 Nov 2021 22:04:00 +0100 Kim Alvefur util.dependencies: Fix typo (thanks jonas’)
Tue, 30 Nov 2021 18:19:40 +0100 Kim Alvefur net.server_epoll: Prevent loop attempting to send last data after close
Tue, 30 Nov 2021 16:26:01 +0100 Kim Alvefur mod_storage_sql: Return cached total where it makes sense
Tue, 30 Nov 2021 15:58:23 +0100 Kim Alvefur mod_storage_sql: Adjust handling of 'total' for multi-id queries
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip