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
Tue, 30 Nov 2021 15:24:17 +0100 Kim Alvefur mod_storage_sql: Fix traceback on multi-user deletion
Tue, 30 Nov 2021 01:22:14 +0100 Kim Alvefur mod_mam,mod_muc_mam: Simplify deletion when multi-user-deletion is supported
Tue, 30 Nov 2021 01:21:02 +0100 Kim Alvefur mod_storage_sql: Expose multi-user deletion capability
Mon, 29 Nov 2021 17:40:40 +0100 Kim Alvefur configure: Silence warning about echo -n [shellcheck]
Mon, 29 Nov 2021 17:40:02 +0100 Kim Alvefur configure: Remove variable noop (thanks shellcheck)
Mon, 29 Nov 2021 14:22:08 +0000 Matthew Wild util.async tests: Explicitly import match from luassert (luacheck)
Mon, 29 Nov 2021 14:16:20 +0000 Matthew Wild util.startup: Initialize util.async at startup
Mon, 29 Nov 2021 14:14:30 +0000 Matthew Wild util.async: Add next-tick configuration
Mon, 29 Nov 2021 14:11:24 +0000 Matthew Wild util.async: Add sleep() method with configurable scheduling backend
Mon, 29 Nov 2021 02:13:45 +0100 Kim Alvefur util.stanza: Adjust pretty printing for symmetry
Sun, 28 Nov 2021 23:14:31 +0100 Kim Alvefur util.dependencies: Discourage Lua 5.1
Sun, 28 Nov 2021 23:12:25 +0100 Kim Alvefur util.dependencies: Consider Lua 5.4 Supported:tm:
Sun, 28 Nov 2021 22:51:50 +0100 Kim Alvefur util.prosodyctl.check: Support direct TLS connectivity checks
Sun, 28 Nov 2021 21:55:53 +0100 Kim Alvefur doap: Remove stray ... is that a tab or a space?
Sun, 28 Nov 2021 19:04:15 +0100 Kim Alvefur doap: Fill in the mandatory 'status' field everywhere
Sat, 27 Nov 2021 14:16:13 +0100 Kim Alvefur mod_admin_shell: Remove now redundant promise awaiting in dns:lookup()
Sat, 27 Nov 2021 14:15:55 +0100 Kim Alvefur mod_admin_shell: Remove now redundant promise awaiting in xmpp:ping()
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip