aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* mod_admin_shell: Fix reporting origin module for commandsKim Alvefur2025-01-081-1/+1
* mod_pubsub: Quiet down check for service adminKim Alvefur2025-01-071-1/+1
* mod_pubsub: Limit node listing based on new ACL-aware metadata methodKim Alvefur2025-01-071-1/+4
* mod_admin_shell: user:password(): Support prompting for password if none givenMatthew Wild2025-01-071-6/+9
* mod_admin_shell: user:create(): Reject promise with error message on failureMatthew Wild2025-01-071-1/+1
* mod_admin_shell: Mark event as handled when requested input is submittedMatthew Wild2025-01-071-0/+1
* mod_admin_shell: user:create(): request password via prompt if none givenMatthew Wild2025-01-071-6/+7
* mod_admin_shell: Add session method to request (password) input from shell cl...Matthew Wild2025-01-071-0/+46
* mod_admin_socket: Fire event on admin client disconnectMatthew Wild2025-01-071-1/+6
* mod_admin_shell: Don't pause async thread while waiting for promise resultMatthew Wild2025-01-071-14/+22
* mod_cron: Don't run tasks if loaded inside prosodyctlMatthew Wild2025-01-071-0/+4
* mod_authz_internal: Make 'prosody:guest' default role for all unknown JIDsMatthew Wild2025-01-071-2/+2
* mod_pep: Support for node/item management commandsMatthew Wild2025-01-071-0/+3
* mod_pubsub: Expand shell commands to include node/item managementMatthew Wild2025-01-072-38/+256