summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-02-25 15:10:52 -0500
committerAdam <Adam@anope.org>2012-02-25 15:10:52 -0500
commit07fffb0b905cbf8e09d2235162ff3680cac12a2d (patch)
tree7b964c1abfba3aeb0d6aaf6698c1fdd0d52f819a /Changes
parent1d3ca36768a013e1a28a1e3db1b4ad9f47fc2157 (diff)
Bug #1380 - Do not allow akill masks to end in @.
This can be used to cause the IRCd to SQUIT us by adding invalid akills. The only known affected is Charybdis. Also fixed a crash caused by receiving a SQUIT for ourselves.
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index 8d483b52b..8a4f7b6cf 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,8 @@
Anope Version 1.8 - GIT
-----------------------
-02/22 F Fixed several grammar errors in docs/ (patch provided by Simba) [ #00]
12/31 F Fixed os_svsnick to allow changing the case of a users' nick [#1369]
-
+02/22 F Fixed several grammar errors in docs/ (patch provided by Simba) [ #00]
+02/25 F Do not allow akill masks to end in @ [#1380]
Anope Version 1.8.7
-----------------------