| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_admin_shell: Support for hiding certain commands from default help listing | Matthew Wild | 2025-02-13 | 1 | -5/+8 |
* | mod_account_activity: Fix error when no duration specified in shell command | Matthew Wild | 2025-02-13 | 1 | -1/+1 |
* | mod_admin_shell: Fix result handling of user addrole/delrole commands | Matthew Wild | 2025-02-13 | 1 | -2/+10 |
* | usermanager: Include role_name in event for consistency with the 'removed' event | Matthew Wild | 2025-02-13 | 1 | -1/+1 |
* | mod_authz_internal: Fix error messages | Matthew Wild | 2025-02-13 | 1 | -2/+2 |
* | mod_authz_internal: Fix return values of secondary role management methods | Matthew Wild | 2025-02-13 | 1 | -3/+8 |
* | mod_presence: Fix traceback if origin gets disconnected during processing | Matthew Wild | 2025-02-13 | 1 | -2/+10 |
* | mod_invites: Add shell commands to list, show and delete pending invitations | Matthew Wild | 2025-02-13 | 1 | -0/+140 |
* | mod_invites: Shell command to create reset links | Matthew Wild | 2025-02-13 | 1 | -0/+18 |
* | core.configmanager: Delay reporting warnings about Credential until use | Kim Alvefur | 2025-02-12 | 1 | -3/+16 |
* | CHANGES: Update with some more 13.0 features | Matthew Wild | 2025-02-12 | 1 | -0/+2 |
* | mod_account_activity: Add shell command to list inactive accounts | Matthew Wild | 2025-02-12 | 1 | -0/+43 |
* | mod_account_activity: Fix required module names | Matthew Wild | 2025-02-12 | 1 | -3/+3 |
* | mod_account_activity: Record an account's last activity timestamp | Matthew Wild | 2025-02-12 | 1 | -0/+109 |
* | CHANGES: Update for 13.0.x | Matthew Wild | 2025-02-11 | 1 | -0/+3 |
* | util.dnsregistry: Update using script | Kim Alvefur | 2025-02-09 | 1 | -1/+2 |
* | tools.dnsregistry: Comment out duplicate error codes | Kim Alvefur | 2025-02-09 | 1 | -1/+4 |
* | 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 |
* | net.adns: Collect DNS lookup timing metrics | Kim Alvefur | 2025-02-07 | 3 | -5/+34 |
* | 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 | 3 | -0/+87 |
* | 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 |
* | prosodyctl: Fix check for whether to show init system warning | Matthew Wild | 2025-02-06 | 1 | -1/+1 |
* | net.server_epoll: Call :shutdown() on TLS sockets when supported | Martijn van Duren | 2025-02-06 | 1 | -0/+21 |
* | prosodyctl: Further deprecate start/stop/restart commands when installed | Matthew Wild | 2025-02-06 | 1 | -11/+35 |
* | prosodyctl: reload: Assume reload-via-socket if any arguments passed | Matthew Wild | 2025-02-06 | 1 | -0/+3 |
* | prosodyctl: Fix luacheck warning | Matthew Wild | 2025-02-06 | 1 | -1/+1 |
* | prosodyctl: reload: Remove redundant require | Matthew Wild | 2025-02-06 | 1 | -1/+0 |
* | util.prosodyctl: Add comments to explain logic and expected behaviour (#1688) | Matthew Wild | 2025-02-06 | 1 | -0/+7 |
* | prosodyctl: stop: Fix detection of whether Prosody is running | Matthew Wild | 2025-02-06 | 1 | -1/+5 |
* | prosodyctl: reload: Fix detection of whether prosody is running | Matthew Wild | 2025-02-06 | 1 | -3/+5 |
* | prosodyctl: reload: use admin socket to issue reload command, if available | Matthew Wild | 2025-02-06 | 1 | -7/+11 |
* | util.prosodyctl.shell: Export function to check for availability of admin socket | Matthew Wild | 2025-02-06 | 1 | -0/+8 |
* | 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 |
* | util.startup: Drop mention of systemd from notification socket handling | Kim Alvefur | 2025-02-01 | 1 | -4/+4 |
* | mod_tokenauth: Fix expiry lasting one second too much | RĂ©mi Bardon | 2025-02-01 | 1 | -5/+5 |
* | Merge 0.12->trunk | Matthew Wild | 2025-01-28 | 0 | -0/+0 |
|\ |
|
| * | Added tag 0.12.5 for changeset 836efad8483corigin/0.120.12 | Matthew Wild | 2024-12-29 | 0 | -0/+0 |
* | | doap: Add XEP-0357 (mod_cloud_notify) | Kim Alvefur | 2025-01-27 | 1 | -0/+9 |
* | | 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 |
* | | util.sql: SQLCipher support | Kim Alvefur | 2025-01-23 | 3 | -0/+13 |
* | | core.configmanager: Remove compat | Kim Alvefur | 2025-01-21 | 1 | -2/+0 |
* | | util.startup: Rename credentials path variable too | Kim Alvefur | 2025-01-18 | 2 | -3/+3 |
* | | luacheck: Declare new config globals | Kim Alvefur | 2025-01-18 | 1 | -0/+4 |