diff options
| author | Adam <Adam@anope.org> | 2012-02-13 00:10:45 -0500 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-02-13 00:10:45 -0500 |
| commit | 086790d6331357022f4da17c76b26b9fc6e2ad90 (patch) | |
| tree | e82d9e0b67cfc5ad0251d8bdcd2490207a875fc6 /data | |
| parent | 1bc8e2ab82db9ce00faaa44887338873a2cd9210 (diff) | |
Removed our RNG and just use the systems, it's not very widely used. Also made DNS query ids not random as they don't need to be.
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/data/example.conf b/data/example.conf index 8e271dc87..73c6627a3 100644 --- a/data/example.conf +++ b/data/example.conf @@ -282,21 +282,6 @@ options passlen = 32 /* - * These keys are used to initiate the random number generator. These numbers - * MUST be random as you want your passcodes to be random. Don't give these - * keys to anyone! Keep them private! - * - * NOTE: If you don't uncomment these or keep their default values, any talented - * programmer would be able to easily "guess" random strings used to mask - * information. Be safe, and come up with three different 7-digit numbers. - * - * These directives are optional, but highly recommended. - */ - #userkey1 = 9866235 - #userkey2 = 8362013 - #userkey3 = 2362899 - - /* * Allows Services to continue file write operations (i.e. database saving) * even if the original file cannot be backed up. Enabling this option may * allow Services to continue operation under conditions where it might |
