Age | Commit message (Expand) | Author |
2010-09-17 | Fixed bug #1190 and prevent m_dnsbl from akilling a user multiple times if th... | Adam |
2010-09-15 | Rewrote all of the topic code, fixes a few topic related problems on some old... | Adam |
2010-09-10 | Added Anope::CurTime to keep us from calling time() everywhere | 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-15 | Cleanup of various different crashes/inconsistancies | Adam |
2010-08-01 | Set the correct bs default flags on new channels | Adam |
2010-08-01 | Fixed botserv bots parting empty channels. This also allows setting bsminuser... | Adam |
2010-07-28 | Some code cleanup in regchannel.cpp. | Naram Qashat |
2010-07-27 | Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ... | Adam |
2010-07-26 | Trying to make things a little more const-safe, a work in progress but this i... | Naram Qashat |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
2010-07-10 | Added ns_set_misc and cs_set_misc. | 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 | 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 | Removed process_numlist and having to mark everything as "in use" and constan... | Adam |
2010-06-18 | Store modes in users and channels using the Flags class, cleaner | Adam |
2010-06-18 | Rewrote the hashing system to use std::tr1::unordered_map | Adam |
2010-06-18 | Prevent negaitve mode changes, kicks, bans, and autokicks from affecting user... | Adam |
2010-06-18 | Rewrote all of the server handling code | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-05-17 | Free access and badwords list when channels are deleted | Adam- |
2010-05-14 | Fixed many windows problems in the debug build | Adam- |
2010-04-30 | Do not join ChanServ to hold channels if the channel is syncing | Adam- |
2010-04-30 | Don't use botserv bots to hold channels open, becomes too much of a problem i... | Adam- |
2010-04-29 | Properly track users who join channels using an exception | Adam- |
2010-04-25 | Allow superadmins and ulines to join channels always | Adam- |
2010-04-09 | Made the mode stacker never send a mode change for something that is already ... | Adam- |
2010-03-31 | Added akicks into SQL | Adam- |
2010-03-31 | Added last used time to akick view | Adam- |
2010-03-28 | Finish rest of BotServ SQL stuff | Adam- |
2010-03-24 | Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma... | Adam- |
2010-02-28 | Made it so you can register empty nonregistered channels to make registering ... | 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 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2009-12-31 | Added in new plaintext databases. Note: This currently has no automatic backu... | Adam- |
2009-12-17 | Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt... | Adam- |
2009-12-16 | Made many of the functions in IRCDProto accept the relative object pointers i... | Adam- |
2009-12-13 | Added in a modestacker and rewrote almost all of the remaining old mode code | Adam- |
2009-12-05 | Added options:mlock in the config so you can set what modes should be locked ... | Adam- |
2009-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-27 | Set all of the default channel flags on new channels. Thix fixes persistant n... | Adam- |
2009-11-24 | Remove the permanent channel mode from channels that are dropped/expired/etc | Adam- |
2009-11-19 | Changed the mode param handling code to be more into the general mode handlin... | Adam- |
2009-11-18 | Delete the correct entries from akick and badwords list when given a numlist | Adam- |