summaryrefslogtreecommitdiff
path: root/src/actions.c
AgeCommit message (Expand)Author
2010-06-18Renamed all of source files from .c to .cppAdam
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-04-11Return MOD_STOP in various places where the user executing the command had be...Adam-
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-10Rewrote the code that handles and sends kicksAdam-
2010-01-06Fix crash caused by trying to add an akick to a channel when certain types of...Adam-
2010-01-04Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...cyberbotx
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2010-01-02Convert 'const char *' and 'char *' function arguments to 'const std::string ...cyberbotx
2009-12-16Made many of the functions in IRCDProto accept the relative object pointers i...Adam-
2009-12-13Added in a modestacker and rewrote almost all of the remaining old mode codeAdam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-09-12Fixes bugs #1105 and #1106Adam-
2009-02-18Patch from DP, converting all match calls and removing old match method.rburchell
2009-02-16Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat...rburchell
2009-02-16Patch from DukePyrolator to replace all calls to match_wild() and match_wild_...cyberbotx
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-10-03Merge commit 'cbx/anopeng-uid' into anopeng-uidRobin Burchell w00t@inspircd.org
2008-10-02Start making some stuff compile with the modified protocol signaturesRobin Burchell w00t@inspircd.org
2008-10-02Replaced anope_SendBanDel() with direct call to SendBanDel() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSQLine() with direct call to SendSQLine() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendKick() with direct call to SendKick() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendMode() with direct call to SendMode() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSVSMode() with direct call to SendSVSMode() in IRCDProto c...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSVSKill() with direct call to SendSVSKill() in IRCDProto c...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Merge commit 'cbx/anopeng-uid' into anopeng-uidRobin Burchell w00t@inspircd.org
2008-10-02set_umode -> ProcessUsermodesRobin Burchell w00t@inspircd.org
2008-10-02cmd_unban -> SendBanDel. TODO: should this be yanked in favour of SendMode?Robin Burchell w00t@inspircd.org
2008-10-02Various conversions to use new protocol.Robin Burchell w00t@inspircd.org
2008-10-02KICK, notice ops.Robin Burchell w00t@inspircd.org
2008-10-02Guest nicks, MODE.Robin Burchell w00t@inspircd.org
2008-10-02AKILL, SVSMODERobin Burchell w00t@inspircd.org
2008-10-01Commit modified protocol name, using perl.Robin Burchell w00t@inspircd.org
2008-09-30Made all protocol modules able to be compiled via mostly constifying strings.Robin Burchell w00t@inspircd.org
2008-09-30Various constification/fixes for g++.Robin Burchell w00t@inspircd.org
2008-09-30Constify a lot of the API. Core now "builds".Robin Burchell w00t@inspircd.org
2008-09-30Make a bunch of stuff build under g++.Robin Burchell w00t@inspircd.org
2008-09-14BUILD : 1.7.22 (1440) BUGS : NOTES : Anope 1.7.22 release geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-09-03BUILD : 1.7.21 (1426) BUGS : 876 NOTES : We now support CIDR in channel ban...viper viper@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-02-05BUILD : 1.7.21 (1374) BUGS : 820 NOTES : do_cmode() called without passing TS drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b
2008-01-13BUILD : 1.7.21 (1345) BUGS : NOTES : Updated copyright information geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-31BUILD : 1.7.19 (1297) BUGS : N/A NOTES : In the last commit, I forgot to stor...drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b