summaryrefslogtreecommitdiff
path: root/src/servers.c
AgeCommit message (Expand)Author
2009-02-10NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-28Remove (void) args, these just make things ugly.rburchell
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-16Correct logic: don't allow UID init if IRCd does not support TS6rburchell
2008-11-16Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha...rburchell
2008-11-15Fix crash-on-squit with insp12: problem is that an sid was passed in as sourc...rburchell
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-14Small miscellaneous fixes, pt 3.rburchell
2008-11-13Fixed a few annoying compile warningsrobbeh
2008-11-03Correctly save Numeric to TS6SID.Robin Burchell w00t@inspircd.org
2008-10-02Replaced anope_SendSquit() with direct call to SendSquit() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Various conversions to use new protocol.Robin Burchell w00t@inspircd.org
2008-10-02Convert various to new name scheme.Robin Burchell w00t@inspircd.org
2008-09-30Add MODULE_INIT to all modules, fix a few various crashes.Robin Burchell w00t@inspircd.org
2008-09-30Made all protocol modules able to be compiled via mostly constifying strings.Robin Burchell w00t@inspircd.org
2008-09-30Move delete_user() into a destructor. Fix a few minor bugs with conversion also.Robin Burchell w00t@inspircd.org
2008-09-30Various g++ fixes. Compiles, doesn't link.Robin Burchell w00t@inspircd.org
2008-01-16BUILD : 1.7.21 (1351) BUGS : 831 NOTES : Fixed a bug in next_server() which s...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-01-13BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-29BUILD : 1.7.19 (1286) BUGS : 731 NOTES : Fixed TS6 UID generation geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-26BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
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
2007-06-15BUILD : 1.7.19 (1249) BUGS : 726 NOTES : Fixed some jupe stuff: when juping a...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-10-01BUILD : 1.7.11 (908) BUGS : NOTES : Created a CapabInfo table to allow easier...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-10-01BUILD : 1.7.11 (906) BUGS : NOTES : Added information on the uplink server vi...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-05-02BUILD : 1.7.8 (753) BUGS : N/a NOTES : Merged anope-dev with trunk rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-04-04BUILD : 1.7.8 (656) BUGS : 331 NOTES : (1) Updated de.l (2) mydbgen will now ...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-04-04BUILD : 1.7.8 (655) BUGS : NOTES : We need to update the sync-state for leaf ...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-28BUILD : 1.7.8 (650) BUGS : 338 NOTES : Moved GlobalOnCycleUP again... ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-28BUILD : 1.7.8 (649) BUGS : 336 NOTES : Moved code for GlobalOnCycleUP to afte...ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-28BUILD : 1.7.8 (644) BUGS : 330 NOTES : Fixed bugs with nickserv suspend ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-14BUILD : 1.7.8 (619) BUGS : NOTES : Fixed the recording of server sync state m...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-13BUILD : 1.7.8 (617) BUGS : NOTES : Fixed: [1] Will not set already set channe...geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-02-28BUILD : 1.7.8 (588) BUGS : 304 NOTES : 1. nickIsServices() no longer alters t...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-01-27BUILD : 1.7.7 (556) BUGS : N/A NOTES : synced headers so our copyright is 200...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-01-23BUILD : 1.7.7 (555) BUGS : N/A NOTES : TS6 support, Ratbox support, lots of l...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-12-22BUILD : 1.7.6 (497) BUGS : 256, 258 NOTES : support for QS, and fixed a /away...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-12-19BUILD : 1.7.6 (489) BUGS : 244, 246, 247, 248, 249, 250, 251, 252, 254, 255 N...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-12-06BUILD : 1.7.6 (478) BUGS : N/A NOTES : 1. CS CLEAR strips +q/+a 2. CS CLEAR u...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-12-05BUILD : 1.7.6 (475) BUGS : 126 NOTES : Some valgrind clean up, should fix 126 trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-12-03BUILD : 1.7.6 (471) BUGS : N/A NOTES : Redid Services Mode stuff to be config...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-12-02BUILD : 1.7.6 (468) BUGS : N/A NOTES : 1. fixes del_session() warning when Li...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-11-30BUILD : 1.7.6 (467) BUGS : NOTES : Fixed bug with ircd->chanmodes. Thanks to ...certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-11-07BUILD : 1.7.6 (439) BUGS : 68, 170, 209 NOTES : 1. DrSteins XOP patch (bug# 1...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-10-16BUILD : 1.7.5 (401) BUGS : 147, 179, 181, 183, 184, 186 NOTES : Lots of littl...trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-10-13BUILD : 1.7.5 (395) BUGS : N/A NOTES : Fixed a typo in all source files, and ...rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b