]> git.pld-linux.org Git - packages/eggdrop.git/blame - eggdrop-config_encryption.patch
- rediff pathes, rebuild with openssl 3.0.0, rel 2
[packages/eggdrop.git] / eggdrop-config_encryption.patch
CommitLineData
82d11539
JR
1diff -urNp -x '*.orig' eggdrop-1.8.3.org/eggdrop.conf eggdrop-1.8.3/eggdrop.conf
2--- eggdrop-1.8.3.org/eggdrop.conf 2021-10-09 23:37:18.504761324 +0200
3+++ eggdrop-1.8.3/eggdrop.conf 2021-10-09 23:37:18.581427892 +0200
4@@ -594,14 +594,19 @@ die "Please make sure you edit your conf
5 set mod-path "/usr/lib/eggdrop/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
82d11539
JR
24 # Specify whether to use ECB or CBC operation modes. ECB is legacy for
25 # the Eggdrop blowfish module and is used by default. CBC is more recent
This page took 0.047575 seconds and 4 git commands to generate.