| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | core.sessionmanager: Skip log when (not) destroying destroyed sessions | Kim Alvefur | 2023-01-19 | 1 | -2/+1 |
* | util.startup: Close state on exit to ensure GC finalizers are called | Kim Alvefur | 2023-01-22 | 2 | -5/+5 |
* | util.prosodyctl.shell: Close state on exit to fix saving shell history | Kim Alvefur | 2023-01-22 | 1 | -2/+2 |
* | mod_muc_mam: Copy "include total" behavior from mod_mam | Kim Alvefur | 2023-01-21 | 1 | -1/+5 |
* | mod_muc_mam: Add mam#extended form fields #1796 (Thanks Rain) | Kim Alvefur | 2023-01-21 | 1 | -0/+10 |
* | mod_mam,mod_muc_mam: Minimize differences (reorder, copy some comments) | Kim Alvefur | 2023-01-21 | 2 | -8/+11 |
* | mod_smacks: Log something when hibernation starts | Kim Alvefur | 2023-01-19 | 1 | -0/+1 |
* | prosodyctl check dns: Check for Direct TLS SRV records even if not configured... | Kim Alvefur | 2023-01-14 | 1 | -4/+8 |
* | mod_invites: Prefer landing page over xmpp URI in shell command | Kim Alvefur | 2023-01-10 | 1 | -2/+2 |
* | net.http.server: Fix #1789 | Kim Alvefur | 2023-01-08 | 1 | -1/+1 |
* | mod_storage_sql: Fix #1639 | Kim Alvefur | 2023-01-01 | 1 | -14/+12 |
* | configure: Fix quoting of $LUA_SUFFIX (thanks shellcheck/Zash) | Matthew Wild | 2022-12-29 | 1 | -1/+1 |
* | mod_storage_sql: Don't avoid initialization under prosodyctl (fix #1787) | Kim Alvefur | 2022-12-29 | 1 | -1/+0 |
* | Tag 0.12.2 | Kim Alvefur | 2022-12-12 | 0 | -0/+0 |
* | Merge 0.11->0.120.12.2 | Kim Alvefur | 2022-12-12 | 1 | -1/+5 |
|\ |
|
| * | Tag 0.11.14 | Kim Alvefur | 2022-12-12 | 0 | -0/+0 |
| * | util.stanza: Allow U+7F0.11.14 | Kim Alvefur | 2022-11-22 | 1 | -1/+5 |
| * | Added tag 0.11.13 for changeset ebeb4d959fb3 | Matthew Wild | 2022-01-24 | 0 | -0/+0 |
* | | mod_smacks: Disable resumption behavior on s2s | Kim Alvefur | 2022-11-13 | 1 | -1/+2 |
* | | util.json: Accept empty arrays with whitespace (fixes #1782) | Matthew Wild | 2022-11-04 | 2 | -5/+22 |
* | | mod_http: Allow disabling CORS in the http_cors_override option and by default | Matthew Wild | 2022-10-31 | 1 | -4/+11 |
* | | mod_admin_shell: Ensure available connection for column 'secure' | Kim Alvefur | 2022-10-23 | 1 | -1/+1 |
* | | mod_admin_shell: Ensure connection exists to get port from (fixes #1777) | Kim Alvefur | 2022-10-23 | 1 | -1/+5 |
* | | util.startup: Ensure import() is available in prosodyctl (thanks keyzer) | Kim Alvefur | 2022-10-20 | 1 | -1/+1 |
* | | util.jsonschema: Use same integer/float logic on Lua 5.2 and 5.3 | Kim Alvefur | 2022-10-09 | 1 | -2/+2 |
* | | util.jsonschema: Fix Lua 5.2 integer compat | Kim Alvefur | 2022-10-09 | 1 | -1/+1 |
* | | util.jsonschema: Ignore test case for JavaScript specific detail | Kim Alvefur | 2022-10-09 | 1 | -0/+1 |
* | | util.jsonschema: Ignore some further test cases for URI references | Kim Alvefur | 2022-10-09 | 1 | -0/+5 |
* | | util.jsonschema: Sort test cases to skip | Kim Alvefur | 2022-10-09 | 1 | -7/+7 |
* | | util.stanza: Return nil instead of nothing (fix test with luassert >=1.9) | Kim Alvefur | 2022-09-15 | 1 | -0/+5 |
* | | mod_s2s: Fix firing buffer drain events | Kim Alvefur | 2022-08-26 | 1 | -2/+2 |
* | | mod_admin_shell: Switch names for user role management commands | Kim Alvefur | 2022-08-15 | 1 | -4/+8 |
* | | mod_storage_sql: Fix summary API with Postgres (fixes #1766) | Kim Alvefur | 2022-07-22 | 1 | -4/+2 |
* | | storage tests: Add test for the archive:summary API | Kim Alvefur | 2022-07-22 | 1 | -0/+17 |
* | | mod_http_files: Log warning about legacy modules using mod_http_files | Kim Alvefur | 2022-07-17 | 1 | -2/+1 |
* | | mod_bookmarks: Reduce error about not having bookmarks to debug (thanks tom) | Kim Alvefur | 2022-07-26 | 2 | -1/+32 |
* | | mod_storage_sql: Fix bypass of load procedure under prosodyctl | Kim Alvefur | 2022-07-26 | 1 | -1/+1 |
* | | core.s2smanager: Don't remove unrelated session on close of bidi session | Kim Alvefur | 2022-06-27 | 1 | -1/+1 |
* | | luacheck: Shut up (backports 3caff1f93520, ignores module deleted in trunk) | Kim Alvefur | 2022-05-30 | 2 | -2/+4 |
* | | Backport 875f73ead4e8 8e4033213c62 to deal with luacheck 0.26 | Kim Alvefur | 2022-07-08 | 1 | -1/+1 |
* | | util.datamapper: Improve handling of schemas with non-obvious "type" | Kim Alvefur | 2022-07-08 | 3 | -25/+63 |
* | | util.jsonschema: Fix validation to not assume presence of "type" field | Kim Alvefur | 2022-07-08 | 3 | -282/+395 |
* | | net.unbound: Merge luaunbound and prosody defaults in absence of user config ... | Kim Alvefur | 2022-06-19 | 1 | -11/+8 |
* | | util.startup: Fix async waiting for last shutdown steps | Kim Alvefur | 2022-06-14 | 2 | -2/+6 |
* | | mod_smacks: Fix #1761 by setting a flag earlier | Kim Alvefur | 2022-06-12 | 1 | -1/+1 |
* | | Added tag 0.12.1 for changeset 252ed01896dd | Matthew Wild | 2022-06-09 | 0 | -0/+0 |
* | | mod_smacks: Bounce unhandled stanzas from local origin (fix #1759)0.12.1 | Kim Alvefur | 2022-05-27 | 1 | -2/+1 |
* | | mod_smacks: Fix bounce of stanzas directed to full JID on unclean disconnect | Kim Alvefur | 2022-05-27 | 1 | -1/+1 |
* | | mod_smacks: Fix to use current method of counting acked stanzas | Kim Alvefur | 2022-05-26 | 1 | -3/+2 |
* | | util.prosodyctl.check: Remove now redundant unbound config tweak | Kim Alvefur | 2022-05-26 | 1 | -4/+0 |