Log

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