]> git.pld-linux.org Git - packages/eggdrop.git/blame - eggdrop-config_encryption.patch
- release 5
[packages/eggdrop.git] / eggdrop-config_encryption.patch
CommitLineData
8eb15d2d 1diff -burNp eggdrop1.6.19/eggdrop.conf eggdrop1.6.19-new/eggdrop.conf
2--- eggdrop1.6.19/eggdrop.conf 2008-02-16 21:15:30.000000000 +0100
3+++ eggdrop1.6.19-new/eggdrop.conf 2008-09-23 11:32:44.879761861 +0200
4@@ -422,14 +422,19 @@ die "Please make sure you edit your conf
5 set mod-path "modules/"
3e9ba21e
AG
6
7
8-#### BLOWFISH MODULE ####
9+#### ENCRYPTION MODULE ####
10
11 # IF YOU DON'T READ THIS YOU MAY RENDER YOUR USERFILE USELESS LATER
12 # Eggdrop encrypts its userfile, so users can have secure passwords.
13 # Please note that when you change your encryption method later (i.e.
14 # using other modules like a md5 module), you can't use your current
15 # userfile anymore. Eggdrop will not start without an encryption module.
8eb15d2d 16-loadmodule blowfish
17+# WARNING! rijndael temporarily disabled, do not use it.
18+# # Choose only one of the following:
19+#loadmodule blowfish
3e9ba21e
AG
20+#loadmodule idea
21+#loadmodule twofish
8eb15d2d 22+#loadmodule rijndael (do not use it, needs fixing)
3e9ba21e 23
31e24c51 24
8eb15d2d 25 #### DNS MODULE ####
This page took 0.059296 seconds and 4 git commands to generate.