aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 0.12->trunkHEADorigin/mastermasterKim Alvefur2023-12-172-0/+30
|\
| * mod_disco: Advertise disco#info and #items on bare JIDs to fix #1664origin/0.120.12Kim Alvefur2023-12-172-0/+30
* | scansion: Use new style for accessing Lua globalsKim Alvefur2023-12-171-1/+1
* | scansion: Use new prosody namespace in importKim Alvefur2023-12-171-1/+1
* | scansion: Use captures or wildcards instead of mocking timeKim Alvefur2023-12-175-24/+14
* | util.xtemplate: Test the each template functionKim Alvefur2023-12-161-0/+8
* | tools: Fix selection of container engineKim Alvefur2023-12-121-1/+6
* | mod_storage_internal, tests: Fix before/after combined with the 'reverse' flagMatthew Wild2023-12-122-0/+25
* | util.http: Silence strict luacheck warning in testsKim Alvefur2023-12-091-0/+1
* | core.moduleapi: Silence strict luacheck warnings in testsKim Alvefur2023-12-091-3/+3
* | util.throttle: Silence some strict luacheck warningsKim Alvefur2023-12-091-0/+1
* | util.prosodyctl.shell: Fix lint [luacheck]Kim Alvefur2023-12-091-1/+0
* | CHANGES: Mention new prosodyctl shell method behaviorKim Alvefur2023-12-091-0/+1
* | util.prosodyctl.shell: Add :method syntax to make e.g. MUC commands easierKim Alvefur2023-12-091-2/+11
* | util.xtemplate: Add some initial testsKim Alvefur2023-12-091-0/+35
* | util.xtemplate: Adopt {-path-} syntax to strip preceding and/or trailing whit...Kim Alvefur2023-12-092-8/+24
* | mod_http_errors: Simplify CSS via built-in dark modeKim Alvefur2023-12-061-2/+2
* | CHANGES: Document some of the recent changes and features in trunkMatthew Wild2023-12-081-0/+8
* | configmanager: Fix linter issuesMatthew Wild2023-12-081-2/+10
* | configmanager: Support for appending to existing config optionsMatthew Wild2023-12-081-3/+56
* | configmanager: Make _G accessible via `Lua` variable, deprecate direct accessMatthew Wild2023-12-081-1/+12
* | configmanager: Allow referencing previously-set options in the config fileMatthew Wild2023-12-081-0/+14
* | mod_user_account_management: Clear pending deletion if account re-enabledMatthew Wild2023-12-071-0/+6
* | mod_saslauth: Fire event per SASL stepMatthew Wild2023-12-051-2/+5
* | util.jsonschema: Return basic structured validation responseKim Alvefur2023-12-023-115/+218
* | mod_c2s: Make c2s_timeout timer reachable to allow access from other modulesKim Alvefur2023-12-031-1/+3
* | tools: Add a tool for comparing DOAP to the latest XEP versionsKim Alvefur2023-12-031-0/+14
* | mod_s2s: Close connection on smacks timeoutKim Alvefur2023-12-022-0/+7
* | mod_saslauth: Fire event at start of authentication attemptKim Alvefur2023-12-011-0/+6
* | net.http.server: Fix whitespace-ignoring syntaxKim Alvefur2023-12-011-2/+2
* | Merge 0.12->trunkKim Alvefur2023-12-012-1/+34
|\|
| * net.http.parser: Reject overlarge header section earlierKim Alvefur2023-08-232-1/+34
* | lua-format: Let simple things be one lineKim Alvefur2023-11-301-2/+2
* | lua-format: Further tweaksKim Alvefur2023-01-181-3/+3
* | lua-format: Add new settingsKim Alvefur2021-07-281-0/+6
* | lua-format: Tweaks attempting to fit our code styleKim Alvefur2020-07-071-12/+12
* | lua-format: Check in defaultsKim Alvefur2020-07-071-0/+26
* | mod_user_account_management: Fire events with a fake (not destroyed) sessionMatthew Wild2023-11-301-3/+24
* | mod_cron: Rebuild with new LuaFormatter settings (tabs!)Kim Alvefur2023-11-301-77/+59
* | util.datamanager: Fix missing pack format when reading first index entryKim Alvefur2023-11-301-1/+1
* | mod_user_account_management: Add support for soft-deletion of accounts via IBRMatthew Wild2023-11-301-13/+137
* | moduleapi: Log error message when ambiguous period spec is found in configMatthew Wild2023-11-301-1/+9
* | util.human.io: Don't accept ambiguous durations by defaultMatthew Wild2023-11-302-4/+49
* | mod_cron: Update Teal source and rebuildMatthew Wild2023-11-302-77/+101
* | mod_cron: Rename variable to fix shadowing (#luacheck)Matthew Wild2023-11-301-2/+2
* | mod_cron: Add shell command to list registered cron tasks with statusMatthew Wild2023-11-301-0/+28
* | mod_saslauth: Allow plugins to override return SASL condition/textMatthew Wild2023-11-301-1/+3
* | luacheckrc, mod_http_file_share: Update for module API change (once->on_ready)Matthew Wild2023-11-302-2/+2
* | modulemanager: Allow modules to expose module.ready - to be called after initMatthew Wild2023-11-301-0/+4
* | moduleapi: Rename :once() to :on_ready() for clarityMatthew Wild2023-11-301-1/+7