aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_storage_sql: Retrieve all indices to see if the new one existsorigin/13.013.0Kim Alvefur2 days1-1/+1
* mod_invites_register: Stricter validation of registration eventsMatthew Wild3 days1-2/+14
* mod_storage_sql: Mark unused argument as suchKim Alvefur4 days1-1/+1
* mod_storage_sql: Handle failure to deploy new UNIQUE indexKim Alvefur4 days1-4/+6
* mod_http: Log problems parsing IP addresses in X-Forwarded-For (Thanks Boris)Kim Alvefur4 days1-3/+11
* mod_http: Fix IP address normalization (Thanks Boris)Kim Alvefur4 days1-1/+1
* mod_storage_sql: Add shell command to create tables and indices (again)Kim Alvefur4 days1-0/+33
* mod_storage_sql: Delay showing SQL library error until attempted loadKim Alvefur6 days1-13/+17
* mod_admin_shell: Add role:list() and role:show() commandsMatthew Wild9 days1-0/+60
* mod_authz_internal: Improve error message when invalid role specifiedMatthew Wild9 days1-1/+5
* mod_admin_shell: Visual tweaks to the output of debug:cert_index()13.0.1Matthew Wild10 days1-2/+9
* mod_admin_shell: Add debug:cert_index() commandMatthew Wild10 days1-0/+50
* mod_tls: Collect full certificate chain validation informationKim Alvefur12 days1-1/+2
* mod_s2s: Handle single message from chain validationKim Alvefur12 days1-9/+15
* mod_s2s: Deal with OpenSSL changing spelling in stringsKim Alvefur12 days1-1/+1
* mod_tls: Enable Prosody's certificate checking for incoming s2s connections (...Matthew Wild12 days1-1/+4
* mod_roster: Fix shell commands when a component is involved (fixes #1908)Kim Alvefur13 days1-1/+1
* mod_admin_shell, prosodyctl shell: Report command failure when no password en...Matthew Wild13 days1-1/+7
* doap: Add XEP-0333Kim Alvefur2025-03-232-2/+0
* doap: Add XEP-0334Kim Alvefur2025-03-232-2/+0
* mod_http_file_share: Explicitly reject all unsupported rangesKim Alvefur2025-03-231-0/+3
* mod_http_file_share: Fix off by one in Range responseKim Alvefur2025-03-231-2/+3
* mod_storage_sql: Drop legacy index without confirmation to ease upgradesKim Alvefur2025-03-231-10/+6
* mod_storage_sql: Fix indentationKim Alvefur2025-03-191-28/+28
* mod_http_file_share: Improve error reporting by using util.error moreKim Alvefur2025-03-161-9/+30
* prosodyctl shell: More reliable detection of REPL/interactive mode (fixes #1895)Matthew Wild2025-03-131-4/+2
* mod_admin_shell: Remove outdated help text (fixes #1898)Matthew Wild2025-03-131-7/+2
* mod_websocket: Merge session close handling changes from mod_c2s (bug fixes)Matthew Wild2025-03-111-11/+17
* mod_c2s: Code formatting changeMatthew Wild2025-03-111-2/+6
* mod_storage_internal: Use UUIDv7 for message idsMatthew Wild2025-03-101-2/+2
* mod_external_services: Also use TURN REST credential algo for 'turns' (thanks...Matthew Wild2025-03-011-0/+1
* mod_component: Don't return error reply for errors, fixes #1897Kim Alvefur2025-02-221-1/+3
* mod_bosh,mod_websocket: Don't load mod_http_altconnect in global contextKim Alvefur2025-02-222-2/+6
* mod_invites: Hide --group flag unless mod_invites_groups is enabledMatthew Wild2025-02-171-1/+6
* mod_invites: Fix traceback when no flags passedMatthew Wild2025-02-171-6/+6
* mod_invites: Deprecate 'mod_invites generate' in favour of new shell commandsMatthew Wild2025-02-171-108/+61
* mod_admin_shell: Improve help listing in non-REPL modeMatthew Wild2025-02-171-2/+36
* mod_admin_shell: Fix simple command execution (e.g. help)Matthew Wild2025-02-171-3/+15
* mod_admin_shell: Set flag on session when in REPL modeMatthew Wild2025-02-171-0/+4
* mod_admin_shell: Improved error handling for shell-invoked commandsMatthew Wild2025-02-171-5/+25
* mod_admin_shell, util.prosodyctl.shell: Process command-line args on server-s...Matthew Wild2025-02-171-18/+95
* mod_invites: Fix storing --group (thanks lissine)Kim Alvefur2025-02-171-1/+1
* mod_bosh, mod_websocket: Add soft dependency on mod_http_altconnectMatthew Wild2025-02-162-0/+4
* mod_http_altconnect: Imported from prosody-modules 6d5a19bdd718 w/changesMatthew Wild2025-02-161-0/+52
* mod_http_file_share: Persist total storage usage when it increases (fixes #1891)Matthew Wild2025-02-151-0/+1
* core.certmanager: Move LuaSec verification tweaks to mod_s2sKim Alvefur2025-02-151-0/+8
* mod_cloud_notify, mod_cron, mod_invites: Add 'prosody.' prefix to requiresMatthew Wild2025-02-153-10/+10
* MUC: Use new XEP namespace for hats by defaultMatthew Wild2025-02-141-1/+1
* mod_admin_shell: Remove duplicated lineMatthew Wild2025-02-131-2/+0
* mod_admin_shell: Rename user:setrole to user:set_rolesMatthew Wild2025-02-131-4/+4