aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prosodyctl: Hide process management commands when init system should be used ...Kim Alvefur2021-12-211-3/+19
* prosodyctl: Reorder help sectionsKim Alvefur2021-12-211-5/+5
* mod_roster: Improve readability of bare-JID checkKim Alvefur2021-12-221-2/+2
* mod_roster: pass correct username to roster-item-removedJonas Schäfer2021-12-222-1/+76
* core.certmanager: Rename preset option to 'tls_preset'Kim Alvefur2021-12-222-1/+2
* core.certmanager: Add "legacy" preset for keeping previous default settingsKim Alvefur2021-12-221-1/+3
* core.certmanager: Add TLS 1.3 cipher suites to Mozilla TLS presetsKim Alvefur2021-11-031-1/+7
* core.certmanager: Presets based on Mozilla SSL Configuration GeneratorKim Alvefur2019-12-222-0/+61
* moduleapi: Support stripping of multi-word from module namesMatthew Wild2021-12-221-1/+1
* adminstream: fire disconnected event on lower layer disconnectJonas Schäfer2021-12-211-0/+1
* CHANGES: Add various thingsKim Alvefur2021-12-211-2/+14
* CHANGES: Reorganize by added/changed/removed to improve readabilityKim Alvefur2021-12-211-25/+48
* Merge 0.11->trunkKim Alvefur2021-12-201-10/+52
|\
| * Tag 0.11.11Kim Alvefur2021-12-200-0/+0
| * mod_pep: Wipe pubsub service on user deletion0.11.11Kim Alvefur2021-11-041-0/+15
| * mod_pep: Prevent creation of services for non-existent usersKim Alvefur2021-11-041-0/+15
| * mod_pep: Limit possible growth of node subscription infoKim Alvefur2021-11-041-2/+5
| * mod_pep: Limit possible growth of number of pubsub servicesKim Alvefur2021-11-041-2/+16
| * mod_pep: Don't pass pubsub services across reloadsKim Alvefur2021-11-041-6/+0
| * net.server_epoll: Process all queued events from epoll before timersKim Alvefur2021-10-211-2/+4
* | configmanager: Update error message to say 'VirtualHost' instead of 'Host'Matthew Wild2021-12-201-1/+1
* | mod_storage_xep0227: Replace custom tag-removal helpers with :remove_children()Matthew Wild2021-12-201-27/+9
* | mod_smacks: Add future todoKim Alvefur2021-12-201-0/+1
* | mod_smacks: Only include max resumption time when resumption is activatedKim Alvefur2021-12-201-1/+3
* | core.modulemanager: Load mod_smacks on ComponentsKim Alvefur2021-12-201-0/+1
* | mod_smacks: Fix typosKim Alvefur2021-12-201-2/+2
* | mod_smacks: Fix error on shutdown if loaded on ComponentKim Alvefur2021-12-201-0/+4
* | mod_smacks: Fix typo (thanks codespell)Kim Alvefur2021-12-191-1/+1
* | mod_smacks: Avoid log noise when a non-smacks session is closedKim Alvefur2021-12-191-0/+1
* | mod_smacks: Check if session was really sleeping before logging messageKim Alvefur2021-12-181-1/+1
* | mod_smacks: Fix traceback when bouncing unacked stanzasKim Alvefur2021-12-181-0/+1
* | mod_smacks: Fix duplicate sleep behavior when replacing a sessionKim Alvefur2021-12-181-0/+1
* | mod_c2s: Fire pre-closing event regardless of connected stateKim Alvefur2021-12-181-3/+3
* | mod_smacks: Remove references to connection on hibernationKim Alvefur2021-12-181-1/+4
* | mod_smacks: Add more loggingKim Alvefur2021-12-181-0/+9
* | mod_smacks: Remove useless delay in requesting ack on resumptionKim Alvefur2021-12-171-23/+1
* | mod_smacks: Fix to not wait for acks from before a resumptionKim Alvefur2021-12-171-0/+1
* | mod_smacks: Split log messages for when an old session exists in storageKim Alvefur2021-12-171-1/+2
* | mod_smacks: Bounce unacked stanzas on shutdownKim Alvefur2021-12-171-1/+11
* | mod_smacks: Preserve counter values on shutdownKim Alvefur2021-12-171-0/+22
* | mod_smacks: Simplify access to local user sessionsKim Alvefur2021-12-171-2/+2
* | mod_smacks: Cancel hibernation when session is closedKim Alvefur2021-12-161-0/+6
* | mod_smacks: Skip hibernation logic if session was closed or replacedKim Alvefur2021-12-161-0/+4
* | mod_smacks: Fix indentationKim Alvefur2021-12-161-4/+4
* | mod_smacks: Stop stanzas from being queued on hibernation timeoutKim Alvefur2021-12-161-0/+1
* | util.smqueue: Simplify compat table, fix dependent modules (thanks Martin)Kim Alvefur2021-12-163-24/+36
* | util.smqueue: Add missing method to Teal record specKim Alvefur2021-12-161-1/+2
* | mod_smacks: Limit queue memory consumption using new utilKim Alvefur2021-12-142-52/+73
* | util.smqueue: Abstract queue with acknowledgements and overflowKim Alvefur2021-12-143-0/+223
* | mod_smacks: Set a watchdog to watch sleeping sessionsKim Alvefur2021-12-021-59/+27