| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 2 | -0/+159 |
* | mod_admin_shell: stats:show(): Friendlier error message when statistics disabled | Matthew Wild | 2024-12-28 | 1 | -1/+4 |
* | Merge 0.12->trunk | Matthew Wild | 2024-12-20 | 1 | -4/+14 |
|\ |
|
| * | util.prosodyctl.check: Improve error handling of UDP socket setup (for #1803)0.12.5 | Matthew Wild | 2024-12-20 | 1 | -4/+14 |
* | | 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 |
* | | util.pposix: Add fdopen() to return a Lua file object from an fd | Matthew Wild | 2024-11-20 | 1 | -0/+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 |
* | | net.server_epoll: Don't try to flush buffer on closed connections | Kim Alvefur | 2024-11-19 | 1 | -1/+2 |
* | | net.server_epoll: Revert opportunistic_writes tweak | Kim Alvefur | 2024-11-19 | 1 | -3/+0 |
* | | util.stanza: Handle Clark notation for attributes in :find() | Kim Alvefur | 2024-11-17 | 2 | -0/+4 |
* | | util.stanza: Handle namespace prefixes for attributes in :find() | Kim Alvefur | 2024-11-17 | 3 | -3/+10 |
* | | util.datamanager: fix duplicated word in log message | Jonas Schäfer | 2024-11-16 | 1 | -1/+1 |
* | | mod_roster: do not store number in attribute | Jonas Schäfer | 2024-11-16 | 1 | -1/+1 |
* | | core.loggingmanager: Bump expected util.pposix version | Kim Alvefur | 2024-11-16 | 1 | -1/+1 |
* | | util.startup: Bump expected util.pposix version | Kim Alvefur | 2024-11-16 | 1 | -1/+1 |
* | | util.pposix: Add pipe() (with support for pipe2() flags on Linux) | Matthew Wild | 2024-11-16 | 1 | -1/+43 |
* | | 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 |
* | | util.queue: tests: Add test for :replace() method | Matthew Wild | 2024-11-12 | 1 | -0/+19 |
* | | mod_s2s: Really fix logging of outgoing stanza queue counts | Kim Alvefur | 2024-11-11 | 1 | -2/+2 |
* | | mod_s2s: Clone queued outgoing stanzas to prevent changes | Kim Alvefur | 2024-11-10 | 1 | -1/+1 |
* | | mod_s2s: Fix counting items in outgoing stanza queue (in logs) | Kim Alvefur | 2024-11-10 | 1 | -2/+2 |
* | | mod_s2s: Limit size of outgoing stanza queue | Kim Alvefur | 2024-11-09 | 1 | -10/+14 |
* | | net.server_epoll: Make running out of buffer space a fatal error | Kim Alvefur | 2024-11-09 | 1 | -0/+6 |
* | | net.server_epoll: Improve efficiency of sending much buffered data | Kim Alvefur | 2024-11-09 | 1 | -34/+68 |
* | | mod_pubsub: Pass metadata directly into form | Kim Alvefur | 2024-11-08 | 1 | -12/+11 |
* | | mod_pubsub: Use new metadata method | Kim Alvefur | 2024-11-08 | 2 | -16/+16 |
* | | util.pubsub: Add method returning subset of config as metadata | Kim Alvefur | 2024-11-08 | 2 | -0/+29 |
* | | Merge 0.12->trunk | Matthew Wild | 2024-11-08 | 1 | -5/+10 |
|\| |
|
| * | mod_bookmarks: Clarify log messages on failure to sync to modern PEP bookmarks | Matthew Wild | 2024-11-08 | 1 | -2/+2 |
| * | mod_bookmarks: Suppress error publishing empty legacy bookmarks w/ no PEP node | Matthew Wild | 2024-11-08 | 1 | -3/+8 |
* | | mod_http_file_share: Revert 9c62ffbdf2ae | Kim Alvefur | 2024-11-02 | 1 | -2/+2 |
* | | Merge 0.12->trunk | Kim Alvefur | 2024-11-02 | 1 | -5/+7 |
|\| |
|
| * | mod_smacks: Destroy timed out session in async context (fixes #1884) | Kim Alvefur | 2024-11-02 | 1 | -8/+10 |
* | | mod_admin_shell: Reject attempt to add or remove roles for unrelated hosts | Kim Alvefur | 2024-11-01 | 1 | -0/+4 |
* | | mod_authz_internal: Hint at roles for external JIDs being read-only | Kim Alvefur | 2024-11-01 | 1 | -1/+1 |
* | | mod_admin_shell: Allow assigning roles to arbitrary JIDs when supported | Kim Alvefur | 2024-11-01 | 1 | -1/+5 |
* | | scansion: Remove publisher attribute from bookmarks2 tests | Kim Alvefur | 2024-10-31 | 1 | -2/+2 |
* | | scansion: Import XEP-0402 test from prosody-modules rev 2c6b14207271 | Kim Alvefur | 2024-10-31 | 1 | -0/+181 |
* | | util.crypto: Add more ECC methods | Stephen Paul Weber | 2024-10-29 | 2 | -0/+137 |
* | | util.pubsub: Fix test to account for not using util.error | Kim Alvefur | 2024-10-29 | 1 | -1/+1 |