summaryrefslogtreecommitdiff
path: root/src/botserv.c
AgeCommit message (Expand)Author
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-09-16Really not send unknown command messages on non-fantasy commandsAdam-
2009-09-16don't send any error messages on unknown fantasy commandsDukePyrolator
2009-07-16Initialize botinfo->flags on bot creation to fix some database problemsadam-
2009-06-28Add ability for fantasy to be disabled for some commands and strip the channe...adam-
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-06-03Fix bug #1080, changing core pseudo-client nicks in the config should registe...cyberbotx
2009-04-16PERMISSION_DENIED -> ACCESS_DENIED string.rburchell
2009-03-30Fix bug #1073, fantasy commands in CTCP ACTIONs will now be ignored instead o...cyberbotx
2009-03-14Fix bug #1056, patch from Adam, BotServ kickers should now ban for like it sh...cyberbotx
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
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-30Modified BotInfo to store a pointer to a command hash table (this is so modul...cyberbotx
2008-11-28Remove (void) args, these just make things ugly.rburchell
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Properly initialized new objects when needed so they don't contain garbage data.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-11-09Move modules_core_init() to ModuleManager::LoadModuleList().Robin Burchell w00t@inspircd.org
2008-11-03Undo me smoking a nice pipe of craq on UID support (no wonder this wasn't wor...Robin Burchell w00t@inspircd.org
2008-11-02Rip out SQL. It's utterly useless in current implementation.Robin Burchell w00t@inspircd.org
2008-10-05Merge branch 'anopeng' into anopeng-configNaram Qashat cyberbotx@cyberbotx.com
2008-10-03Merge commit 'cbx/anopeng-charfix' into anopengRobin Burchell w00t@inspircd.org
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_SendGlobops() with direct call to SendGlobops() in IRCDProto c...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendJoin() with direct call to SendJoin() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendBotOp() with direct call to SendBotOp() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_cmd_privmsg() and privmsg() with direct call to SendPrivmsg() ...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendNoticeChanops() with direct call to SendNoticeChanops() in...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-02Merge commit 'cbx/anopeng-uid' into anopeng-uidRobin Burchell w00t@inspircd.org
2008-10-02SVSJOIN, SVSPART, CTCP, svid_umode*, unregistered nickchange func renamesRobin Burchell w00t@inspircd.org
2008-10-02Convert various to new name scheme.Robin Burchell w00t@inspircd.org
2008-10-02cmd_bot_send_chan_mode -> SendBotOpRobin 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-01Nuke struct Uid from the core. (hooray!)Robin Burchell w00t@inspircd.org
2008-09-30Move some stuff to BotInfo methods.Robin Burchell w00t@inspircd.org
2008-09-30Move stuff to a bots class.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-30Remove 'skeleton' mode. It's not really all that useful.Robin Burchell w00t@inspircd.org
2008-09-30Various constification/fixes for g++.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-07-20BUILD : 1.7.21 (1398) BUGS : 910 NOTES : EVENT_BOT_KICK not being send under ...drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b