aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_invites: Hide --group flag unless mod_invites_groups is enabledorigin/13.013.0Matthew Wild33 hours1-1/+6
* mod_invites: Fix traceback when no flags passedMatthew Wild33 hours1-6/+6
* mod_invites: Deprecate 'mod_invites generate' in favour of new shell commandsMatthew Wild37 hours1-108/+61
* mod_admin_shell: Improve help listing in non-REPL modeMatthew Wild37 hours1-2/+36
* mod_admin_shell: Fix simple command execution (e.g. help)Matthew Wild37 hours1-3/+15
* mod_admin_shell: Set flag on session when in REPL modeMatthew Wild37 hours1-0/+4
* mod_admin_shell: Improved error handling for shell-invoked commandsMatthew Wild38 hours1-5/+25
* mod_admin_shell, util.prosodyctl.shell: Process command-line args on server-s...Matthew Wild39 hours1-18/+95
* mod_invites: Fix storing --group (thanks lissine)Kim Alvefur2 days1-1/+1
* mod_bosh, mod_websocket: Add soft dependency on mod_http_altconnectMatthew Wild3 days2-0/+4
* mod_http_altconnect: Imported from prosody-modules 6d5a19bdd718 w/changesMatthew Wild3 days1-0/+52
* mod_http_file_share: Persist total storage usage when it increases (fixes #1891)Matthew Wild4 days1-0/+1
* core.certmanager: Move LuaSec verification tweaks to mod_s2sKim Alvefur4 days1-0/+8
* mod_cloud_notify, mod_cron, mod_invites: Add 'prosody.' prefix to requiresMatthew Wild4 days3-10/+10
* MUC: Use new XEP namespace for hats by defaultMatthew Wild5 days1-1/+1
* mod_admin_shell: Remove duplicated lineMatthew Wild6 days1-2/+0
* mod_admin_shell: Rename user:setrole to user:set_rolesMatthew Wild6 days1-4/+4
* mod_admin_shell: Hide secondary role commands, focus on primary rolesMatthew Wild6 days1-7/+17
* mod_admin_shell: Support for hiding certain commands from default help listingMatthew Wild6 days1-5/+8
* mod_account_activity: Fix error when no duration specified in shell commandMatthew Wild6 days1-1/+1
* mod_admin_shell: Fix result handling of user addrole/delrole commandsMatthew Wild6 days1-2/+10
* mod_authz_internal: Fix error messagesMatthew Wild6 days1-2/+2
* mod_authz_internal: Fix return values of secondary role management methodsMatthew Wild6 days1-3/+8
* mod_presence: Fix traceback if origin gets disconnected during processingMatthew Wild6 days1-2/+10
* mod_invites: Add shell commands to list, show and delete pending invitationsMatthew Wild6 days1-0/+140
* mod_invites: Shell command to create reset linksMatthew Wild6 days1-0/+18
* mod_account_activity: Add shell command to list inactive accountsMatthew Wild7 days1-0/+43
* mod_account_activity: Fix required module namesMatthew Wild7 days1-3/+3
* mod_account_activity: Record an account's last activity timestampMatthew Wild7 days1-0/+109
* mod_storage_sql: Fix tests for SQLite3Kim Alvefur11 days1-1/+1
* MUC: Don't inform people about the avatar hash when there is noneMatthew Wild12 days1-0/+1
* mod_vcard: Switch store name for MUC hosts (thanks lissine)Matthew Wild13 days1-2/+8
* mod_muc: Integrate support for vcards/avatars on MUC roomsMatthew Wild13 days2-0/+85
* mod_vcard: Some support for handling vcards on componentsMatthew Wild13 days1-3/+7
* mod_vcard: Fire event when vcard updatedMatthew Wild13 days1-0/+1
* mod_vcard: Add API to get hash of the vcard avatarMatthew Wild13 days1-0/+13
* mod_c2s: Add debug log when disconnecting all user sessionsMatthew Wild13 days1-0/+1
* mod_admin_shell: Fix column alignment in 'help roles'Kim Alvefur2025-02-021-1/+1
* mod_admin_shell: Fix help forgetting argumentsKim Alvefur2025-02-021-1/+1
* mod_tokenauth: Fix expiry lasting one second too muchRĂ©mi Bardon2025-02-011-5/+5
* mod_storage_sql: Don't treat Enter or Ctrl-C as yes in upgrade commandKim Alvefur2025-01-231-1/+1
* mod_storage_sql: Detect SQLite3 without UPSERT (or SQLCipher 3.x)Kim Alvefur2025-01-231-1/+23
* mod_admin_shell: Remove log statement intended for development onlyMatthew Wild2025-01-161-1/+0
* mod_pubsub: Remove duplicate create_node commandMatthew Wild2025-01-141-16/+0
* mod_authz_internal: Make host considered the parent configurableKim Alvefur2025-01-131-1/+1
* mod_cloud_notify: Merge from prosody-modules@fc521fb5ffa0Matthew Wild2025-01-091-0/+653
* mod_invites: Add support for invites_page option to use external invites pagesMatthew Wild2025-01-091-0/+36
* mod_storage_sql: Remove the word 'error' from debug messagesKim Alvefur2025-01-081-2/+2
* mod_pubsub: Remove unused loop variable [luacheck]Kim Alvefur2025-01-081-1/+1
* mod_admin_shell: Remove redundant 'mod_' prefix from debug messageKim Alvefur2025-01-081-1/+1