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 | 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-04-11 | Return MOD_STOP in various places where the user executing the command had be... | Adam- |
2010-01-16 | Removed c_userlist and u_chanlist, replaced with std::list | Adam- |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-10 | Rewrote the code that handles and sends kicks | Adam- |
2010-01-06 | Fix crash caused by trying to add an akick to a channel when certain types of... | Adam- |
2010-01-04 | Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha... | cyberbotx |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2010-01-02 | Convert 'const char *' and 'char *' function arguments to 'const std::string ... | cyberbotx |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-13 | Added in a modestacker and rewrote almost all of the remaining old mode code | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-09-12 | Fixes bugs #1105 and #1106 | 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-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-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-14 | Insane commit of doom: s/ \t/g | rburchell |
2008-10-03 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | Start making some stuff compile with the modified protocol signatures | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendBanDel() with direct call to SendBanDel() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSQLine() with direct call to SendSQLine() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendKick() with direct call to SendKick() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendMode() with direct call to SendMode() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSVSMode() with direct call to SendSVSMode() in IRCDProto c... | 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 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | set_umode -> ProcessUsermodes | Robin Burchell w00t@inspircd.org |
2008-10-02 | cmd_unban -> SendBanDel. TODO: should this be yanked in favour of SendMode? | Robin Burchell w00t@inspircd.org |
2008-10-02 | Various conversions to use new protocol. | Robin Burchell w00t@inspircd.org |
2008-10-02 | KICK, notice ops. | Robin Burchell w00t@inspircd.org |
2008-10-02 | Guest nicks, MODE. | Robin Burchell w00t@inspircd.org |
2008-10-02 | AKILL, SVSMODE | 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 | Various constification/fixes for g++. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Constify a lot of the API. Core now "builds". | Robin Burchell w00t@inspircd.org |
2008-09-30 | Make a bunch of stuff build under g++. | Robin Burchell w00t@inspircd.org |
2008-09-14 | BUILD : 1.7.22 (1440) BUGS : NOTES : Anope 1.7.22 release | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b |
2008-09-03 | BUILD : 1.7.21 (1426) BUGS : 876 NOTES : We now support CIDR in channel ban... | viper viper@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-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 (1297) BUGS : N/A NOTES : In the last commit, I forgot to stor... | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b |