| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_smacks: Fix previous commit for case of no session found | Kim Alvefur | 2024-11-19 | 1 | -1/+1 |
* | mod_smacks: Prevent traceback on attempting to resume destroyed session | Kim Alvefur | 2024-11-19 | 1 | -0/+5 |
* | mod_roster: do not store number in attribute | Jonas Schäfer | 2024-11-16 | 1 | -1/+1 |
* | mod_admin_shell: Report when a module is already loaded | Kim Alvefur | 2024-11-15 | 1 | -0/+6 |
* | mod_admin_shell: Refactor end of module:load | Kim Alvefur | 2024-11-15 | 1 | -1/+4 |
* | Merge 0.12->trunk | Matthew Wild | 2024-11-15 | 1 | -6/+4 |
|\ |
|
| * | MUC: optimizations for broadcast of visitor presence (thanks Jitsi team) | Matthew Wild | 2024-11-15 | 1 | -6/+4 |
* | | mod_s2s: Really fix logging of outgoing stanza queue counts | Kim Alvefur | 2024-11-11 | 1 | -2/+2 |
* | | mod_s2s: Clone queued outgoing stanzas to prevent changes | Kim Alvefur | 2024-11-10 | 1 | -1/+1 |
* | | mod_s2s: Fix counting items in outgoing stanza queue (in logs) | Kim Alvefur | 2024-11-10 | 1 | -2/+2 |
* | | mod_s2s: Limit size of outgoing stanza queue | Kim Alvefur | 2024-11-09 | 1 | -10/+14 |
* | | mod_pubsub: Pass metadata directly into form | Kim Alvefur | 2024-11-08 | 1 | -12/+11 |
* | | mod_pubsub: Use new metadata method | Kim Alvefur | 2024-11-08 | 2 | -16/+16 |
* | | Merge 0.12->trunk | Matthew Wild | 2024-11-08 | 1 | -5/+10 |
|\| |
|
| * | mod_bookmarks: Clarify log messages on failure to sync to modern PEP bookmarks | Matthew Wild | 2024-11-08 | 1 | -2/+2 |
| * | mod_bookmarks: Suppress error publishing empty legacy bookmarks w/ no PEP node | Matthew Wild | 2024-11-08 | 1 | -3/+8 |
* | | mod_http_file_share: Revert 9c62ffbdf2ae | Kim Alvefur | 2024-11-02 | 1 | -2/+2 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-11-02 | 1 | -5/+7 |
|\| |
|
| * | mod_smacks: Destroy timed out session in async context (fixes #1884) | Kim Alvefur | 2024-11-02 | 1 | -8/+10 |
* | | mod_admin_shell: Reject attempt to add or remove roles for unrelated hosts | Kim Alvefur | 2024-11-01 | 1 | -0/+4 |
* | | mod_authz_internal: Hint at roles for external JIDs being read-only | Kim Alvefur | 2024-11-01 | 1 | -1/+1 |
* | | mod_admin_shell: Allow assigning roles to arbitrary JIDs when supported | Kim Alvefur | 2024-11-01 | 1 | -1/+5 |
* | | mod_pubsub: Move precondition error wrangling out of util.pubsub | Kim Alvefur | 2024-10-29 | 1 | -3/+4 |
* | | util.error: Use is_error() instead of is_err() everywhere | Kim Alvefur | 2024-10-29 | 1 | -1/+1 |
* | | mod_pubsub: Allow passing additional error context | Kim Alvefur | 2024-10-27 | 1 | -4/+4 |
* | | mod_pubsub: Use error registry | Kim Alvefur | 2024-10-27 | 1 | -10/+5 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-10-26 | 1 | -10/+10 |
|\| |
|
| * | mod_admin_adhoc: Fix log messages for reloading modules. | Aidan Epstein | 2024-09-29 | 1 | -10/+10 |
* | | mod_invites_adhoc: Add password reset command | Kim Alvefur | 2024-10-20 | 1 | -0/+30 |
* | | mod_pubsub: Check new role framework for node creation privileges | Kim Alvefur | 2024-10-13 | 1 | -2/+14 |
* | | MUC: Fix error with nonlegacy hats. | Aidan Epstein | 2024-09-28 | 1 | -1/+1 |
* | | mod_csi: Update correct variables when counting states | Kim Alvefur | 2024-09-21 | 1 | -2/+2 |
* | | mod_csi: Use same label name for gauge as for older counter | Kim Alvefur | 2024-09-06 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-08-30 | 1 | -1/+1 |
|\| |
|
| * | mod_invites: Fix traceback when token_info isn’t set | Emmanuel Gil Peyrot | 2024-07-31 | 1 | -1/+1 |
* | | mod_admin_shell: Prevent traceback due to type error | Kim Alvefur | 2024-08-26 | 1 | -1/+2 |
* | | mod_s2s: Fix traceback due to type confusion (Thanks Menel) | Kim Alvefur | 2024-08-26 | 1 | -1/+2 |
* | | mod_csi: Optimize metrics collection (prematurely) | Kim Alvefur | 2024-08-18 | 1 | -9/+10 |
* | | mod_csi: Rename unused loop variables to '_' [luacheck] | Kim Alvefur | 2024-08-17 | 1 | -2/+2 |
* | | mod_csi: Count how many sessions are using CSI and their state | Kim Alvefur | 2024-08-17 | 1 | -0/+20 |
* | | mod_s2s_bidi: Include empty list of labels in metrics | Kim Alvefur | 2024-08-16 | 1 | -3/+3 |
* | | mod_s2s_bidi: Collect some metrics | Kim Alvefur | 2024-08-11 | 1 | -0/+7 |
* | | mod_auth_internal_{hashed,plain}: Respect flag for disabled accounts in test_... | Kim Alvefur | 2024-08-09 | 2 | -0/+6 |
* | | mod_c2s,mod_s2s: Advertise idle-seconds per XEP-0478 | Kim Alvefur | 2024-08-03 | 2 | -8/+37 |
* | | MUC: Don't default component admins to being room owners | Matthew Wild | 2024-06-18 | 1 | -1/+1 |
* | | MUC: Add per-room PM restriction functionality (thanks Wirlaburla) | Matthew Wild | 2024-05-23 | 2 | -0/+127 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-04-27 | 1 | -2/+7 |
|\| |
|
| * | mod_admin_shell: Allow matching on host or bare JID in c2s:show | Kim Alvefur | 2023-03-31 | 1 | -2/+2 |
| * | mod_blocklist: Drop blocked messages without error, option to restore complia... | Kim Alvefur | 2024-04-27 | 1 | -2/+7 |
* | | mod_pep: Implement 'roster' (group) access_model | Kim Alvefur | 2023-12-03 | 2 | -1/+24 |