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 | Removed all references to $, git has no svn keywords | Adam |
2010-03-20 | Added in support for OperServ and MemoServ into SQL | Adam- |
2010-03-18 | Made the exception list really work | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-14 | Fixed crash caused by r2732 caused by adding someone to the exception list | Adam- |
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-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-07-26 | Fixed multiple problems with session tracking, read comments in users.c and s... | adam- |
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-10 | Fixed compile errors in os_session. | cyberbotx |
2009-02-09 | Squashed commit: merge next (1.9.1) back to trunk. | 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 | Properly initialized new objects when needed so they don't contain garbage data. | cyberbotx |
2008-11-22 | Replaced most uses of smalloc and scalloc with new, replaced most uses of fre... | cyberbotx |
2008-11-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-11-02 | Rip out SQL. It's utterly useless in current implementation. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Make src/sessions.c and src/users.c compile. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced notice() with direct call to SendMessage() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Convert various to new name scheme. | 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 | Various g++ fixes. Compiles, doesn't link. | Robin Burchell w00t@inspircd.org |
2008-01-13 | BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-08-31 | BUILD : 1.7.19 (1295) BUGS : N/A NOTES : We now have hostip in user_ struct s... | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b |
2007-08-29 | BUILD : 1.7.19 (1290) BUGS : 723 NOTES : Anope now can except users from Sess... | 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 |
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 |
2006-07-04 | Undoing last commit because it isn't needed. | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b |
2006-07-04 | # BUILD : 1.7.14 (1080) # BUGS : 491? # NOTES : rewrote exception system due... | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b |
2005-01-27 | BUILD : 1.7.7 (556) BUGS : N/A NOTES : synced headers so our copyright is 200... | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b |
2004-12-21 | BUILD : 1.7.6 (495) BUGS : N/A NOTES : Moved global regarding the deletion of... | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b |
2004-12-06 | BUILD : 1.7.6 (478) BUGS : N/A NOTES : 1. CS CLEAR strips +q/+a 2. CS CLEAR u... | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b |
2004-12-02 | BUILD : 1.7.6 (468) BUGS : N/A NOTES : 1. fixes del_session() warning when Li... | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b |
2004-11-28 | BUILD : 1.7.6 (463) BUGS : 192, 210, 222, 234 NOTES : 1. Removed +d reference... | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b |
2004-11-07 | BUILD : 1.7.6 (439) BUGS : 68, 170, 209 NOTES : 1. DrSteins XOP patch (bug# 1... | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b |