aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_invites: Fix traceback when no flags passedMatthew Wild5 days1-6/+6
* mod_invites: Deprecate 'mod_invites generate' in favour of new shell commandsMatthew Wild5 days1-108/+61
* mod_admin_shell: Improve help listing in non-REPL modeMatthew Wild5 days1-2/+36
* mod_admin_shell: Fix simple command execution (e.g. help)Matthew Wild5 days1-3/+15
* mod_admin_shell: Set flag on session when in REPL modeMatthew Wild5 days1-0/+4
* mod_admin_shell: Improved error handling for shell-invoked commandsMatthew Wild5 days1-5/+25
* mod_admin_shell, util.prosodyctl.shell: Process command-line args on server-s...Matthew Wild5 days1-18/+95
* mod_invites: Fix storing --group (thanks lissine)Kim Alvefur6 days1-1/+1
* mod_bosh, mod_websocket: Add soft dependency on mod_http_altconnectMatthew Wild6 days2-0/+4
* mod_http_altconnect: Imported from prosody-modules 6d5a19bdd718 w/changesMatthew Wild6 days1-0/+52
* mod_http_file_share: Persist total storage usage when it increases (fixes #1891)Matthew Wild7 days1-0/+1
* core.certmanager: Move LuaSec verification tweaks to mod_s2sKim Alvefur8 days1-0/+8
* mod_cloud_notify, mod_cron, mod_invites: Add 'prosody.' prefix to requiresMatthew Wild7 days3-10/+10
* MUC: Use new XEP namespace for hats by defaultMatthew Wild8 days1-1/+1
* mod_admin_shell: Remove duplicated lineMatthew Wild9 days1-2/+0
* mod_admin_shell: Rename user:setrole to user:set_rolesMatthew Wild9 days1-4/+4
* mod_admin_shell: Hide secondary role commands, focus on primary rolesMatthew Wild9 days1-7/+17
* mod_admin_shell: Support for hiding certain commands from default help listingMatthew Wild9 days1-5/+8
* mod_account_activity: Fix error when no duration specified in shell commandMatthew Wild9 days1-1/+1
* mod_admin_shell: Fix result handling of user addrole/delrole commandsMatthew Wild9 days1-2/+10
* mod_authz_internal: Fix error messagesMatthew Wild9 days1-2/+2
* mod_authz_internal: Fix return values of secondary role management methodsMatthew Wild9 days1-3/+8
* mod_presence: Fix traceback if origin gets disconnected during processingMatthew Wild9 days1-2/+10
* mod_invites: Add shell commands to list, show and delete pending invitationsMatthew Wild9 days1-0/+140
* mod_invites: Shell command to create reset linksMatthew Wild9 days1-0/+18
* mod_account_activity: Add shell command to list inactive accountsMatthew Wild10 days1-0/+43
* mod_account_activity: Fix required module namesMatthew Wild10 days1-3/+3
* mod_account_activity: Record an account's last activity timestampMatthew Wild10 days1-0/+109
* mod_storage_sql: Fix tests for SQLite3Kim Alvefur2025-02-081-1/+1
* MUC: Don't inform people about the avatar hash when there is noneMatthew Wild2025-02-071-0/+1
* mod_vcard: Switch store name for MUC hosts (thanks lissine)Matthew Wild2025-02-061-2/+8
* mod_muc: Integrate support for vcards/avatars on MUC roomsMatthew Wild2025-02-062-0/+85
* mod_vcard: Some support for handling vcards on componentsMatthew Wild2025-02-061-3/+7
* mod_vcard: Fire event when vcard updatedMatthew Wild2025-02-061-0/+1
* mod_vcard: Add API to get hash of the vcard avatarMatthew Wild2025-02-061-0/+13
* mod_c2s: Add debug log when disconnecting all user sessionsMatthew Wild2025-02-061-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
* mod_admin_shell: Fix reporting origin module for commandsKim Alvefur2025-01-081-1/+1