Age | Commit message (Expand) | Author |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
2009-09-16 | Really not send unknown command messages on non-fantasy commands | Adam- |
2009-09-16 | don't send any error messages on unknown fantasy commands | DukePyrolator |
2009-07-16 | Initialize botinfo->flags on bot creation to fix some database problems | adam- |
2009-06-28 | Add ability for fantasy to be disabled for some commands and strip the channe... | adam- |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-06-03 | Fix bug #1080, changing core pseudo-client nicks in the config should registe... | cyberbotx |
2009-04-16 | PERMISSION_DENIED -> ACCESS_DENIED string. | rburchell |
2009-03-30 | Fix bug #1073, fantasy commands in CTCP ACTIONs will now be ignored instead o... | cyberbotx |
2009-03-14 | Fix bug #1056, patch from Adam, BotServ kickers should now ban for like it sh... | cyberbotx |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |
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-30 | Modified BotInfo to store a pointer to a command hash table (this is so modul... | 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-09 | Move modules_core_init() to ModuleManager::LoadModuleList(). | Robin Burchell w00t@inspircd.org |
2008-11-03 | Undo me smoking a nice pipe of craq on UID support (no wonder this wasn't wor... | 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-05 | Merge branch 'anopeng' into anopeng-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 | Start making some stuff compile with the modified protocol signatures | 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 anope_SendJoin() with direct call to SendJoin() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendBotOp() with direct call to SendBotOp() in IRCDProto class. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_cmd_privmsg() and privmsg() with direct call to SendPrivmsg() ... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendNoticeChanops() with direct call to SendNoticeChanops() in... | 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 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | SVSJOIN, SVSPART, CTCP, svid_umode*, unregistered nickchange func renames | Robin Burchell w00t@inspircd.org |
2008-10-02 | Convert various to new name scheme. | Robin Burchell w00t@inspircd.org |
2008-10-02 | cmd_bot_send_chan_mode -> SendBotOp | 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-01 | Nuke struct Uid from the core. (hooray!) | Robin Burchell w00t@inspircd.org |
2008-09-30 | Move some stuff to BotInfo methods. | Robin Burchell w00t@inspircd.org |
2008-09-30 | Move stuff to a bots class. | 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 | Various constification/fixes for g++. | 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-07-20 | BUILD : 1.7.21 (1398) BUGS : 910 NOTES : EVENT_BOT_KICK not being send under ... | drstein drstein@31f1291d-b8d6-0310-a050-a5561fc1590b |