Age | Commit message (Expand) | Author |
2010-06-18 | Rewrote all of the server handling code | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-04-09 | Fixed a crash when linking servers | Adam- |
2010-04-09 | added a new event OnFinishSync, that allows modules to send additional data t... | dukepyrolator |
2010-04-08 | Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn... | Adam- |
2010-03-31 | Fixed cs_xop to not add its commands until after it knows what modes as suppo... | Adam- |
2010-02-08 | Rewrote & fixed CAPAB support | Adam- |
2010-02-06 | Parse CAPAB from the server to determin what modes we know about | Adam- |
2010-02-04 | We now store a list of users using a NickCore in the NickCore, this prevents ... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-10-25 | added options:enablelogchannel config file option, which turns on the logchan... | Adam- |
2009-10-17 | Renamed OnServerConnect(Server*) event to OnNewServer, we have two OnServerCo... | Adam- |
2009-09-30 | Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b... | Adam- |
2009-08-24 | fixed typo. i apologize for being an idiot, i promise i will test even onelin... | pimpmylinux |
2009-08-24 | oops, sorry :( | pimpmylinux |
2009-08-24 | fixed trying to delete sessions when a ulined server quits | pimpmylinux |
2009-08-09 | Make this really work now. Promise. serv_uplink double setting needs to go aw... | rburchell |
2009-08-09 | Introduce clients when we first see the uplink (i.e. successfully connected),... | rburchell |
2009-08-08 | Also make use of synched state to introduce pseudoclients instead of blindly ... | rburchell |
2009-08-08 | Remove SSYNC_UNKNOWN. All IRCds can report sync state, and for those that _re... | rburchell |
2009-06-29 | Made globaloncycleup message and OnServerConnect use the correct server | adam- |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-05-08 | Patch to allow jupe on all bar uplink and self. Thanks Adam. (Bug #1076) | sjaz |
2009-03-31 | Fix compile error in servers.c. | cyberbotx |
2009-03-31 | Send snotice after connecting to the network. Also change OnServerConnect to ... | rburchell |
2009-03-31 | Fix ss_main's client introduction. | rburchell |
2009-03-25 | Fix bug #1009, patch inspired by DukePyrolator, add a TS6 SID generator from ... | cyberbotx |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-10 | NS_VERBOTEN -> NS_FORBIDDEN, CS_VERBOTEN -> CS_FORBIDDEN, etc. | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-11-28 | Remove (void) args, these just make things ugly. | rburchell |
2008-11-23 | Converted many C-style casts to C++-style casts. | cyberbotx |
2008-11-22 | Replaced most uses of smalloc and scalloc with new, replaced most uses of fre... | cyberbotx |
2008-11-16 | Correct logic: don't allow UID init if IRCd does not support TS6 | rburchell |
2008-11-16 | Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha... | rburchell |
2008-11-15 | Fix crash-on-squit with insp12: problem is that an sid was passed in as sourc... | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-14 | Small miscellaneous fixes, pt 3. | rburchell |
2008-11-13 | Fixed a few annoying compile warnings | robbeh |
2008-11-03 | Correctly save Numeric to TS6SID. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendSquit() with direct call to SendSquit() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Various conversions to use new protocol. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Convert various to new name scheme. | Robin Burchell w00t@inspircd.org |