diff options
author | Viper <viper@anope.org> | 2011-11-16 16:30:45 +0100 |
---|---|---|
committer | Viper <viper@anope.org> | 2011-11-16 16:30:45 +0100 |
commit | 2a1cd54bc7d6e8cdd9accccef50d4ec9bb1d6f36 (patch) | |
tree | b9f46e151a6d91abb158370f06befe0d26a27637 /version.log | |
parent | 0dd4a98e5369ef0c023a1fa7174988ceba32f27d (diff) |
Use vident instead of ident in combination with the vhost for botserv kick(ban)s and nickserv access list checking.
Diffstat (limited to 'version.log')
-rw-r--r-- | version.log | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/version.log b/version.log index 484590ac5..525a780c6 100644 --- a/version.log +++ b/version.log @@ -8,9 +8,10 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="7" VERSION_EXTRA="-git" -VERSION_BUILD="3084" +VERSION_BUILD="3085" # $Log$ # Changes since 1.8.6 Release +#Revision 3085 - Use vident instead of ident in combination with the vhost for botserv kick(ban)s and nickserv access list checking. #Revision 3084 - Match bans against the vident/vhost instead of real ident/vhost when available. #Revision 3083 - Use _exit, not exit, to exit mail forks to prevent our atexit() functions from being called, and removing our pidfile #Revision 3082 - Made os_sxline and os_akill use a stored value to curent time to prevent the off-chance of time changing while executing the function which can mess up our globops/log messages |