| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | prosodyctl cert: use the indexing functions for better UX | Jonas Schäfer | 2021-12-21 | 2 | -19/+29 |
* | | prosodyctl: Hide process management commands when init system should be used ... | Kim Alvefur | 2021-12-21 | 1 | -3/+19 |
* | | prosodyctl: Reorder help sections | Kim Alvefur | 2021-12-21 | 1 | -5/+5 |
* | | mod_roster: Improve readability of bare-JID check | Kim Alvefur | 2021-12-22 | 1 | -2/+2 |
* | | mod_roster: pass correct username to roster-item-removed | Jonas Schäfer | 2021-12-22 | 2 | -1/+76 |
* | | core.certmanager: Rename preset option to 'tls_preset' | Kim Alvefur | 2021-12-22 | 2 | -1/+2 |
* | | core.certmanager: Add "legacy" preset for keeping previous default settings | Kim Alvefur | 2021-12-22 | 1 | -1/+3 |
* | | core.certmanager: Add TLS 1.3 cipher suites to Mozilla TLS presets | Kim Alvefur | 2021-11-03 | 1 | -1/+7 |
* | | core.certmanager: Presets based on Mozilla SSL Configuration Generator | Kim Alvefur | 2019-12-22 | 2 | -0/+61 |
* | | moduleapi: Support stripping of multi-word from module names | Matthew Wild | 2021-12-22 | 1 | -1/+1 |
* | | adminstream: fire disconnected event on lower layer disconnect | Jonas Schäfer | 2021-12-21 | 1 | -0/+1 |
* | | CHANGES: Add various things | Kim Alvefur | 2021-12-21 | 1 | -2/+14 |
* | | CHANGES: Reorganize by added/changed/removed to improve readability | Kim Alvefur | 2021-12-21 | 1 | -25/+48 |
* | | Merge 0.11->trunk | Kim Alvefur | 2021-12-20 | 1 | -10/+52 |
|\| |
|
| * | Tag 0.11.11 | Kim Alvefur | 2021-12-20 | 0 | -0/+0 |
| * | mod_pep: Wipe pubsub service on user deletion0.11.11 | Kim Alvefur | 2021-11-04 | 1 | -0/+15 |
| * | mod_pep: Prevent creation of services for non-existent users | Kim Alvefur | 2021-11-04 | 1 | -0/+15 |
| * | mod_pep: Limit possible growth of node subscription info | Kim Alvefur | 2021-11-04 | 1 | -2/+5 |
| * | mod_pep: Limit possible growth of number of pubsub services | Kim Alvefur | 2021-11-04 | 1 | -2/+16 |
| * | mod_pep: Don't pass pubsub services across reloads | Kim Alvefur | 2021-11-04 | 1 | -6/+0 |
| * | net.server_epoll: Process all queued events from epoll before timers | Kim Alvefur | 2021-10-21 | 1 | -2/+4 |
* | | configmanager: Update error message to say 'VirtualHost' instead of 'Host' | Matthew Wild | 2021-12-20 | 1 | -1/+1 |
* | | mod_storage_xep0227: Replace custom tag-removal helpers with :remove_children() | Matthew Wild | 2021-12-20 | 1 | -27/+9 |
* | | mod_smacks: Add future todo | Kim Alvefur | 2021-12-20 | 1 | -0/+1 |
* | | mod_smacks: Only include max resumption time when resumption is activated | Kim Alvefur | 2021-12-20 | 1 | -1/+3 |
* | | core.modulemanager: Load mod_smacks on Components | Kim Alvefur | 2021-12-20 | 1 | -0/+1 |
* | | mod_smacks: Fix typos | Kim Alvefur | 2021-12-20 | 1 | -2/+2 |
* | | mod_smacks: Fix error on shutdown if loaded on Component | Kim Alvefur | 2021-12-20 | 1 | -0/+4 |
* | | mod_smacks: Fix typo (thanks codespell) | Kim Alvefur | 2021-12-19 | 1 | -1/+1 |
* | | mod_smacks: Avoid log noise when a non-smacks session is closed | Kim Alvefur | 2021-12-19 | 1 | -0/+1 |
* | | mod_smacks: Check if session was really sleeping before logging message | Kim Alvefur | 2021-12-18 | 1 | -1/+1 |
* | | mod_smacks: Fix traceback when bouncing unacked stanzas | Kim Alvefur | 2021-12-18 | 1 | -0/+1 |
* | | mod_smacks: Fix duplicate sleep behavior when replacing a session | Kim Alvefur | 2021-12-18 | 1 | -0/+1 |
* | | mod_c2s: Fire pre-closing event regardless of connected state | Kim Alvefur | 2021-12-18 | 1 | -3/+3 |
* | | mod_smacks: Remove references to connection on hibernation | Kim Alvefur | 2021-12-18 | 1 | -1/+4 |
* | | mod_smacks: Add more logging | Kim Alvefur | 2021-12-18 | 1 | -0/+9 |
* | | mod_smacks: Remove useless delay in requesting ack on resumption | Kim Alvefur | 2021-12-17 | 1 | -23/+1 |
* | | mod_smacks: Fix to not wait for acks from before a resumption | Kim Alvefur | 2021-12-17 | 1 | -0/+1 |
* | | mod_smacks: Split log messages for when an old session exists in storage | Kim Alvefur | 2021-12-17 | 1 | -1/+2 |
* | | mod_smacks: Bounce unacked stanzas on shutdown | Kim Alvefur | 2021-12-17 | 1 | -1/+11 |
* | | mod_smacks: Preserve counter values on shutdown | Kim Alvefur | 2021-12-17 | 1 | -0/+22 |
* | | mod_smacks: Simplify access to local user sessions | Kim Alvefur | 2021-12-17 | 1 | -2/+2 |
* | | mod_smacks: Cancel hibernation when session is closed | Kim Alvefur | 2021-12-16 | 1 | -0/+6 |
* | | mod_smacks: Skip hibernation logic if session was closed or replaced | Kim Alvefur | 2021-12-16 | 1 | -0/+4 |
* | | mod_smacks: Fix indentation | Kim Alvefur | 2021-12-16 | 1 | -4/+4 |
* | | mod_smacks: Stop stanzas from being queued on hibernation timeout | Kim Alvefur | 2021-12-16 | 1 | -0/+1 |
* | | util.smqueue: Simplify compat table, fix dependent modules (thanks Martin) | Kim Alvefur | 2021-12-16 | 3 | -24/+36 |
* | | util.smqueue: Add missing method to Teal record spec | Kim Alvefur | 2021-12-16 | 1 | -1/+2 |
* | | mod_smacks: Limit queue memory consumption using new util | Kim Alvefur | 2021-12-14 | 2 | -52/+73 |
* | | util.smqueue: Abstract queue with acknowledgements and overflow | Kim Alvefur | 2021-12-14 | 3 | -0/+223 |