diff options
author | Adam <Adam@anope.org> | 2010-08-03 23:09:18 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-08-03 23:09:18 -0400 |
commit | 3308ab715393e6da5bda085026b4d5d4085890e7 (patch) | |
tree | 8046f8d435c4d735d577b42209480629cd405c00 /Changes | |
parent | 951de6b39d677c57fa995b14c53e2f7635dd5329 (diff) |
Fixed bug #1178 - properly track users hosts when a user is -x and has a vhost via chghost
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,7 @@ Anope Version 1.8 - SVN 05/22 A Added an internal event called when a nick is recovered [ #00] 05/23 A Added old nick parameter to EVENT_CHANGE_NICK [ #00] 04/15 F Fixed os_info to backup its database on Windows [ #00] -04/15 F Fixed a potential crash in cs_clear ops [#1154] +04/15 F Fixed a potential crash in cs_clear ops when using UnrealIRCd [#1154] 04/16 F Fixed missing TS6SID on FJOIN in inspircd12 [ #00] 04/19 F Fixed ns_info to show nick expire times to opers not only admins[ #00] 04/28 F Fixed a bug that could make some nick requests disappear [ #00] @@ -16,6 +16,7 @@ Anope Version 1.8 - SVN 06/15 F Fixed ./Config to correctly load config.cache [ #00] 06/24 F Fixed pseudo-client kills not being detected on some TS6 IRCDs. [ #00] 07/01 F Fixed encrypting very long passwords when registering [#1172] +08/03 F Fixed tracking users vhosts when there is no vhost mode [#1178] Anope Version 1.8.4 ------------------- |