diff options
author | Adam <Adam@anope.org> | 2012-02-25 15:10:52 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-02-25 15:10:52 -0500 |
commit | 07fffb0b905cbf8e09d2235162ff3680cac12a2d (patch) | |
tree | 7b964c1abfba3aeb0d6aaf6698c1fdd0d52f819a /Changes | |
parent | 1d3ca36768a013e1a28a1e3db1b4ad9f47fc2157 (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-- | Changes | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ----------------------- |