Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prosody.cfg.lua.dist: TURN configuration improvements and example | Matthew Wild | 2022-02-14 | 1 | -1/+12 |
| | |||||
* | prosody.cfg.lua.dist: Enable csi_simple by default | Matthew Wild | 2022-02-14 | 1 | -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 options | Matthew Wild | 2022-02-14 | 1 | -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_files | Kim Alvefur | 2022-02-10 | 1 | -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 down | Kim Alvefur | 2022-02-10 | 1 | -1/+1 |
| | | | | Mostly a source of security issues lately | ||||
* | prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now | Kim Alvefur | 2022-02-05 | 1 | -3/+0 |
| | |||||
* | prosody.cfg.lua.dist: Remove mention of deprecated daemonize option | Kim Alvefur | 2022-02-05 | 1 | -1/+1 |
| | | | | Just run ./prosody like me! | ||||
* | prosody.cfg.lua.dist: Remove installer_plugin_path | Kim Alvefur | 2022-02-05 | 1 | -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 modules | Kim Alvefur | 2022-02-10 | 1 | -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 Alvefur | 2021-02-04 | 1 | -0/+3 |
| | |||||
* | prosody.cfg.lua.dist: Link to website (thanks eta) | Kim Alvefur | 2021-07-17 | 1 | -0/+2 |
| | |||||
* | prosody.cfg.lua.dist: Warn about adding settings at the end of the file | Kim Alvefur | 2021-07-17 | 1 | -0/+9 |
| | | | | It is very often a confusing mistake that leads to support questions | ||||
* | prosody.cfg.lua.dist: Replace use_libevent with network_backend | Kim Alvefur | 2021-05-24 | 1 | -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 file | Emmanuel Gil Peyrot | 2021-05-19 | 1 | -6/+6 |
| | |||||
* | Merge 0.11->trunk | Matthew Wild | 2021-05-13 | 1 | -1/+12 |
|\ | |||||
| * | prosody.cfg.lua.dist: Enable rate limits by default | Matthew Wild | 2021-05-11 | 1 | -1/+12 |
| | | |||||
* | | prosody.cfg.lua.dist: Remove mention of syslog near mod_posix | Kim Alvefur | 2019-11-19 | 1 | -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 path | João Duarte | 2019-07-26 | 1 | -0/+4 |
|/ | |||||
* | prosody.cfg.lua.dist: Tidy up some comments | Matthew Wild | 2018-11-18 | 1 | -11/+1 |
| | |||||
* | prosody.cfg.lua.dist: Add https_certificate option | Matthew Wild | 2018-11-18 | 1 | -0/+3 |
| | |||||
* | prosody.cfg.lua.dist: Replace old vcard module with new ones | Kim Alvefur | 2018-10-29 | 1 | -1/+2 |
| | |||||
* | prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section | Kim Alvefur | 2018-10-29 | 1 | -0/+2 |
| | |||||
* | prosody.cfg.lua.dist: Mention that mod_pep handles avatars | Kim Alvefur | 2018-10-29 | 1 | -1/+1 |
| | |||||
* | prosody.cfg.lua.dist: Add mod_csi_simple | Kim Alvefur | 2018-10-29 | 1 | -0/+1 |
| | |||||
* | prosody.cfg.lua.dist: Correct mod_websockets to mod_websocket | Kim Alvefur | 2017-09-27 | 1 | -1/+1 |
| | |||||
* | prosody.cfg.lua.dist: Improve certificates comment | Matthew Wild | 2017-09-23 | 1 | -2/+2 |
| | |||||
* | prosody.cfg.lua.dist: Further tweaks in preparation for 0.10.0 | Matthew Wild | 2017-09-23 | 1 | -21/+12 |
| | |||||
* | prosody.cfg.lua.dist: Update in preparation for 0.10.0 release | Matthew Wild | 2017-09-23 | 1 | -40/+73 |
| | |||||
* | prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default ↵ | Kim Alvefur | 2014-08-10 | 1 | -1/+1 |
| | | | | config | ||||
* | prosody.cfg.lua.dist: mod_posix is enabled by default on posix platforms now | Kim Alvefur | 2014-03-22 | 1 | -1/+1 |
| | |||||
* | prosody.cfg.lua.dist: Set c2s_require_encryption = true | Matthew Wild | 2013-08-29 | 1 | -1/+1 |
| | |||||
* | prosody.cfg.lua: Remove some more sneaky ';' characters from the config | Matthew Wild | 2013-05-24 | 1 | -3/+3 |
| | |||||
* | prosody.cfg.lua.dist: Remove unnecessary ';' from default config (thanks ↵ | Matthew Wild | 2013-05-24 | 1 | -1/+1 |
| | | | | Vincent) | ||||
* | prosody.cfg.lua.dist: Suggest 'prosodyctl check config' instead of 'luac -p' | Matthew Wild | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | prosody.cfg.lua.dist: Fix my s2s_secure(_auth) mess | Matthew Wild | 2013-05-11 | 1 | -5/+6 |
| | |||||
* | prosody.cfg.lua.dist: Update with new options and comments | Matthew Wild | 2013-04-01 | 1 | -14/+27 |
| | |||||
* | prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for ↵ | Kim Alvefur | 2013-01-08 | 1 | -1/+1 |
| | | | | certificates everywhere (thanks jasperixla) | ||||
* | prosody.cfg.lua.dist: Rename mod_httpserver to mod_http_files, and move both ↵ | Matthew Wild | 2012-04-28 | 1 | -2/+4 |
| | | | | it and mod_bosh to a new 'HTTP modules' category | ||||
* | prosody.cfg.lua.dist: Comment mod_legacyauth by default (thanks Zash) | Matthew Wild | 2012-01-31 | 1 | -1/+1 |
| | |||||
* | prosody.cfg.lua.dist: Add example of 'authentication' option | Matthew Wild | 2011-04-05 | 1 | -0/+9 |
| | |||||
* | prosody.cfg.lua: Give example for logging to console | Matthew Wild | 2011-01-07 | 1 | -0/+1 |
| | |||||
* | prosody.cfg.lua: Improve comment about enabling debug logging | Matthew Wild | 2011-01-07 | 1 | -1/+1 |
| | |||||
* | prosody.cfg.lua: Add mod_offline to the list of modules that can be ↵ | Matthew Wild | 2011-01-07 | 1 | -3/+4 |
| | | | | disabled, and add comments for all auto-loaded modules | ||||
* | prosody.cfg.lua.dist: Update to include storage configuration and examples ↵ | Matthew Wild | 2011-01-07 | 1 | -0/+12 |
| | | | | for SQL | ||||
* | prosody.cfg.lua.dist: Add note about the require_encryption options | Matthew Wild | 2011-01-07 | 1 | -1/+6 |
| | |||||
* | prosody.cfg.lua.dist: Add motd plugin | Matthew Wild | 2011-01-07 | 1 | -0/+1 |
| | |||||
* | prosody.cfg.lua.dist: Add note about external gateways | Matthew Wild | 2010-12-21 | 1 | -0/+5 |
| | |||||
* | prosody.cfg.lua.dist: Update for new logging config format | Matthew Wild | 2010-12-21 | 1 | -2/+5 |
| | |||||
* | prosody.cfg.lua.dist: Update to reflect new mod_admin_* modules | Matthew Wild | 2010-12-17 | 1 | -2/+4 |
| | |||||
* | prosody.cfg.lua.dist: Small wording fix in comment (thanks darkrain) | Matthew Wild | 2010-09-13 | 1 | -1/+1 |
| |