Age | Commit message (Expand) | Author |
2010-06-18 | Renamed all of source files from .c to .cpp | Adam |
2010-06-18 | Burned slist, rewrote operservs XLine code | Adam |
2010-06-18 | Fixed cmake build, removed version_flags it is no longer need, removed old un... | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
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-03-20 | Added in support for OperServ and MemoServ into SQL | 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 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-14 | Ripped out old databases | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-17 | Removed some unnecessary casts, used C++-style casts over C-style casts, fixe... | cyberbotx |
2009-11-11 | Made DefCon not use a ChannelInfo structure for saving its modes & params, it... | Adam- |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-11-08 | Rewrote BuildStringList to use std::list instead of char** | Adam- |
2009-11-03 | Moved some of the news variables out of the news module so other modules etc ... | Adam- |
2009-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
2009-08-30 | Forward port of several DEFCON fixes: | jantje_85 |
2009-06-11 | Cleanup of internals of new opertype stuff by Adam. Removes OS OPER and OS AD... | rburchell |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-04-04 | Remove is_services_* methods.. this forces us to actually remove uses of them. | rburchell |
2009-04-01 | Replace nick_is_* checking of static userlevels with NickCore::IsServicesOper... | rburchell |
2009-02-18 | Patch from DP, converting all match calls and removing old match method. | rburchell |
2009-02-16 | Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat... | rburchell |
2009-02-16 | Patch from DukePyrolator to replace all calls to match_wild() and match_wild_... | cyberbotx |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
2009-02-10 | Fixed compile errors in os_szline. | cyberbotx |
2009-02-10 | Fixed compile errors in os_shutdown and os_sqline. | cyberbotx |
2009-02-10 | Fixed compile errors in os_sgline. | cyberbotx |
2009-02-10 | Few fixes. | rburchell |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-12-17 | A few GCC 3.4.x and MSVC++ warning fixes. | cyberbotx |
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-20 | Removed some signed/unsigned comparison warnings. | cyberbotx |
2008-11-18 | Remove an insane amount of backwards compatibility from database loading, thi... | rburchell |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-14 | Various small fixes, part #2. | rburchell |
2008-11-09 | Move modules_core_init() to ModuleManager::LoadModuleList(). | Robin Burchell w00t@inspircd.org |
2008-11-08 | Fix various scary stuff to do with API. | Robin Burchell w00t@inspircd.org |
2008-11-02 | Rip out SQL. It's utterly useless in current implementation. | Robin Burchell w00t@inspircd.org |
2008-10-27 | Added timeout directive to defcon block in new config. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-03 | Merge commit 'cbx/anopeng-charfix' into anopeng | Robin Burchell w00t@inspircd.org |
2008-10-03 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendSGLine() with direct call to SendSGLine() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |