aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
Commit message (Collapse)AuthorAgeFilesLines
* prosody.cfg.lua.dist: Remove comment about mod_*.lua above modules_enabledMatthew Wild2022-03-031-1/+0
| | | | | | | | | This is a very old statement, but people generally don't need to check for the files, and shouldn't be encouraged to put them in Prosody's source dir. The installer will be the way forward for most people, and hg for the rest. Manually moving files into the right place is not something most users should be doing.
* 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
| | | | mod_admin_shell should preferably be used instead
* prosody.cfg.lua.dist: Reword plugin_paths to de-emphasize Prosody's source dirMatthew Wild2022-03-021-3/+2
| | | | | The previous wording may contribute to people trying to install custom modules to Prosody's source directory instead of adding to plugin_paths.
* prosody.cfg.lua.dist: Remove network_backend optionMatthew Wild2022-03-021-4/+0
| | | | | | The only sensible option for most people these days is "epoll". The option is still supported, but it should only be needed by packagers for specific platforms (e.g. BSD may choose libevent for kqueue) or other special cases.
* prosody.cfg.lua.dist: Remove example certificate, this should just workKim Alvefur2022-02-131-1/+0
|
* prosody.cfg.lua.dist: Remove allow_registration in favor of invitesKim Alvefur2022-02-111-3/+0
| | | | | This settings should now only be used by public servers, which have their own documentation
* 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
| | | | | It was added here in 2018, and at that time probably a bit too new to be enabled by default. Times change, and most people have this enabled now.
* prosody.cfg.lua.dist: Remove require_encryption optionsMatthew Wild2022-02-141-10/+0
| | | | | | | | | Reasons: - These now default to enabled when not specified since 38b5b05407be - Practically all servers require encryption these days for c2s/s2s. - Disabling encryption can be considered a special case that doesn't need to be in the default config file.
* prosody.cfg.lua.dist: Remove mod_http_filesKim Alvefur2022-02-101-1/+0
| | | | | | | Serving web pages outside of specialized modules seems like a rare use case that doesn't warrant a spot in the default config file. Many users seem to have it confused with mod_http_upload, so removing it should help with that.
* prosody.cfg.lua.dist: Move Dialback downKim Alvefur2022-02-101-1/+1
| | | | Mostly a source of security issues lately
* 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
| | | | Just run ./prosody like me!
* prosody.cfg.lua.dist: Remove installer_plugin_pathKim Alvefur2022-02-051-4/+0
| | | | | Most users shouldn't need to add this, and it works out of the box. Not important enough to justify having it in the default config.
* prosody.cfg.lua.dist: Add new modulesKim Alvefur2022-02-101-0/+14
| | | | | | | | | | | | | | mod_admin_shell enabled by default because it's awesome! mod_smacks and mod_bookmarks under recommended since they're recommended by the compliance suite XEP-0459 Invites under nice to have and enabled by default to enable a somewhat nice out of the box experience Other new modules mostly under Other mod_external_services left out since it's an advanced thing
* prosody.cfg.lua.dist: Add note about 'localhost'Kim Alvefur2021-02-041-0/+3
|
* 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
| | | | It is very often a confusing mistake that leads to support questions
* prosody.cfg.lua.dist: Replace use_libevent with network_backendKim Alvefur2021-05-241-3/+3
| | | | | Since there are more than two choices now. Hard to describe this choice in just one line. Maybe this whole block should go away?
* prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the fileEmmanuel Gil Peyrot2021-05-191-6/+6
|
* Merge 0.11->trunkMatthew Wild2021-05-131-1/+12
|\
| * prosody.cfg.lua.dist: Enable rate limits by defaultMatthew Wild2021-05-111-1/+12
| |
* | prosody.cfg.lua.dist: Remove mention of syslog near mod_posixKim Alvefur2019-11-191-1/+1
| | | | | | | | | | The syslog sink was moved out of mod_posix into core.loggingmanager in 1460c4966262 See #541
* | prosody.cfg.lua.dist: Added a field for the installer's pathJoão Duarte2019-07-261-0/+4
|/
* prosody.cfg.lua.dist: Tidy up some commentsMatthew Wild2018-11-181-11/+1
|
* prosody.cfg.lua.dist: Add https_certificate optionMatthew Wild2018-11-181-0/+3
|
* prosody.cfg.lua.dist: Replace old vcard module with new onesKim Alvefur2018-10-291-1/+2
|
* prosody.cfg.lua.dist: Add mod_muc_mam to example MUC sectionKim Alvefur2018-10-291-0/+2
|
* prosody.cfg.lua.dist: Mention that mod_pep handles avatarsKim Alvefur2018-10-291-1/+1
|
* prosody.cfg.lua.dist: Add mod_csi_simpleKim Alvefur2018-10-291-0/+1
|
* prosody.cfg.lua.dist: Correct mod_websockets to mod_websocketKim Alvefur2017-09-271-1/+1
|
* prosody.cfg.lua.dist: Improve certificates commentMatthew Wild2017-09-231-2/+2
|
* prosody.cfg.lua.dist: Further tweaks in preparation for 0.10.0Matthew Wild2017-09-231-21/+12
|
* prosody.cfg.lua.dist: Update in preparation for 0.10.0 releaseMatthew Wild2017-09-231-40/+73
|
* prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default ↵Kim Alvefur2014-08-101-1/+1
| | | | config
* prosody.cfg.lua.dist: mod_posix is enabled by default on posix platforms nowKim Alvefur2014-03-221-1/+1
|
* prosody.cfg.lua.dist: Set c2s_require_encryption = trueMatthew Wild2013-08-291-1/+1
|
* prosody.cfg.lua: Remove some more sneaky ';' characters from the configMatthew Wild2013-05-241-3/+3
|
* prosody.cfg.lua.dist: Remove unnecessary ';' from default config (thanks ↵Matthew Wild2013-05-241-1/+1
| | | | Vincent)
* prosody.cfg.lua.dist: Suggest 'prosodyctl check config' instead of 'luac -p'Matthew Wild2013-05-211-1/+1
|