aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prosody.cfg.lua.dist: Comment improvements: authenticationMatthew Wild2022-02-141-0/+5
* prosody.cfg.lua.dist: Improve section-like layout via headers and spacingMatthew Wild2022-02-141-0/+9
* prosody.cfg.lua.dist: Comment improvementsMatthew Wild2022-02-141-2/+3
* prosody.cfg.lua.dist: Update s2s_secure_auth comment and defaultMatthew Wild2022-02-141-2/+3
* prosody.cfg.lua.dist: TURN configuration improvements and exampleMatthew Wild2022-02-141-1/+12
* prosody.cfg.lua.dist: Enable csi_simple by defaultMatthew Wild2022-02-141-1/+1
* usermanager, mod_saslauth: Default to internal_hashed if no auth module speci...Matthew Wild2022-02-103-2/+3
* prosody.cfg.lua.dist: Remove require_encryption optionsMatthew Wild2022-02-141-10/+0
* core.certmanager: Turn soft dependency on LuaSec into a hardKim Alvefur2022-02-102-14/+4
* various: Require encryption by default for realKim Alvefur2021-12-256-6/+7
* mod_invites_register: Default to require encryptionMatthew Wild2022-02-101-1/+1
* mod_legacyauth: Default to require encryptionMatthew Wild2022-02-101-1/+1
* prosody.cfg.lua.dist: Remove mod_http_filesKim Alvefur2022-02-101-1/+0
* prosody.cfg.lua.dist: Move Dialback downKim Alvefur2022-02-101-1/+1
* prosody.cfg.lua.dist: Remove https_certificate, this should Just Work nowKim Alvefur2022-02-051-3/+0
* prosody.cfg.lua.dist: Remove mention of deprecated daemonize optionKim Alvefur2022-02-051-1/+1
* prosody.cfg.lua.dist: Remove installer_plugin_pathKim Alvefur2022-02-051-4/+0
* prosody.cfg.lua.dist: Add new modulesKim Alvefur2022-02-101-0/+14
* prosody.cfg.lua.dist: Add note about 'localhost'Kim Alvefur2021-02-041-0/+3
* mod_admin_shell: Use a table to show help sectionsKim Alvefur2022-02-201-17/+19
* CHANGES: Mention graceful shutdownKim Alvefur2022-02-181-0/+3
* mod_c2s: Ignore unused event payload [luacheck]Kim Alvefur2022-02-181-1/+1
* mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown s...Kim Alvefur2022-02-172-2/+32
* mod_c2s: Close ports in a separate, earlier event from closing sessionsKim Alvefur2022-02-181-0/+2
* mod_s2s: Disable creation of new outgoing connections during shutdownKim Alvefur2022-02-111-0/+7
* mod_c2s,mod_s2s: Disable and close port listeners before closing sessionsKim Alvefur2022-02-113-0/+15
* mod_posix: Run signal handlers in the startup threadKim Alvefur2021-10-061-7/+13
* prosody: Expose main thread on the 'prosody' globalKim Alvefur2021-10-062-0/+5
* prosody: Run shutdown procedure in async threadKim Alvefur2019-01-011-1/+1
* prosody: Move last cleanup and shutdown code into util.startupKim Alvefur2019-01-012-13/+17
* mod_admin_shell: Squeeze some characters out of the Certificate columnKim Alvefur2022-02-171-2/+2
* prosodyctl: Restore 'list --outdated'Kim Alvefur2022-02-171-0/+4
* mod_admin_shell: Fix description of muc:room() (thanks Link Mauve)Kim Alvefur2022-02-151-1/+1
* mod_turn_external: Fix type of config option (thanks mirux)Kim Alvefur2022-02-151-1/+1
* util.dns: Remove compat for pre-0.11 lack of inet_ntop bindingKim Alvefur2022-02-151-32/+3
* util.dns: Replace base16 implementation with util.hexKim Alvefur2022-02-151-10/+1
* core.certmanager: Relax certificate filename check #1713Kim Alvefur2022-02-141-8/+2
* util.dependencies: Refer to 'apt' instead of 'apt-get'Kim Alvefur2022-02-132-7/+7
* mod_invites_register: Load mod_register_ibr in invite only modeKim Alvefur2022-02-101-0/+4
* mod_invites_register: Replace COMPAT hackKim Alvefur2022-02-101-1/+1
* mod_turn_external: Add option to enable TURN over TLSKim Alvefur2022-02-101-2/+6
* mod_turn_external: Simplify configurationKim Alvefur2022-02-101-2/+9
* mod_admin_shell: Track connected events instead of createdKim Alvefur2022-02-061-3/+3
* mod_s2s: Add new early s2s-connected eventsKim Alvefur2022-02-061-0/+3
* doap: Reference some JSON RFCsKim Alvefur2022-02-051-0/+2
* doap: Reference RFC 6331 which deprecated SASL DIGEST-MD5Kim Alvefur2022-02-051-0/+1
* prosody.cfg.lua.dist: Link to website (thanks eta)Kim Alvefur2021-07-171-0/+2
* prosody.cfg.lua.dist: Warn about adding settings at the end of the fileKim Alvefur2021-07-171-0/+9
* core.modulemanager: Save module metadata for potential later useKim Alvefur2022-02-051-1/+2
* util.startup: Enable DANE in http client library with use_daneKim Alvefur2022-02-051-0/+1