Commit graph

50 commits

Author SHA1 Message Date
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
Waqas Hussain
23474802a8 prosody.cfg.lua.dist: Removed commented "defaultauth" from the modules_disabled list. 2010-06-15 09:59:26 +05:00
Jeff Mitchell
534d1b91a4 Have defaultauth load by default 2010-05-27 09:20:08 -04:00
Waqas Hussain
3376282d8a Merge 0.6 into 0.7. 2010-05-01 05:18:38 +05:00
Matthew Wild
078ab0a198 prosody.cfg.lua.dist: Refactor the default config file based on feedback from confused users 2010-04-14 13:01:10 +01:00
Waqas Hussain
2536fa75c3 prosody.cfg.lua.dist: Whitespace fix. 2010-03-23 20:55:28 +05:00
Waqas Hussain
268f3d77be prosody.cfg.lua.dist: Disable mod_privacy by default. 2010-03-23 20:48:57 +05:00
Matthew Wild
29d4e67895 prosody.cfg.lua.dist: Fix missing quote in commented proxy config example 2010-02-25 18:25:17 +00:00
Matthew Wild
7cecdc9586 prosody.cfg.lua.dist: Update config for 0.7, most improvements from the Arch Linux package by dbb, thanks! 2010-02-21 17:33:13 +00:00
Matthew Wild
525f5856f2 prosody.cfg.lua.dist: Remove lie about requiring console_enabled 2010-01-01 03:32:26 +00:00
Matthew Wild
f3ca2e21ac prosody.cfg.lua.dist: Remove trailing whitespace 2010-01-01 03:29:12 +00:00
Matthew Wild
f3a1c08111 prosody.cfg.lua.dist: Remove lie about requiring console_enabled 2010-01-01 03:32:26 +00:00
Matthew Wild
cdd29e47f7 prosody.cfg.lua.dist: Convert to unix line endings from DOS 2009-10-20 18:12:46 +01:00
Matthew Wild
a4e1ea92f6 prosody.cfg.lua.dist: Add example of declaring admins for a server 2009-09-21 15:09:22 +01:00
Matthew Wild
03b2714838 prosody.cfg.lua.dist: Add mod_pep to the default config file 2009-07-14 17:09:18 +01:00
Matthew Wild
368d427f1a prosody.cfg.lua: Various small changes 2009-07-10 16:47:31 +01:00
Matthew Wild
f11db43de9 prosody.cfg.lua.dist: Move enabled line higher up (people including myself often miss it) 2009-07-10 16:39:50 +01:00
Matthew Wild
e8bbf87b3d prosody.cfg.lua.dist: Add auto-loaded modules to the config 2009-07-10 16:38:35 +01:00
Waqas Hussain
dbf5462378 prosody.cfg.lua.dist: Removed 'presence' from default modules list 2009-06-29 15:20:26 +05:00
Matthew Wild
6bf427e2eb prosody.cfg.lua.dist: Enable mod_register by default, but with registration disabled, and add a comment about it 2009-06-02 19:56:12 +01:00
Matthew Wild
3b686ad3be prosody.cfg.lua.dist: Update example to a better one 2009-05-16 12:01:44 +01:00
Matthew Wild
ea1de379ad Default config: Add 'presence' to list of modules 2009-05-07 19:37:54 +01:00
Matthew Wild
393cbf45ae Update example config, categorise modules, add new modules 2009-03-22 15:23:26 +00:00
Matthew Wild
590a41c6f4 prosody.cfg.lua.dist: Remove some factual inaccuracies 2009-03-22 15:08:15 +00:00
Matthew Wild
b70b5a847d Remove stray merge marker 2008-12-03 16:01:58 +00:00
Matthew Wild
e9c064e355 Merge from waqas 2008-12-03 15:09:58 +00:00
Waqas Hussain
254c2d85bd Converted prosody.cfg.lua.dist to use windows end-of-lines 2008-12-03 19:56:05 +05:00
Matthew Wild
ea64d41fdd Fix port number in mod_console instructions 2008-12-03 13:06:23 +00:00
Matthew Wild
c753bc5f00 Add some example certificates and update the config to point to them 2008-11-29 17:21:04 +00:00
Matthew Wild
46d4eaa618 Rename and update config. Update Makefile for this change. 2008-11-29 02:28:00 +00:00
Renamed from lxmppd.cfg.lua.dist (Browse further)