aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util.xml: Use variable instead of constant for consistency (thanks Thijs)Matthew Wild2021-12-261-1/+1
* core.certmanager: Add curveslist to 'old' Mozilla TLS presetKim Alvefur2021-12-261-1/+2
* util.prosodyctl.check: Remove obsolete settings from known globalsKim Alvefur2021-12-251-2/+0
* util.prosodyctl.check: Add some more obsolete settingsKim Alvefur2021-12-251-0/+6
* mod_tombstones: Add some future TODOsKim Alvefur2021-12-231-0/+4
* mod_tombstones: Add a very basic test caseKim Alvefur2021-12-232-0/+41
* mod_tombstones: Remember deleted accounts #1307Kim Alvefur2021-12-232-0/+76
* mod_smacks: Compact code using new stanza APIKim Alvefur2021-12-221-9/+2
* mod_http: Clean up redirects handlers for wildcard on http module unloadKim Alvefur2021-12-221-0/+7
* mod_smacks: Use more compact resumption tokensKim Alvefur2021-12-221-2/+2
* util.id: Add a 'tiny' variantKim Alvefur2021-12-021-0/+3
* util.id: Adjust entropy levels, with rationalesKim Alvefur2021-12-024-6/+17
* MUC: Switch ID algorithm for IQ relay (fixes #1266, #1435)Kim Alvefur2021-10-051-3/+5
* MUC: Add method for getting the occupant id salt to allow reuseKim Alvefur2021-10-052-5/+12
* util.prosodyctl.cert: Copy SAN/wildcard certs only onceKim Alvefur2021-12-221-1/+5
* util.x509: Fix to include wildcard identityKim Alvefur2021-12-221-0/+3
* core.certmanager: Check index for wildcard certsKim Alvefur2021-12-221-1/+2
* prosodyctl cert: use the indexing functions for better UXJonas Schäfer2021-12-212-19/+29
* 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