]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Remove the ripemd160 module.
authorPeter Powell <petpow@saberuk.com>
Thu, 6 Sep 2018 10:29:45 +0000 (11:29 +0100)
committerPeter Powell <petpow@saberuk.com>
Thu, 6 Sep 2018 12:31:53 +0000 (13:31 +0100)
commit8512726adf455358d2e467dcc79fc9913ccbcf6b
tree7319790cd6acfa63b8bb69b834c98851acdacbc8
parent33180223e318c304892b3fa8640f90f1ddf6f4b4
Remove the ripemd160 module.

The library code used by this module is licensed under a non-free
license which is incompatible with the GPLv2. Combined with the
fact that it has been superceded by better algorithms like bcrypt
I have decided to remove it.

An alternate implementation of this algorithm is provided by the
m_hash_gnutls module if people *really* need to use it.
docs/conf/inspircd.conf.example
docs/conf/modules.conf.example
docs/conf/opers.conf.example
src/modules/m_ripemd160.cpp [deleted file]