diff options
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | src/protocol/inspircd11.c | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 9 insertions, 2 deletions
@@ -3,6 +3,9 @@ Anope Version S V N 09/18 R Removed password truncating. [ #00] 09/15 F Dealt with the nss_dns.so.1 issue on freebsd 7. [ #00] +Provided by Robin Burchell <w00t@inspircd.org> - 2008 +09/22 F Enabled UMODE functionality for InspIRCd 1.1 [ #00] + Anope Version 1.7.22 -------------------- 01/24 A Added a check for hosts too long in BotServs bots. [ #00] diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c index b6b168ec6..17e7f00fd 100644 --- a/src/protocol/inspircd11.c +++ b/src/protocol/inspircd11.c @@ -95,7 +95,7 @@ IRCDVar myIrcd[] = { 0, /* time stamp on mode */ 0, /* NICKIP */ 1, /* O:LINE */ - 0, /* UMODE */ + 1, /* UMODE */ 1, /* VHOST ON NICK */ 0, /* Change RealName */ CMODE_K, /* No Knock */ diff --git a/version.log b/version.log index c9e26981f..a910b7fd2 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="22" VERSION_EXTRA="-svn" -VERSION_BUILD="1446" +VERSION_BUILD="1447" # $Log$ # +# BUILD : 1.7.22 (1447) +# BUGS : +# NOTES : Applied patch by w00t to enable UMODE in insp +# # BUILD : 1.7.22 (1446) # BUGS : # NOTES : Removed password truncating and fixed a crashbug in enc_none. This build still crashes on CS GETPASS on some systems though. Someone take a look at termination of ci->founderpass pls. |