prosody.cfg.lua.dist: Remove comment about mod_*.lua above modules_enabled
|
Matthew Wild |
2022-03-03 |
prosody.cfg.lua.dist: Fix plugin_paths description (thanks Zash)
|
Matthew Wild |
2022-03-03 |
prosody.cfg.lua.dist: Add comments explaining the individual TURN options
|
Matthew Wild |
2022-03-02 |
prosody.cfg.lua.dist: Improved descriptions for a number of modules
|
Matthew Wild |
2022-03-02 |
prosody.cfg.lua.dist: Alphabetical ordering of modules within each section
|
Matthew Wild |
2022-03-02 |
prosody.cfg.lua.dist: Improve mod_mam description to indicate its purpose
|
Matthew Wild |
2022-03-02 |
prosody.cfg.lua.dist: Remove mod_admin_telnet
|
Matthew Wild |
2022-03-02 |
prosody.cfg.lua.dist: Reword plugin_paths to de-emphasize Prosody's source dir
|
Matthew Wild |
2022-03-02 |
prosody.cfg.lua.dist: Remove network_backend option
|
Matthew Wild |
2022-03-02 |
prosody.cfg.lua.dist: Remove example certificate, this should just work
|
Kim Alvefur |
2022-02-13 |
prosody.cfg.lua.dist: Remove allow_registration in favor of invites
|
Kim Alvefur |
2022-02-10 |
prosody.cfg.lua.dist: Comment improvements: s2s authentication
|
Matthew Wild |
2022-02-14 |
prosody.cfg.lua.dist: Comment improvements: authentication
|
Matthew Wild |
2022-02-14 |
prosody.cfg.lua.dist: Improve section-like layout via headers and spacing
|
Matthew Wild |
2022-02-14 |
prosody.cfg.lua.dist: Comment improvements
|
Matthew Wild |
2022-02-14 |
prosody.cfg.lua.dist: Update s2s_secure_auth comment and default
|
Matthew Wild |
2022-02-14 |
prosody.cfg.lua.dist: TURN configuration improvements and example
|
Matthew Wild |
2022-02-14 |
prosody.cfg.lua.dist: Enable csi_simple by default
|
Matthew Wild |
2022-02-14 |
prosody.cfg.lua.dist: Remove require_encryption options
|
Matthew Wild |
2022-02-14 |
prosody.cfg.lua.dist: Remove mod_http_files
|
Kim Alvefur |
2022-02-10 |
prosody.cfg.lua.dist: Move Dialback down
|
Kim Alvefur |
2022-02-10 |
prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now
|
Kim Alvefur |
2022-02-05 |
prosody.cfg.lua.dist: Remove mention of deprecated daemonize option
|
Kim Alvefur |
2022-02-05 |
prosody.cfg.lua.dist: Remove installer_plugin_path
|
Kim Alvefur |
2022-02-05 |
prosody.cfg.lua.dist: Add new modules
|
Kim Alvefur |
2022-02-10 |
prosody.cfg.lua.dist: Add note about 'localhost'
|
Kim Alvefur |
2021-02-03 |
prosody.cfg.lua.dist: Link to website (thanks eta)
|
Kim Alvefur |
2021-07-17 |
prosody.cfg.lua.dist: Warn about adding settings at the end of the file
|
Kim Alvefur |
2021-07-17 |
prosody.cfg.lua.dist: Replace use_libevent with network_backend
|
Kim Alvefur |
2021-05-23 |
prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file
|
Emmanuel Gil Peyrot |
2021-05-19 |
Merge 0.11->trunk
|
Matthew Wild |
2021-05-13 |
prosody.cfg.lua.dist: Enable rate limits by default
0.11
|
Matthew Wild |
2021-05-11 |
prosody.cfg.lua.dist: Remove mention of syslog near mod_posix
|
Kim Alvefur |
2019-11-19 |
prosody.cfg.lua.dist: Added a field for the installer's path
|
João Duarte |
2019-07-27 |
prosody.cfg.lua.dist: Tidy up some comments
0.11
|
Matthew Wild |
2018-11-18 |
prosody.cfg.lua.dist: Add https_certificate option
0.11
|
Matthew Wild |
2018-11-18 |
prosody.cfg.lua.dist: Replace old vcard module with new ones
0.11
|
Kim Alvefur |
2018-10-29 |
prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section
0.11
|
Kim Alvefur |
2018-10-29 |
prosody.cfg.lua.dist: Mention that mod_pep handles avatars
0.11
|
Kim Alvefur |
2018-10-29 |
prosody.cfg.lua.dist: Add mod_csi_simple
0.11
|
Kim Alvefur |
2018-10-29 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-09-29 |
prosody.cfg.lua.dist: Correct mod_websockets to mod_websocket
|
Kim Alvefur |
2017-09-27 |
Merge 0.10->trunk
|
Matthew Wild |
2017-09-26 |
prosody.cfg.lua.dist: Improve certificates comment
|
Matthew Wild |
2017-09-23 |
prosody.cfg.lua.dist: Further tweaks in preparation for 0.10.0
|
Matthew Wild |
2017-09-23 |
prosody.cfg.lua.dist: Update in preparation for 0.10.0 release
|
Matthew Wild |
2017-09-23 |
Default configuration: Remove trailing whitespaces
|
Emmanuel Gil Peyrot |
2016-07-24 |
Update every link to the documentation to use HTTPS
|
Emmanuel Gil Peyrot |
2016-04-16 |
prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default config
|
Kim Alvefur |
2014-08-10 |
prosody.cfg.lua.dist: mod_posix is enabled by default on posix platforms now
|
Kim Alvefur |
2014-03-22 |
prosody.cfg.lua.dist: Set c2s_require_encryption = true
|
Matthew Wild |
2013-08-29 |
prosody.cfg.lua: Remove some more sneaky ';' characters from the config
|
Matthew Wild |
2013-05-24 |
prosody.cfg.lua.dist: Remove unnecessary ';' from default config (thanks Vincent)
|
Matthew Wild |
2013-05-24 |
prosody.cfg.lua.dist: Suggest 'prosodyctl check config' instead of 'luac -p'
|
Matthew Wild |
2013-05-21 |
prosody.cfg.lua.dist: Fix my s2s_secure(_auth) mess
|
Matthew Wild |
2013-05-11 |
prosody.cfg.lua.dist: Update with new options and comments
|
Matthew Wild |
2013-04-01 |
prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla)
|
Kim Alvefur |
2013-01-08 |
prosody.cfg.lua.dist: Rename mod_httpserver to mod_http_files, and move both it and mod_bosh to a new 'HTTP modules' category
|
Matthew Wild |
2012-04-28 |
prosody.cfg.lua.dist: Comment mod_legacyauth by default (thanks Zash)
|
Matthew Wild |
2012-01-31 |
prosody.cfg.lua.dist: Add example of 'authentication' option
|
Matthew Wild |
2011-04-05 |