| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_storage_sql: Fix tests for SQLite3 | Kim Alvefur | 2025-02-08 | 1 | -1/+1 |
* | MUC: Don't inform people about the avatar hash when there is none | Matthew Wild | 2025-02-07 | 1 | -0/+1 |
* | mod_vcard: Switch store name for MUC hosts (thanks lissine) | Matthew Wild | 2025-02-06 | 1 | -2/+8 |
* | mod_muc: Integrate support for vcards/avatars on MUC rooms | Matthew Wild | 2025-02-06 | 2 | -0/+85 |
* | mod_vcard: Some support for handling vcards on components | Matthew Wild | 2025-02-06 | 1 | -3/+7 |
* | mod_vcard: Fire event when vcard updated | Matthew Wild | 2025-02-06 | 1 | -0/+1 |
* | mod_vcard: Add API to get hash of the vcard avatar | Matthew Wild | 2025-02-06 | 1 | -0/+13 |
* | mod_c2s: Add debug log when disconnecting all user sessions | Matthew Wild | 2025-02-06 | 1 | -0/+1 |
* | mod_admin_shell: Fix column alignment in 'help roles' | Kim Alvefur | 2025-02-02 | 1 | -1/+1 |
* | mod_admin_shell: Fix help forgetting arguments | Kim Alvefur | 2025-02-02 | 1 | -1/+1 |
* | mod_tokenauth: Fix expiry lasting one second too much | Rémi Bardon | 2025-02-01 | 1 | -5/+5 |
* | mod_storage_sql: Don't treat Enter or Ctrl-C as yes in upgrade command | Kim Alvefur | 2025-01-23 | 1 | -1/+1 |
* | mod_storage_sql: Detect SQLite3 without UPSERT (or SQLCipher 3.x) | Kim Alvefur | 2025-01-23 | 1 | -1/+23 |
* | mod_admin_shell: Remove log statement intended for development only | Matthew Wild | 2025-01-16 | 1 | -1/+0 |
* | mod_pubsub: Remove duplicate create_node command | Matthew Wild | 2025-01-14 | 1 | -16/+0 |
* | mod_authz_internal: Make host considered the parent configurable | Kim Alvefur | 2025-01-13 | 1 | -1/+1 |
* | mod_cloud_notify: Merge from prosody-modules@fc521fb5ffa0 | Matthew Wild | 2025-01-09 | 1 | -0/+653 |
* | mod_invites: Add support for invites_page option to use external invites pages | Matthew Wild | 2025-01-09 | 1 | -0/+36 |
* | mod_storage_sql: Remove the word 'error' from debug messages | Kim Alvefur | 2025-01-08 | 1 | -2/+2 |
* | mod_pubsub: Remove unused loop variable [luacheck] | Kim Alvefur | 2025-01-08 | 1 | -1/+1 |
* | mod_admin_shell: Remove redundant 'mod_' prefix from debug message | Kim Alvefur | 2025-01-08 | 1 | -1/+1 |
* | mod_admin_shell: Fix reporting origin module for commands | Kim Alvefur | 2025-01-08 | 1 | -1/+1 |
* | mod_pubsub: Quiet down check for service admin | Kim Alvefur | 2025-01-07 | 1 | -1/+1 |
* | mod_pubsub: Limit node listing based on new ACL-aware metadata method | Kim Alvefur | 2025-01-07 | 1 | -1/+4 |
* | mod_admin_shell: user:password(): Support prompting for password if none given | Matthew Wild | 2025-01-07 | 1 | -6/+9 |
* | mod_admin_shell: user:create(): Reject promise with error message on failure | Matthew Wild | 2025-01-07 | 1 | -1/+1 |
* | mod_admin_shell: Mark event as handled when requested input is submitted | Matthew Wild | 2025-01-07 | 1 | -0/+1 |
* | mod_admin_shell: user:create(): request password via prompt if none given | Matthew Wild | 2025-01-07 | 1 | -6/+7 |
* | mod_admin_shell: Add session method to request (password) input from shell cl... | Matthew Wild | 2025-01-07 | 1 | -0/+46 |
* | mod_admin_socket: Fire event on admin client disconnect | Matthew Wild | 2025-01-07 | 1 | -1/+6 |
* | mod_admin_shell: Don't pause async thread while waiting for promise result | Matthew Wild | 2025-01-07 | 1 | -14/+22 |
* | mod_cron: Don't run tasks if loaded inside prosodyctl | Matthew Wild | 2025-01-07 | 1 | -0/+4 |
* | mod_authz_internal: Make 'prosody:guest' default role for all unknown JIDs | Matthew Wild | 2025-01-07 | 1 | -2/+2 |
* | mod_pep: Support for node/item management commands | Matthew Wild | 2025-01-07 | 1 | -0/+3 |
* | mod_pubsub: Expand shell commands to include node/item management | Matthew Wild | 2025-01-07 | 2 | -38/+256 |
* | mod_roster: Add basic roster management shell commands | Matthew Wild | 2025-01-07 | 1 | -4/+170 |
* | mod_flags: New module to view and manage flags on user accounts via shell/API | Matthew Wild | 2025-01-03 | 1 | -0/+157 |
* | mod_admin_shell: stats:show(): Friendlier error message when statistics disabled | Matthew Wild | 2024-12-28 | 1 | -1/+4 |
* | mod_saslauth: Use fully qualified import here too | Kim Alvefur | 2024-11-24 | 1 | -3/+3 |
* | MUC: Use fully qualified import | Kim Alvefur | 2024-11-23 | 1 | -1/+1 |
* | muc: Update link to XEP-0421 (instead of inbox) | Kim Alvefur | 2024-11-23 | 1 | -1/+1 |
* | mod_smacks: Run session destruction code in session's async context | Matthew Wild | 2024-11-21 | 1 | -7/+11 |
* | mod_c2s, mod_s2s: Support for queuing callbacks to run in session thread | Matthew Wild | 2024-11-21 | 2 | -23/+32 |
* | 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 |