]> git.pld-linux.org Git - packages/eggdrop.git/blob - eggdrop-config_encryption.patch
- release 5
[packages/eggdrop.git] / eggdrop-config_encryption.patch
1 diff -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/"
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.
16 -loadmodule blowfish
17 +# WARNING! rijndael temporarily disabled, do not use it.
18 +# # Choose only one of the following:
19 +#loadmodule blowfish
20 +#loadmodule idea
21 +#loadmodule twofish
22 +#loadmodule rijndael (do not use it, needs fixing)
23  
24  
25  #### DNS MODULE ####
This page took 0.027888 seconds and 3 git commands to generate.