Age | Commit message (Expand) | Author |
2009-11-02 | added a way to load multiple encryption modules at the same and to switch bet... | DukePyrolator |
2009-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-10-25 | added options:enablelogchannel config file option, which turns on the logchan... | Adam- |
2009-10-25 | Rewrote part of news system and moved it all to os_news.c. Removed src/news.c | Adam- |
2009-10-11 | Added OnPostDatabaseLoad event, which triggers after the cores databases have... | Adam- |
2009-08-08 | Also make use of synched state to introduce pseudoclients instead of blindly ... | rburchell |
2009-07-18 | Fixes a crash when renaming NickServ | adam- |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-02-17 | Fix numerous errors in Win32 building under Visual Studio due to the many cha... | cyberbotx |
2009-02-15 | HelpServ has been destroyed, +1000 points. Also fixed the argument order in t... | cyberbotx |
2009-02-15 | Can now correctly tie users to opertypes. | rburchell |
2009-02-09 | Fix typo. | rburchell |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | rburchell |
2009-02-08 | Fix bug #1008 by moving parse_options() back to init_secondary() (reverts r14... | cyberbotx |
2009-01-03 | Housekeeping contact address updates. | sjaz |
2009-01-02 | Update copyrights for 2009. | rburchell |
2008-12-17 | Massive cleanup of the CMakeLists.txt files to finalize them. | cyberbotx |
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-26 | Various fixes for compiling under Windows. | cyberbotx |
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 | Added support for multiple uplink blocks in the new config. | cyberbotx |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-09 | Move modules_core_init() to ModuleManager::LoadModuleList(). | Robin Burchell w00t@inspircd.org |
2008-11-09 | Merge modules_init() with modules_core_init(). | Robin Burchell w00t@inspircd.org |
2008-11-09 | Remove ModulesDelayedAutoLoad. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Consolidate modes: we really don't need to have a different one for every pse... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Undo me smoking a nice pipe of craq on UID support (no wonder this wasn't wor... | 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-05 | Removed DevNull pseudo-client as well as all *Alias pseudo-clients. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-05 | Moved parse_options() from init_secondary() to init_primary(), this allows fo... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-03 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | Make ircd.c compile. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendConnect() with direct call to SendConnect() in IRCDProto c... | 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 | Replaced anope_SendJoin() with direct call to SendJoin() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendClientIntroduction() with direct call to SendClientIntrodu... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Convert SWhois, SERVER, EOB.. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Convert a bunch more protocol stuff. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Convert various to new name scheme. | Robin Burchell w00t@inspircd.org |
2008-10-02 | cmd_bot_nick -> SendClientIntroduction | Robin Burchell w00t@inspircd.org |
2008-09-30 | Remove cmd_nick in favour of cmd_bot_nick. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Add MODULE_INIT to all modules, fix a few various crashes. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Store UID for services pseudoclients inside BotInfo. This will be used instea... | Robin Burchell w00t@inspircd.org |
2008-09-30 | Added cmd_connect() function to IRCDProtoNew class. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Remove 'skeleton' mode. It's not really all that useful. | Robin Burchell w00t@inspircd.org |
2008-09-13 | BUILD : 1.7.21 (1434) BUGS : 937 NOTES : Applied patch by Jobe to fix a bug w... | viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-02-12 | BUILD : 1.7.21 (1386) BUGS : 867 NOTES : Removed extra loop when parsing defc... | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-02-11 | BUILD : 1.7.21 (1383) BUGS : 863 NOTES : Added missed debug message when Host... | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b |