Age | Commit message (Expand) | Author |
2010-06-27 | Made Anope track its own clients internally as if they were real users | Adam |
2010-06-26 | Made the flags class take an optional size arg | Adam |
2010-06-26 | Added support for InspIRCd 2.0s dynamic modes. | Adam |
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on include/... | Naram Qashat |
2010-06-18 | Store modes in users and channels using the Flags class, cleaner | Adam |
2010-06-18 | Store a plaintext version of mode names in the mode structures, removes alot ... | Adam |
2010-06-18 | Removed all references to $, git has no svn keywords | Adam |
2010-06-18 | Fixed some problems with the mode stacker from svn to git merge | Adam |
2010-06-18 | Merge svn with git | Charles |
2010-06-16 | Minor edits to fix compile errors/warnings with clang and a small compile war... | cyberbotx |
2010-06-16 | Replaced some spaces with tabs in unreal32.c, os_defcon.c, and modes.cpp | Adam |
2010-04-09 | Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand... | Adam- |
2010-04-09 | Removed the OnFind events, they are not necessary anymore and just waste CPU | Adam- |
2010-04-09 | Made the mode stacker never send a mode change for something that is already ... | Adam- |
2010-02-12 | Added generic support for unknown modes told to Anope at runtime by the IRCd | Adam- |
2010-02-10 | Changed up a small part of the mode API for preparation for dynamic mode supp... | Adam- |
2010-02-06 | Recieve the max number of modes we can set at once from the IRCd and use it | Adam- |
2010-02-06 | Remove protectbotserv option from modes, just use options:botmodes instead | Adam- |
2010-02-02 | Added options:botmodes to configure what modes BotServ bots should use in cha... | Adam- |
2010-01-31 | replaced the alog() command with a new type-safe and stream-based Alog() | DukePyrolator |
2010-01-21 | Rewrote how Anope stores channel status modes on users. | Adam- |
2010-01-16 | Removed c_userlist and u_chanlist, replaced with std::list | Adam- |
2010-01-14 | Burned do_sjoin and rewrote it to be sane. This changes how Anope handles new... | Adam- |
2010-01-11 | updated copyright info for 2010 | pimpmylinux |
2010-01-06 | Fix crash caused by trying to add an akick to a channel when certain types of... | Adam- |
2010-01-04 | Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ... | Adam- |
2009-12-23 | Replaced some static_casts related to modes with dynamic_cast - its a bit safer | Adam- |
2009-12-17 | Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt... | 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-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-10-30 | Added I_OnPreUserConnect, I_OnUserModeAdd, and I_OnUserModeAdd events | Adam- |
2009-10-27 | Rewrote part of chan_set_correct_modes and set Mode::ModeChar correctly | Adam- |
2009-10-17 | dos2unix on files. | cyberbotx |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |