summaryrefslogtreecommitdiff
path: root/src/bots.cpp
AgeCommit message (Expand)Author
2011-03-14Fixed compileAdam
2011-03-11Added os_config and support for including additional configuration files.Adam
2011-03-07Added support for extbansAdam
2011-02-27Made akills work on IRCds that do not support bans (ngircd)Adam
2011-02-25More fixes. Also made db_mysql_live not keep bots updated because thats point...Adam
2011-02-25Fixed a lot of small problemsAdam
2011-02-20Much more work on the live SQL. Should work pretty decently now under heavy l...Adam
2011-01-15Fixed flag names to match 1.9.3sAdam
2011-01-08Made the Flag class able to convert flags to strings and backAdam
2011-01-05update copyrights for 2011lethality
2010-12-29Automatically quit bots when they are deletedAdam
2010-12-25Forward port part of 821995bf604b5c6e18e6c0c93a31e149565160c8Adam
2010-12-17NULL the core *serv pointers when core clients are deletedAdam
2010-12-12Fixed looking up users to use case insensitivityAdam
2010-12-12Allow the patricia tree to store non-pointersAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Switched the system for storing users, channels, and sesions to a patriciaAdam
2010-10-11Fixed some warningsAdam
2010-10-02Set the botmodes on bots in the log channel(s) when using ircds that have dyn...Adam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-09-10Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCdsAdam
2010-08-28Properly store our clients internal channel status's and burst them if needed.Adam
2010-08-27Added a new logging systemAdam
2010-08-21Made Anope keep track of channels its clients are in if it splits from its up...Adam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
2010-08-13Readded in BotInfo::chancount, it never should have been removed in the first...Adam
2010-08-01Mark our clients as protected, prevents users from using /cs kick etc to kick...Adam
2010-08-01Fixed some issues with reconnecting if we disconnect from the uplinkAdam
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-07-10Properly set up our clients as on our server internally. Fixes crashes when t...Adam
2010-06-29Missed OCDing over src/protocol/*, plus fixed a minor lack of braces and fixe...Naram Qashat
2010-06-28No need for BotInfo to have its own ChangeNick functionAdam
2010-06-27Made Anope track its own clients internally as if they were real usersAdam
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on include/...Naram Qashat
2010-06-18Rewrote all of the command handling to get rid of all the nasty strtoks() eve...Adam
2010-06-18Burned slist, rewrote operservs XLine codeAdam
2010-06-18Dont load mlock from the database until after Anope is connected, it doesnt k...Adam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Added some global variables for the core pseudo clients, keeps us from having...Adam
2010-06-18Rewrote all of the server handling codeAdam
2010-06-18Moved Commands stuff to its own file and changed Command::name to be ci::stri...Adam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-05-22Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ...Adam-
2010-02-25Removed OnBotPreLoad event, this is a much better way to prevent multiple of ...Adam-
2010-02-23Actually use the cmdTable pointer in bot structures, it now points to the bot...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-
2010-01-11updated copyright info for 2010pimpmylinux
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-