summaryrefslogtreecommitdiff
path: root/src/servers.c
AgeCommit message (Expand)Author
2010-06-18Rewrote all of the server handling codeAdam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-04-09Fixed a crash when linking serversAdam-
2010-04-09added a new event OnFinishSync, that allows modules to send additional data t...dukepyrolator
2010-04-08Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...Adam-
2010-03-31Fixed cs_xop to not add its commands until after it knows what modes as suppo...Adam-
2010-02-08Rewrote & fixed CAPAB supportAdam-
2010-02-06Parse CAPAB from the server to determin what modes we know aboutAdam-
2010-02-04We now store a list of users using a NickCore in the NickCore, this prevents ...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-04Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...cyberbotx
2009-12-16Made many of the functions in IRCDProto accept the relative object pointers i...Adam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-08Rewrote all of the old C style flag systems into a new Flag class which every...Adam-
2009-10-25added options:enablelogchannel config file option, which turns on the logchan...Adam-
2009-10-17Renamed OnServerConnect(Server*) event to OnNewServer, we have two OnServerCo...Adam-
2009-09-30Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b...Adam-
2009-08-24fixed typo. i apologize for being an idiot, i promise i will test even onelin...pimpmylinux
2009-08-24oops, sorry :(pimpmylinux
2009-08-24fixed trying to delete sessions when a ulined server quitspimpmylinux
2009-08-09Make this really work now. Promise. serv_uplink double setting needs to go aw...rburchell
2009-08-09Introduce clients when we first see the uplink (i.e. successfully connected),...rburchell
2009-08-08Also make use of synched state to introduce pseudoclients instead of blindly ...rburchell
2009-08-08Remove SSYNC_UNKNOWN. All IRCds can report sync state, and for those that _re...rburchell
2009-06-29Made globaloncycleup message and OnServerConnect use the correct serveradam-
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-05-08Patch to allow jupe on all bar uplink and self. Thanks Adam. (Bug #1076)sjaz
2009-03-31Fix compile error in servers.c.cyberbotx
2009-03-31Send snotice after connecting to the network. Also change OnServerConnect to ...rburchell
2009-03-31Fix ss_main's client introduction.rburchell
2009-03-25Fix bug #1009, patch inspired by DukePyrolator, add a TS6 SID generator from ...cyberbotx
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
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