Age | Commit message (Expand) | Author |
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 |
2008-10-02 | Replaced anope_SendSZLine() with direct call to SendSZLine() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSZLineDel() with direct call to SendSZLineDel() in IRCDPro... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSGLineDel() with direct call to SendSGLineDel() in IRCDPro... | 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_SendSQLineDel() with direct call to SendSQLineDel() in IRCDPro... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSVSKill() with direct call to SendSVSKill() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SetAkill() with direct call to SetAkill() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendAkillDel() with direct call to SendAkillDel() in IRCDProto... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | SVSJOIN, SVSPART, CTCP, svid_umode*, unregistered nickchange func renames | 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 | AKILL, SVSMODE | Robin Burchell w00t@inspircd.org |
2008-10-02 | Rename a bunch of functions to use new scheme. | Robin Burchell w00t@inspircd.org |
2008-10-01 | Commit modified protocol name, using perl. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Made all protocol modules able to be compiled via mostly constifying strings. | 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-30 | Fixes for g++ | Robin Burchell w00t@inspircd.org |
2008-02-12 | BUILD : 1.7.21 (1385) BUGS : 862 NOTES : rdb_close() where rdb_open() is used... | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-02-11 | BUILD : 1.7.21 (1381) BUGS : 868 NOTES : Fixed memory leak in add_akill(). | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-02-05 | BUILD : 1.7.21 (1374) BUGS : 820 NOTES : do_cmode() called without passing TS | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-02-05 | BUILD : 1.7.21 (1373) BUGS : 855 NOTES : Fixed various issues in handling of ... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-01-13 | BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-08-27 | BUILD : 1.7.19 (1268) BUGS : 714 NOTES : Moved left settings for commands to ... | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-08-26 | BUILD : 1.7.19 (1265) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-08-08 | BUILD : 1.7.19 (1262) BUGS : 727 NOTES : Fixed DefConChanModes being re-set w... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-07-09 | BUILD : 1.7.19 (1253) BUGS : 737 NOTES : Fixed GlobalOnCycle notices being se... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-04-21 | BUILD : 1.7.18 (1237) BUGS : 661 NOTES : Fixed DefCon which did not force Def... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-12-24 | BUILD : 1.7.17 (1210) BUGS : 645 646 647 NOTES : Fixed anoperc restart, nickc... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-12-09 | BUILD : 1.7.17 (1198) BUGS : NOTES : Reviewed and updated all of the MySQL co... | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |