aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* net.http: Allow using DANE via options or per request settingsKim Alvefur2022-02-051-1/+5
* mod_smacks: Tweak resumption age buckets towards multiples of 60Kim Alvefur2022-02-041-1/+1
* tools: Allow processing instructions in some XML parsing toolsKim Alvefur2022-02-042-2/+2
* util.xml: Add an option to allow <?processing instructions?>Kim Alvefur2022-02-042-1/+11
* mod_http: Use interface name as default default global hostnameKim Alvefur2022-02-041-1/+1
* mod_http: Use http_default_host for URLs generated in global contextKim Alvefur2022-02-041-1/+2
* prosodyctl: Allow passing server on command line with --serverKim Alvefur2022-02-041-1/+1
* prosodyctl: Allow install plugin via explicit path or URLKim Alvefur2022-02-041-2/+2
* prosodyctl: Return success status code from --helpKim Alvefur2022-02-041-11/+11
* prosodyctl: Use argument parsing library to parse --help, -h, -?Kim Alvefur2022-02-041-12/+27
* mod_websocket: Only enable host-agnostic HTTP routing when enabled globallyKim Alvefur2022-02-041-1/+3
* mod_bosh: Only enable host-agnostic HTTP routing when enabled globallyKim Alvefur2022-02-041-1/+3