summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-09-11 15:46:42 +0100
committerSadie Powell <sadie@witchery.services>2020-09-28 15:28:26 +0100
commitc7e26c5f679465304fb7ffb27d131857a1030b2e (patch)
tree9a1a3df952a7570dbe47780c17bd5a835da85260 /data
parent8e0e1806a47e6fa78f884666b55c04edf11fd66c (diff)
Remove nickserv/getpass and Anope::Decrypt.
There is no point having these now plain text passwords are deprecated.
Diffstat (limited to 'data')
-rw-r--r--data/example.conf3
-rw-r--r--data/nickserv.example.conf16
2 files changed, 3 insertions, 16 deletions
diff --git a/data/example.conf b/data/example.conf
index 6704e4d72..d9cad96b4 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -792,8 +792,7 @@ log
*
* memoserv/sendall memoserv/staff
*
- * nickserv/getpass nickserv/getemail nickserv/suspend nickserv/ajoin
- * nickserv/list
+ * nickserv/getemail nickserv/suspend nickserv/ajoin nickserv/list
*
* nickserv/saset/autoop nickserv/saset/email nickserv/saset/greet nickserv/saset/password
* nickserv/saset/display nickserv/saset/kill nickserv/saset/language nickserv/saset/message
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf
index 7f864ccf9..5614b7c51 100644
--- a/data/nickserv.example.conf
+++ b/data/nickserv.example.conf
@@ -129,8 +129,8 @@ module
expire = 21d
/*
- * Prevents the use of the ACCESS and CERT (excluding their LIST subcommand), DROP, FORBID, SUSPEND,
- * GETPASS and SET PASSWORD commands by services operators on other services operators.
+ * Prevents the use of the ACCESS and CERT (excluding their LIST subcommand), DROP, FORBID, SUSPEND
+ * and SET PASSWORD commands by services operators on other services operators.
*
* This directive is optional, but recommended.
*/
@@ -334,18 +334,6 @@ module { name = "ns_getemail" }
command { service = "NickServ"; name = "GETEMAIL"; command = "nickserv/getemail"; permission = "nickserv/getemail"; group = "nickserv/admin"; }
/*
- * ns_getpass
- *
- * Provides the command nickserv/getpass.
- *
- * Used for getting users passwords.
- *
- * Requires no encryption is being used.
- */
-#module { name = "ns_getpass" }
-#command { service = "NickServ"; name = "GETPASS"; command = "nickserv/getpass"; permission = "nickserv/getpass"; }
-
-/*
* ns_group
*
* Provides the commands nickserv/group, nickserv/glist, and nickserv/ungroup.