Age | Commit message (Expand) | Author |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-06-14 | Fixed a few small things | Adam |
2011-05-16 | Use module type to determine what type each module is instead of its location... | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-03-14 | Fixed compile | Adam |
2011-03-11 | Added os_config and support for including additional configuration files. | Adam |
2011-03-07 | Added support for extbans | Adam |
2011-02-27 | Made akills work on IRCds that do not support bans (ngircd) | Adam |
2011-02-25 | More fixes. Also made db_mysql_live not keep bots updated because thats point... | Adam |
2011-02-25 | Fixed a lot of small problems | Adam |
2011-02-20 | Much more work on the live SQL. Should work pretty decently now under heavy l... | Adam |
2011-01-15 | Fixed flag names to match 1.9.3s | Adam |
2011-01-08 | Made the Flag class able to convert flags to strings and back | Adam |
2011-01-05 | update copyrights for 2011 | lethality |
2010-12-29 | Automatically quit bots when they are deleted | Adam |
2010-12-25 | Forward port part of 821995bf604b5c6e18e6c0c93a31e149565160c8 | Adam |
2010-12-17 | NULL the core *serv pointers when core clients are deleted | Adam |
2010-12-12 | Fixed looking up users to use case insensitivity | Adam |
2010-12-12 | Allow the patricia tree to store non-pointers | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Switched the system for storing users, channels, and sesions to a patricia | Adam |
2010-10-11 | Fixed some warnings | Adam |
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 |