diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-12-25 23:47:21 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-12-25 23:47:21 +0000 |
commit | 92d13d1e06bf94e94feb5174a1d38a4c3c1f4217 (patch) | |
tree | 02361b8dd3b9731416fc9fff07db023dedeaf40e | |
parent | 66682c0a7f50c3fccc79f763ec18354f7db3aff0 (diff) |
BUILD : 1.7.6 (502) BUGS : N/A NOTES : SolidIRCD can mlock +R again
git-svn-id: svn://svn.anope.org/anope/trunk@502 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@356 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | src/solidircd.c | 1 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 1 deletions
@@ -14,6 +14,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004 11/19 A Added anope_cmd_ctcp() to code API, for sending CTCP messages. [ #00] 11/18 A Unable to use registered nicknames as bot nicks from now on. [ #00] 11/18 A NSAddAccessOnReg to control access list on registration. [ #00] +12/25 F SolidIRCD can mlock +R again [ #00] 12/23 F Several compiler errors under make strict. [ #00] 12/21 F Unsetting away would not trigger checking of memos. [#258] 12/21 F Dreamforge compile. [ #00] diff --git a/src/solidircd.c b/src/solidircd.c index 091cf779d..1b0097f32 100644 --- a/src/solidircd.c +++ b/src/solidircd.c @@ -418,6 +418,7 @@ CBModeInfo cbmodeinfos[] = { {'t', CMODE_t, 0, NULL, NULL}, {'M', CMODE_M, 0, NULL, NULL}, {'O', CMODE_O, 0, NULL, NULL}, + {'R', CMODE_R, 0, NULL, NULL}, {0} }; diff --git a/version.log b/version.log index 5cf45093d..b80812d2f 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="6" -VERSION_BUILD="501" +VERSION_BUILD="502" # $Log$ # +# BUILD : 1.7.6 (502) +# BUGS : N/A +# NOTES : SolidIRCD can mlock +R again +# # BUILD : 1.7.6 (501) # BUGS : N/A # NOTES : Added Flag to tell if we need to enforce SGlines or not so GD can fix 245 |