Document the deprecation of the cloak_md5 and md5 module.

This commit is contained in:
Sadie Powell 2024-09-05 13:25:52 +01:00
parent 4579bc5524
commit 4dc6c98d98

View File

@ -426,9 +426,10 @@
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# MD5 cloak module: Adds the "half" and "full" cloak methods. These # MD5 cloak module: Adds the "half" and "full" cloak methods. These
# methods are obsolete and should only be used on a network which is # methods are deprecated and will be removed in the next major version
# upgrading from v3 and wishes to keep ban compatibility. New networks # of InspIRCd. They should only be used on a network which is upgrading
# should should use the "hmac-sha256" method (see below) instead. # from v3 and wishes to keep ban compatibility. New networks should use
# the "hmac-sha256" method (see below) instead.
# #
# IMPORTANT: If you are using this module you should also load the md5 # IMPORTANT: If you are using this module you should also load the md5
# module. Failure to do so will result in users not being cloaked. # module. Failure to do so will result in users not being cloaked.
@ -1602,7 +1603,8 @@
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# MD5 module: Allows other modules to generate MD5 hashes, usually for # MD5 module: Allows other modules to generate MD5 hashes, usually for
# cryptographic uses and security. # cryptographic uses and security. This module is deprecated and will
# be removed in the next major version of InspIRCd.
# #
# IMPORTANT: # IMPORTANT:
# Other modules such as cloak_md5 and password_hash may rely on # Other modules such as cloak_md5 and password_hash may rely on