Age | Commit message (Expand) | Author |
2010-10-02 | Set the botmodes on bots in the log channel(s) when using ircds that have dyn... | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | Adam |
2010-09-10 | Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCds | Adam |
2010-08-28 | Properly store our clients internal channel status's and burst them if needed. | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-21 | Made Anope keep track of channels its clients are in if it splits from its up... | Adam |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam |
2010-08-13 | Readded in BotInfo::chancount, it never should have been removed in the first... | Adam |
2010-08-01 | Mark our clients as protected, prevents users from using /cs kick etc to kick... | Adam |
2010-08-01 | Fixed some issues with reconnecting if we disconnect from the uplink | Adam |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
2010-07-10 | Properly set up our clients as on our server internally. Fixes crashes when t... | Adam |
2010-06-29 | Missed OCDing over src/protocol/*, plus fixed a minor lack of braces and fixe... | Naram Qashat |
2010-06-28 | No need for BotInfo to have its own ChangeNick function | Adam |
2010-06-27 | Made Anope track its own clients internally as if they were real users | Adam |
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on include/... | Naram Qashat |
2010-06-18 | Rewrote all of the command handling to get rid of all the nasty strtoks() eve... | Adam |
2010-06-18 | Burned slist, rewrote operservs XLine code | Adam |
2010-06-18 | Dont load mlock from the database until after Anope is connected, it doesnt k... | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Added some global variables for the core pseudo clients, keeps us from having... | Adam |
2010-06-18 | Rewrote all of the server handling code | Adam |
2010-06-18 | Moved Commands stuff to its own file and changed Command::name to be ci::stri... | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-05-22 | Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ... | Adam- |
2010-02-25 | Removed OnBotPreLoad event, this is a much better way to prevent multiple of ... | Adam- |
2010-02-23 | Actually use the cmdTable pointer in bot structures, it now points to the bot... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
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-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- |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-14 | Updated docs/IRCD to reflect recent changes in the ircdvar struct, and made b... | Adam- |
2009-12-14 | Set the created time for BotServ bots correctly | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-11 | Added support for permanent channels. This supports both permanent channel mo... | Adam- |
2009-11-08 | Rewrote all of the old C style flag systems into a new Flag class which every... | Adam- |
2009-09-07 | Added the OnBotPreLoad event to fix introducing StatServ | Adam- |
2009-08-21 | Fixed bug #1095, do not resend client introduction when using /botserv bot ad... | adam- |
2009-08-19 | Add a few items to outstanding issues in TODO, clean up a lot of warnings (no... | cyberbotx |
2009-08-08 | Actually, make use of it now. Pseudoclients are introduced automatically if s... | rburchell |
2009-08-04 | Fixed two typos in bots.cpp that could cause crashes | adam- |
2009-07-16 | Initialize botinfo->flags on bot creation to fix some database problems | adam- |
2009-06-03 | Fix bug #1080, changing core pseudo-client nicks in the config should registe... | cyberbotx |
2009-02-18 | Move assign and unassign to new events, allow for halting too should modules ... | 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-22 | Replaced most uses of smalloc and scalloc with new, replaced most uses of fre... | cyberbotx |