summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-09-09BUILD : 1.7.19 (1304) BUGS : 782 NOTES : Fixed an undeclared identifier in ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
the new code for cleaning up the modules dir on win32 git-svn-id: svn://svn.anope.org/anope/trunk@1304 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1022 5417fbe8-f217-4b02-8779-1006273d7864
2007-09-08BUILD : 1.7.19 (1303) BUGS : 703 NOTES : Fixed user being able to change ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
channel modes on empty channels without permission (eg SECUREOPS) git-svn-id: svn://svn.anope.org/anope/trunk@1303 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1021 5417fbe8-f217-4b02-8779-1006273d7864
2007-09-06BUILD : 1.7.19 (1301) BUGS : 780, 781 NOTES : [1] Removed extra bolds from ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
OS HELP SET [2] Removed extra Limited to... messages from os_akill and os_modload. git-svn-id: svn://svn.anope.org/anope/trunk@1301 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1019 5417fbe8-f217-4b02-8779-1006273d7864
2007-09-02BUILD : 1.7.19 (1300) BUGS : NOTES : Changed 2 // (C++-style) comments in /* ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
(C-style) */ comments in src/misc.s and ran indent on the same file git-svn-id: svn://svn.anope.org/anope/trunk@1300 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1018 5417fbe8-f217-4b02-8779-1006273d7864
2007-09-02BUILD : 1.7.19 (1298) BUGS : N/A NOTES : [1] Applied heinz patch to WIN32 ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
docs [2] Corrected comment in chanserv.c git-svn-id: svn://svn.anope.org/anope/trunk@1298 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1016 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-31BUILD : 1.7.19 (1297) BUGS : N/A NOTES : In the last commit, I forgot to ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
store the just resolved IP in common_unban() so we wont need to resolve the host again. git-svn-id: svn://svn.anope.org/anope/trunk@1297 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1015 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-31BUILD : 1.7.19 (1296) BUGS : N/A NOTES : Since we now have u->hostip, lets ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
use it in common_unban() git-svn-id: svn://svn.anope.org/anope/trunk@1296 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1014 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-31BUILD : 1.7.19 (1295) BUGS : N/A NOTES : We now have hostip in user_ struct ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
so we can use it where needed. We wont do host_resolve() unless it is extremely necessary, coz we dont want to flood the nameserver. git-svn-id: svn://svn.anope.org/anope/trunk@1295 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1013 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-31BUILD : 1.7.19 (1294) BUGS : N/A NOTES : in is_excepted() if we found the ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
exception, break(). There is no point on continue exploring the array. Also, I forgot to free hostip in my previous commit. git-svn-id: svn://svn.anope.org/anope/trunk@1294 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1012 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-31BUILD : 1.7.19 (1293) BUGS : 778 NOTES : is_excepted() now uses ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
match_userip() also. git-svn-id: svn://svn.anope.org/anope/trunk@1293 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1011 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-31BUILD : 1.7.19 (1292) BUGS : 776 NOTES : Fixed wrong reply when deleting ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
entries by number (akick, badwords) git-svn-id: svn://svn.anope.org/anope/trunk@1292 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1010 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-30BUILD : 1.7.19 (1291) BUGS : 774 NOTES : Unreals (3.2) SVSJOIN command now ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
supports channel keys git-svn-id: svn://svn.anope.org/anope/trunk@1291 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1009 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-29BUILD : 1.7.19 (1290) BUGS : 723 NOTES : Anope now can except users from ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
Session limit based on their IP. git-svn-id: svn://svn.anope.org/anope/trunk@1290 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1008 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-29BUILD : 1.7.19 (1289) BUGS : 768 NOTES : Fixed module runtime directory not ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
always being cleaned up nicely git-svn-id: svn://svn.anope.org/anope/trunk@1289 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1007 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-29BUILD : 1.7.19 (1288) BUGS : 761 NOTES : Fixing up a comment from the last ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
commit git-svn-id: svn://svn.anope.org/anope/trunk@1288 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1006 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-29BUILD : 1.7.19 (1287) BUGS : 761 NOTES : Fixed OperServ SGLINE to now remove ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
trailing spaces from the mask... this is not 100% syntactically correct, but spaces on the end are not usually needed anyways git-svn-id: svn://svn.anope.org/anope/trunk@1287 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1005 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-29BUILD : 1.7.19 (1286) BUGS : 731 NOTES : Fixed TS6 UID generation geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@1286 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1004 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-29BUILD : 1.7.19 (1285) BUGS : 684, 772 NOTES : [1] Added InspIRCd11 vIdent ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
support [2] InspIRCD11 protocol now uses SVSJOIN/PART instead of SAJOIN/PART git-svn-id: svn://svn.anope.org/anope/trunk@1285 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1003 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-28BUILD : 1.7.19 (1284) BUGS : 770 NOTES : SuperAdmins now have a higher ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
channel level than channel founders so they will always win from founders git-svn-id: svn://svn.anope.org/anope/trunk@1284 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1002 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-28BUILD : 1.7.19 (1283) BUGS : 773 NOTES : Patch provided by katsklaw: This ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
patch makes us check commands existance before issuing and we scream like a girl if its not. git-svn-id: svn://svn.anope.org/anope/trunk@1283 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1001 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-28BUILD : 1.7.19 (1282) BUGS : 729 NOTES : Changed the "Limited to ..." lines ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
in help replies to automatically appended lines git-svn-id: svn://svn.anope.org/anope/trunk@1282 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1000 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-28BUILD : 1.7.19 (1280) BUGS : 763 NOTES : Fixed bug in ptlink protocol where ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
topic time wasnt being sent. git-svn-id: svn://svn.anope.org/anope/trunk@1280 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@998 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-28BUILD : 1.7.19 (1279) BUGS : 765 NOTES : Fixed bug when truncating passwords ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
to PASSMAX with enc_none. git-svn-id: svn://svn.anope.org/anope/trunk@1279 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@997 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-28BUILD : 1.7.19 (1278) BUGS : 683, 767 NOTES : [1] typo in en_us.l [2] ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
Provided by katsklaws patch: inspircd11 protocol now uses svshold. git-svn-id: svn://svn.anope.org/anope/trunk@1278 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@996 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-27BUILD : 1.7.19 (1277) BUGS : 759 NOTES : Added missed NS CONFIRM help. drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@1277 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@995 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-27BUILD : 1.7.19 (1275) BUGS : 753 NOTES : Services Admins and Services Opers ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
can now be kicked by ChanServ. git-svn-id: svn://svn.anope.org/anope/trunk@1276 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@994 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-27BUILD : 1.7.19 (1275) BUGS : 747 NOTES : CS SET XOP can not be used if ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
cs_xop is not loaded. git-svn-id: svn://svn.anope.org/anope/trunk@1275 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@993 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-27BUILD : 1.7.19 (1274) BUGS : 764 NOTES : Fixed firstuser/nextuser and ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
first_uid/next_uid using the same globals thus being unable to be used at the same time git-svn-id: svn://svn.anope.org/anope/trunk@1274 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@992 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-27BUILD : 1.7.19 (1273) BUGS : NOTES : Updated src/bin/am to now correctly ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
work with multiversioned repositories as reported by svnversion git-svn-id: svn://svn.anope.org/anope/trunk@1273 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@991 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-27BUILD : 1.7.19 (1272) BUGS : N/A NOTES : Patch provided by teh heinz: [1] ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
Updated the WIN32.txt document a bit [2] Re-worded the CHAN_LEVELS_XOP string in en_us.l git-svn-id: svn://svn.anope.org/anope/trunk@1272 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@990 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-27BUILD : 1.7.19 (1268) BUGS : 714 NOTES : Moved left settings for commands to ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
core modules. git-svn-id: svn://svn.anope.org/anope/trunk@1270 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@988 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-26BUILD : 1.7.19 (1268) BUGS : 662 NOTES : Optimized akick and badwords lists, ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
provided by Viper. git-svn-id: svn://svn.anope.org/anope/trunk@1269 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@987 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-26BUILD : 1.7.19 (1268) BUGS : 662 NOTES : badword counting fixed, and now the ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
list is sorted also. fixed remaining bug in akick sorting. git-svn-id: svn://svn.anope.org/anope/trunk@1268 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@986 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-26BUILD : 1.7.19 (1267) BUGS : 662 NOTES : akick counts are now properly ↵drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
decressed. os_info now really uses status var. some module clean ups. git-svn-id: svn://svn.anope.org/anope/trunk@1267 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@985 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-26BUILD : 1.7.19 (1266) BUGS : NOTES : Updated src/bin/am for now SVN host ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
some more git-svn-id: svn://svn.anope.org/anope/trunk@1266 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@984 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-26BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@1265 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@983 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-13BUILD : 1.7.19 (1263) BUGS : NOTES : Made an oops in the fix for bug 742 :) ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
(wrong params passed to a function) git-svn-id: svn://svn.anope.org/anope/trunk@1264 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@982 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-11BUILD : 1.7.19 (1263) BUGS : 742 NOTES : Fixed inspircd11.c so it generates ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
a fake capab parse call to enable things like NOQUIT... also ran indent on inspircd11.c git-svn-id: svn://svn.anope.org/anope/trunk@1263 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@981 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-08BUILD : 1.7.19 (1262) BUGS : 727 NOTES : Fixed DefConChanModes being re-set ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
while being unset git-svn-id: svn://svn.anope.org/anope/trunk@1262 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@980 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-08BUILD : 1.7.19 (1260) BUGS : 734 NOTES : Fixed a false debug notice claiming ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
the killed user did not exist when it was killed due to a session limit exceeded git-svn-id: svn://svn.anope.org/anope/trunk@1261 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@979 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-05BUILD : 1.7.19 (1258) BUGS : NOTES : Quick fix to src/bin/am to make it work ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
(sort of) again... git-svn-id: svn://svn.anope.org/anope/trunk@1259 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@977 5417fbe8-f217-4b02-8779-1006273d7864
2007-08-05BUILD : 1.7.19 (1258) BUGS : 750 NOTES : Fixed CA_AUTODEOP not working ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
anymore (since 1.7.9 or so probably) git-svn-id: svn://svn.anope.org/anope/trunk@1258 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@976 5417fbe8-f217-4b02-8779-1006273d7864
2007-07-14BUILD : 1.7.19 (1256) BUGS : NOTES : Moved the displaying of command infos ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
on command add/remove to debug level 2 instead of 1 git-svn-id: svn://svn.anope.org/anope/trunk@1256 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@975 5417fbe8-f217-4b02-8779-1006273d7864
2007-07-09BUILD : 1.7.19 (1255) BUGS : 743 NOTES : Fixed various compile errors with ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
`make strict` git-svn-id: svn://svn.anope.org/anope/trunk@1255 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@974 5417fbe8-f217-4b02-8779-1006273d7864
2007-07-09BUILD : 1.7.19 (1254) BUGS : 741 NOTES : Fixed a possible buffer overflow in ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
inspircd10.c git-svn-id: svn://svn.anope.org/anope/trunk@1254 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@973 5417fbe8-f217-4b02-8779-1006273d7864
2007-07-09BUILD : 1.7.19 (1253) BUGS : 737 NOTES : Fixed GlobalOnCycle notices being ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
sent to Anope itself and juped servers git-svn-id: svn://svn.anope.org/anope/trunk@1253 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@972 5417fbe8-f217-4b02-8779-1006273d7864
2007-07-09BUILD : 1.7.19 (1252) BUGS : 729 NOTES : Fixed various access levels for ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
oper commands git-svn-id: svn://svn.anope.org/anope/trunk@1252 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@971 5417fbe8-f217-4b02-8779-1006273d7864
2007-06-18BUILD : 1.7.19 (1251) BUGS : 732 NOTES : Fixed /os MODINFO showing nogeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@1251 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@970 5417fbe8-f217-4b02-8779-1006273d7864
2007-06-15BUILD : 1.7.19 (1250) BUGS : 718 NOTES : Fixed the fact that we did not send ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
a receive-notification for the SQUIT for a juped server git-svn-id: svn://svn.anope.org/anope/trunk@1250 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@969 5417fbe8-f217-4b02-8779-1006273d7864
2007-06-15BUILD : 1.7.19 (1249) BUGS : 726 NOTES : Fixed some jupe stuff: when juping ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
a currently non-existing server, it was still squitted and the globaloncycleup message was sent to newly juped servers git-svn-id: svn://svn.anope.org/anope/trunk@1249 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@968 5417fbe8-f217-4b02-8779-1006273d7864