summaryrefslogtreecommitdiff
path: root/Changes.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Changes.conf')
-rw-r--r--Changes.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes.conf b/Changes.conf
index 554edc020..865362a0b 100644
--- a/Changes.conf
+++ b/Changes.conf
@@ -19,9 +19,14 @@ Anope Version S V N
# NOTE: users of anope's previous (broken) md5 implementation should
# select the enc_old option, or things may break.
#
+# NOTE2: Some of these encryption methods are one-way (md5, sha1, old)
+# meaning that you can NOT retrive the passwords in plain text once
+# encrypted.
+#
# Plain Text - enc_none
# Previous (broken) MD5 - enc_old
# MD5 - enc_md5
+# SHA1 - enc_sha1
#
EncModule "enc_none"