Matthew Wild
ecf01c937d
prosody.cfg.lua.dist: Remove require_encryption options
...
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.
2022-02-14 15:58:08 +00:00
Kim Alvefur
ca1d202df0
prosody.cfg.lua.dist: Remove mod_http_files
...
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.
2022-02-10 18:35:39 +01:00
Kim Alvefur
deccf683d2
prosody.cfg.lua.dist: Move Dialback down
...
Mostly a source of security issues lately
2022-02-10 17:15:18 +01:00
Kim Alvefur
99e90a9914
prosody.cfg.lua.dist: Remove https_certificate, this should Just Work now
2022-02-05 18:17:52 +01:00
Kim Alvefur
c8515415ec
prosody.cfg.lua.dist: Remove mention of deprecated daemonize option
...
Just run ./prosody like me!
2022-02-05 18:14:17 +01:00
Kim Alvefur
a37682ba2e
prosody.cfg.lua.dist: Remove installer_plugin_path
...
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.
2022-02-05 18:10:41 +01:00
Kim Alvefur
225e6d21e8
prosody.cfg.lua.dist: Add new modules
...
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
2022-02-10 18:02:59 +01:00
Kim Alvefur
02b2fe4d2b
prosody.cfg.lua.dist: Add note about 'localhost'
2021-02-04 00:49:07 +01:00
Kim Alvefur
1c35b0bb96
prosody.cfg.lua.dist: Link to website (thanks eta)
2021-07-17 19:44:48 +02:00
Kim Alvefur
2cf3f8b5cb
prosody.cfg.lua.dist: Warn about adding settings at the end of the file
...
It is very often a confusing mistake that leads to support questions
2021-07-17 19:40:43 +02:00
Kim Alvefur
cd16ea631d
prosody.cfg.lua.dist: Replace use_libevent with network_backend
...
Since there are more than two choices now. Hard to describe this choice
in just one line. Maybe this whole block should go away?
2021-05-24 01:34:01 +02:00
Emmanuel Gil Peyrot
e549430c12
prosody.cfg.lua.dist: Fix indentation to use tabs like the rest of the file
2021-05-19 23:39:56 +02:00
Matthew Wild
5bc8b2a379
Merge 0.11->trunk
2021-05-13 11:17:13 +01:00
Matthew Wild
6d15e34180
prosody.cfg.lua.dist: Enable rate limits by default
2021-05-11 14:17:12 +01:00
Kim Alvefur
bc6a329167
prosody.cfg.lua.dist: Remove mention of syslog near mod_posix
...
The syslog sink was moved out of mod_posix into core.loggingmanager in 1460c4966262
See #541
2019-11-19 17:38:38 +01:00
João Duarte
e8ff1e8966
prosody.cfg.lua.dist: Added a field for the installer's path
2019-07-26 18:25:58 -07:00
Matthew Wild
b1afa00429
prosody.cfg.lua.dist: Tidy up some comments
2018-11-18 15:05:15 +00:00
Matthew Wild
c2c1bc2a97
prosody.cfg.lua.dist: Add https_certificate option
2018-11-18 14:57:29 +00:00
Kim Alvefur
f8eb580c6b
prosody.cfg.lua.dist: Replace old vcard module with new ones
2018-10-29 22:04:58 +01:00
Kim Alvefur
e9458e4c87
prosody.cfg.lua.dist: Add mod_muc_mam to example MUC section
2018-10-29 16:07:42 +01:00
Kim Alvefur
0a684bdf33
prosody.cfg.lua.dist: Mention that mod_pep handles avatars
2018-10-29 21:33:01 +01:00
Kim Alvefur
8bc951e8e2
prosody.cfg.lua.dist: Add mod_csi_simple
2018-10-29 21:50:40 +01:00
Kim Alvefur
2cc651ad75
prosody.cfg.lua.dist: Correct mod_websockets to mod_websocket
2017-09-27 05:27:22 +02:00
Matthew Wild
18fff9b845
prosody.cfg.lua.dist: Improve certificates comment
2017-09-23 17:49:48 +01:00
Matthew Wild
1c3b4b2da9
prosody.cfg.lua.dist: Further tweaks in preparation for 0.10.0
2017-09-23 17:39:36 +01:00
Matthew Wild
6c2df72e97
prosody.cfg.lua.dist: Update in preparation for 0.10.0 release
2017-09-23 13:39:16 +01:00
Kim Alvefur
939566b7fe
prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default config
2014-08-10 10:27:20 +02:00
Kim Alvefur
18f7ffec15
prosody.cfg.lua.dist: mod_posix is enabled by default on posix platforms now
2014-03-22 14:53:17 +01:00
Matthew Wild
e6e0a05efa
prosody.cfg.lua.dist: Set c2s_require_encryption = true
2013-08-29 11:59:27 +01:00
Matthew Wild
d1920dc560
prosody.cfg.lua: Remove some more sneaky ';' characters from the config
2013-05-24 13:59:59 +01:00
Matthew Wild
7b3aac0e5d
prosody.cfg.lua.dist: Remove unnecessary ';' from default config (thanks Vincent)
2013-05-24 13:55:28 +01:00
Matthew Wild
26c72e66f2
prosody.cfg.lua.dist: Suggest 'prosodyctl check config' instead of 'luac -p'
2013-05-21 12:58:57 +01:00
Matthew Wild
d78375a2a1
prosody.cfg.lua.dist: Fix my s2s_secure(_auth) mess
2013-05-11 13:54:02 +01:00
Matthew Wild
85369844b1
prosody.cfg.lua.dist: Update with new options and comments
2013-04-01 14:51:42 +01:00
Kim Alvefur
7855128caa
prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for certificates everywhere (thanks jasperixla)
2013-01-08 21:20:00 +01:00
Matthew Wild
dd37aee0b7
prosody.cfg.lua.dist: Rename mod_httpserver to mod_http_files, and move both it and mod_bosh to a new 'HTTP modules' category
2012-04-28 14:48:12 +01:00
Matthew Wild
965c93116b
prosody.cfg.lua.dist: Comment mod_legacyauth by default (thanks Zash)
2012-01-31 22:41:21 +00:00
Matthew Wild
dddc15e0d9
prosody.cfg.lua.dist: Add example of 'authentication' option
2011-04-05 12:36:56 +01:00
Matthew Wild
f12a844d96
prosody.cfg.lua: Give example for logging to console
2011-01-07 05:11:00 +00:00
Matthew Wild
2cd0af1aa6
prosody.cfg.lua: Improve comment about enabling debug logging
2011-01-07 05:09:25 +00:00
Matthew Wild
71d5a8a228
prosody.cfg.lua: Add mod_offline to the list of modules that can be disabled, and add comments for all auto-loaded modules
2011-01-07 05:08:09 +00:00
Matthew Wild
74408ff9f5
prosody.cfg.lua.dist: Update to include storage configuration and examples for SQL
2011-01-07 04:41:34 +00:00
Matthew Wild
0b78691f9e
prosody.cfg.lua.dist: Add note about the require_encryption options
2011-01-07 04:32:27 +00:00
Matthew Wild
63e8a97437
prosody.cfg.lua.dist: Add motd plugin
2011-01-07 03:47:15 +00:00
Matthew Wild
a8cf2f5005
prosody.cfg.lua.dist: Add note about external gateways
2010-12-21 01:47:49 +00:00
Matthew Wild
da58c792b4
prosody.cfg.lua.dist: Update for new logging config format
2010-12-21 01:30:27 +00:00
Matthew Wild
f8e688ecf7
prosody.cfg.lua.dist: Update to reflect new mod_admin_* modules
2010-12-17 17:11:04 +00:00
Matthew Wild
1793d151fb
prosody.cfg.lua.dist: Small wording fix in comment (thanks darkrain)
2010-09-13 01:29:12 +01:00
Matthew Wild
29d0db3fd7
prosody.cfg.lua.dist: Add mod_adhoc and mod_admin_adhoc to the default config
2010-09-05 19:28:37 +01:00
Waqas Hussain
972f651d1d
prosody.cfg.lua.dist: Fixed trailing whitespace.
2010-07-31 12:33:34 +05:00