mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 21:23:12 +02:00
47c5c36bda
attacks (eg: rainbow) and prevents cracking of several passwords at once. This change means /MKPASSWD will now just generate a different string than before. Do note however, that the old syntax/encrypted passwords will still work and _will continue to work_ in the future, for at least the whole 3.2* series. If you are concerned with security and have some time, then converting your passwords is probably a good idea... Just in case your configuration file gets stolen one day ;). - MD5 password encryption is now always available on *NIX, even if SSL is disabled.