summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--src/protocol/ratbox.c4
-rw-r--r--src/protocol/shadowircd.c4
-rw-r--r--version.log6
4 files changed, 10 insertions, 5 deletions
diff --git a/Changes b/Changes
index 45a3e7326..b2003f4de 100644
--- a/Changes
+++ b/Changes
@@ -50,6 +50,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006
07/20 F Fixed win32 versions of db-merger.c and epona2anope.c. [#536]
07/20 F db-merger.c and epona2anope.c will now properly delete old dbs. [ #00]
08/02 F Fixed very nasty typecast. GCC Hardened should now work. [#557]
+08/03 F Corrected usermodes for ratbox and shadow. [#558]
Provided by ThaPrince <jon@vile.com> - 2006
05/19 A Plexus 3 support. [ #00]
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c
index 8d37c5d93..44d68b464 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -229,9 +229,9 @@ unsigned long umodes[128] = {
0, 0, 0, /* ^ _ ` */
UMODE_a, UMODE_b, 0, /* a b c */
UMODE_d, 0, 0, /* d e f */
- 0, 0, UMODE_i, /* g h i */
+ UMODE_g, 0, UMODE_i, /* g h i */
0, 0, UMODE_l, /* j k l */
- UMODE_g, UMODE_n, UMODE_o, /* m n o */
+ 0, UMODE_n, UMODE_o, /* m n o */
0, 0, 0, /* p q r */
0, 0, UMODE_u, /* s t u */
0, UMODE_w, UMODE_x, /* v w x */
diff --git a/src/protocol/shadowircd.c b/src/protocol/shadowircd.c
index 72b580bc1..8c5fccff2 100644
--- a/src/protocol/shadowircd.c
+++ b/src/protocol/shadowircd.c
@@ -232,9 +232,9 @@ unsigned long umodes[128] = {
0, 0, 0, /* ^ _ ` */
UMODE_a, UMODE_b, 0, /* a b c */
UMODE_d, UMODE_e, 0, /* d e f */
- 0, 0, UMODE_i, /* g h i */
+ UMODE_g, 0, UMODE_i, /* g h i */
0, 0, UMODE_l, /* j k l */
- UMODE_g, UMODE_n, UMODE_o, /* m n o */
+ 0, UMODE_n, UMODE_o, /* m n o */
0, 0, 0, /* p q r */
0, 0, UMODE_u, /* s t u */
UMODE_v, UMODE_w, UMODE_x, /* v w x */
diff --git a/version.log b/version.log
index 15317acbe..ba278ea35 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="14"
VERSION_EXTRA=""
-VERSION_BUILD="1104"
+VERSION_BUILD="1105"
# $Log$
#
+# BUILD : 1.7.14 (1105)
+# BUGS : 558
+# NOTES : fixed usermode stuff for ratbox and shadow
+#
# BUILD : 1.7.14 (1104)
# BUGS : 557
# NOTES : new fix to make the last fix work ;-p