aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | mod_smacks: Patch various self-references on the resumed sessionKim Alvefur2021-12-131-0/+5
* | mod_smacks: Back out a86ae74da96c: Fixed one problem, caused anotherKim Alvefur2021-12-131-4/+2
* | mod_smacks: Back out def20683c161Kim Alvefur2021-12-131-1/+0
* | mod_smacks: Update reference to session from send()Kim Alvefur2021-12-131-0/+1
* | util.format: Optimize most common integer formatKim Alvefur2021-12-131-0/+2
* | util.format: Ensure metatable __tostring results are also sanitizedKim Alvefur2021-12-133-2/+20
* | mod_smacks: Include reason for destroying session on hibernation timeoutKim Alvefur2021-12-121-1/+1
* | tools/generate_format_spec: Apply lua-format to silence luacheckKim Alvefur2021-12-111-7/+9
* | util.format: Fix some formats expecting positive numbers in Lua 5.2Kim Alvefur2021-12-112-4/+9
* | util.format: Fix Lua 5.1 quirks thanks to ALL THE TESTSKim Alvefur2021-12-111-1/+6
* | util.format: ALL THE TESTS!!!Kim Alvefur2021-12-112-0/+891
* | util.format: Also handle the %p format added in Lua 5.4Kim Alvefur2021-12-112-3/+27
* | util.format: Ensure sanitation of strings passed to wrong formatKim Alvefur2021-12-112-21/+38
* | util.format: Escape invalid UTF-8 by passing trough serializationKim Alvefur2021-12-102-1/+14
* | mod_mam: Avoid storing bounces for messages from the bare account (thanks Ge0rG)Kim Alvefur2021-12-101-2/+12
* | MUC: Remove <{muc}x> tags in some errorsKim Alvefur2021-12-086-10/+6
* | MUC: Fix error origin JID in wrong argument positionKim Alvefur2021-12-081-1/+1
* | MUC: Remove remaining deprecated numeric error codesKim Alvefur2021-12-084-5/+1
* | MUC: Return a friendly textual error when trying to speak without voiceKim Alvefur2021-12-081-1/+2
* | net.resolvers: Report when hostname fails IDNAKim Alvefur2021-12-072-2/+2
* | util.sasl.scram: Store username property rather than cached local (#399)Matthew Wild2021-12-071-1/+1
* | mod_admin_shell: Add port as a c2s/s2s:show column definitionKim Alvefur2021-12-071-0/+7
* | mod_pep: Set correct jid attr on node disco itemsKim Alvefur2021-12-071-0/+1
* | mod_pubsub: Allow specifying the JID of the pubsub serviceKim Alvefur2021-12-072-1/+2
* | core.usermanager: Implement noop role writes on global authz providerKim Alvefur2021-12-061-0/+2
* | mod_admin_shell: Handle global roles (pass host=*)Kim Alvefur2021-12-061-1/+2
* | mod_admin_shell: Only check that local users exist locallyKim Alvefur2021-12-061-3/+1
* | mod_disco: Optionally return info on admin accounts to non-contactsKim Alvefur2021-04-151-2/+5
* | mod_disco: Advertise anonymous usersKim Alvefur2020-07-041-0/+2
* | mod_disco: Advertise admin accounts as such via disco identityKim Alvefur2020-07-041-1/+6
* | mod_admin_shell: Support setting roles on hosts other than the users'Kim Alvefur2021-12-061-4/+8
* | mod_admin_shell: Add command for updating roles user:roles(jid, roles)Kim Alvefur2021-12-061-4/+19
* | mod_admin_shell: Allow setting roles when creating userKim Alvefur2021-12-041-2/+12
* | net.server_epoll: Ensure calls to :write() return somethingKim Alvefur2021-12-061-1/+2
* | MUC: Allow modules a chance to act prior to room destructionKim Alvefur2021-12-052-7/+19
* | mod_cron: Expose the One Timer via module environmentKim Alvefur2021-12-041-1/+1
* | mod_http_file_share: Fix to take retention time into accountKim Alvefur2021-12-041-1/+2
* | mod_http_file_share: Improve consistency of terminology in loggingKim Alvefur2021-12-041-8/+8
* | mod_http_file_share: Rename variable for clarityKim Alvefur2021-12-041-6/+6
* | mod_http_file_share: Fix deletion counterKim Alvefur2021-12-041-4/+3
* | mod_http_file_share: Back out 876e1b6d6ae4Kim Alvefur2021-12-031-2/+2
* | mod_http_file_share: Recalculate total storage usage weekly instead of dailyKim Alvefur2021-12-031-1/+1
* | mod_cron: Add a 'weekly' job frequencyKim Alvefur2021-12-034-2/+9
* | mod_cron: Initialize timestamp of new tasks to start of periodKim Alvefur2021-12-032-5/+5
* | mod_cron: Follow convention of imports at the topKim Alvefur2021-12-032-2/+4
* | mod_http_file_share: Keep track of total storage use across restartsKim Alvefur2021-12-031-0/+5
* | mod_http_file_share: Fix measuring total storage use before it was knownKim Alvefur2021-12-031-1/+1
* | mod_smacks: Refactor, simplify, optimizeKim Alvefur2021-12-031-4/+2
* | mod_smacks: Use function to construct error replyKim Alvefur2021-12-031-5/+1
* | mod_cron: Initialize daily tasks so they run around midnight UTCKim Alvefur2021-12-032-0/+9