aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | COPYING: An overdue update. Also add some clarity about third-party code.Matthew Wild2022-03-041-2/+22
| * | prosody.cfg.lua.dist: Remove comment about mod_*.lua above modules_enabledMatthew Wild2022-03-031-1/+0
| * | prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash)Matthew Wild2022-03-031-2/+3
| * | prosody.cfg.lua.dist: Add comments explaining the individual TURN optionsMatthew Wild2022-03-021-0/+3
| * | prosody.cfg.lua.dist: Improved descriptions for a number of modulesMatthew Wild2022-03-021-8/+8
| * | prosody.cfg.lua.dist: Alphabetical ordering of modules within each sectionMatthew Wild2022-03-021-19/+19
| * | prosody.cfg.lua.dist: Improve mod_mam description to indicate its purposeMatthew Wild2022-03-021-1/+1
| * | prosody.cfg.lua.dist: Remove mod_admin_telnetMatthew Wild2022-03-021-2/+1
| * | prosody.cfg.lua.dist: Reword plugin_paths to de-emphasize Prosody's source dirMatthew Wild2022-03-021-3/+2
| * | prosody.cfg.lua.dist: Remove network_backend optionMatthew Wild2022-03-021-4/+0
| * | prosody.cfg.lua.dist: Remove example certificate, this should just workKim Alvefur2022-02-131-1/+0
| * | net.server_epoll: Disable verbose mode by defaultKim Alvefur2022-02-121-2/+1
| * | prosody.cfg.lua.dist: Remove allow_registration in favor of invitesKim Alvefur2022-02-111-3/+0
| * | prosody.cfg.lua.dist: Comment improvements: s2s authenticationMatthew Wild2022-02-141-2/+2
| * | 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
* | | prosodyctl: check dns: Allow admin to specify undiscoverable external IPs in ...Matthew Wild2022-03-021-0/+5
* | | prosodyctl: check dns: List discovered addresses for diagnostic purposesMatthew Wild2022-03-021-0/+16
* | | util.prosodyctl: check: warn about unreferenced components, suggest disco_itemsMatthew Wild2022-03-021-0/+35
* | | util.prosodyctl: Warn about enabled public registration in 'check config'Matthew Wild2022-03-021-0/+28
* | | util.poll: Add support for the poll() APIKim Alvefur2022-02-233-2/+133
* | | util.poll: Expose API (epoll or select) usedKim Alvefur2022-02-272-6/+11
* | | util.poll: Restructure to make adding additional system APIs easierKim Alvefur2022-02-231-11/+23
* | | make: Split up install targets to allow different subsetKim Alvefur2022-02-132-19/+69
* | | core.portmanager: Fix traceback on attempt to get non-existent serviceKim Alvefur2022-02-221-1/+3
* | | mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin)Kim Alvefur2022-02-222-2/+2
* | | util.async: Optionally allow too many 'done' callbacksKim Alvefur2022-02-221-2/+2
* | | mod_c2s,mod_s2s: Wrap callback to improve tracebacksKim Alvefur2022-02-222-2/+2
* | | mod_carbons: Allow plugging into decision of whether to carbon-copyKim Alvefur2022-02-211-1/+9
* | | mod_mam: Fix a commentKim Alvefur2021-12-111-1/+1
* | | mod_mam: Allow plugging into archive decisionKim Alvefur2021-12-101-4/+13
* | | core.certmanager: Ensure key exists for fullchainKim Alvefur2022-02-211-1/+1
|/ /
* | mod_admin_shell: Use a table to show help sectionsKim Alvefur2022-02-201-17/+19