Age | Commit message (Expand) | Author |
2010-02-04 | We now store a list of users using a NickCore in the NickCore, this prevents ... | Adam- |
2010-02-02 | Only set necessary modes on people, eg dont set +qaohv.. unnecessary | 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-15 | Fixed bug #1135 - Don't kick or ban ulined clients | Adam- |
2010-01-14 | Added param arg to ChannelModeSet/Unset events, and fixed it to not ignore st... | Adam- |
2010-01-14 | Use commasepstream in do_join and do_topic, much cleaner | 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-10 | Rewrote the code that handles and sends kicks | Adam- |
2010-01-06 | Fix crash caused by trying to add an akick to a channel when certain types of... | Adam- |
2010-01-06 | Fixed windows build and cleaned up a few small things | Adam- |
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- |
2010-01-02 | Convert 'const char *' and 'char *' function arguments to 'const std::string ... | cyberbotx |
2009-12-30 | Added in support for permanet channel modes on non-registered channels | Adam- |
2009-12-29 | Chnaged ChannelModeSet/Unset events to be able to block checks such as secure... | 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-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-11-28 | Massive move of all of the Config variables out of global scope to the Config... | Adam- |
2009-11-19 | Changed the mode param handling code to be more into the general mode handlin... | Adam- |
2009-11-17 | Removed some unnecessary casts, used C++-style casts over C-style casts, fixe... | cyberbotx |
2009-11-11 | Made disabling chanserv levels *really* disable them so noone can use them (e... | Adam- |
2009-11-11 | Moved alot of stuff to constructors and destructors, instead of having functi... | 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-10-30 | Removed channel passwords and added /chanserv QOP command to add additional c... | Adam- |
2009-10-30 | Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes... | Adam- |
2009-10-27 | Cleaned up some of the code in my last commit and made it a bit more consista... | Adam- |
2009-10-27 | Rewrote part of chan_set_correct_modes and set Mode::ModeChar correctly | Adam- |
2009-10-25 | Fixed passing invalid channel pointer to OnPartChannel if the last user in a ... | Adam- |
2009-10-25 | Added 4 new events for (un)setting modes on channels and users | Adam- |
2009-10-20 | Apply some changes based on possible "flaws" found with flawfinder. | cyberbotx |
2009-10-13 | Complete rewrite of everything associated with modes, this breaks saving and ... | Adam- |
2009-10-07 | added a new event OnUserQuit, changed OnPartChannel and OnUserKicked to send ... | DukePyrolator |
2009-10-04 | Reset +r on registered channels after a netmerge when our creation time is ne... | Adam- |
2009-09-30 | Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b... | Adam- |
2009-09-12 | Made elist_match_user match against users cloaked hosts | Adam- |
2009-07-12 | Fixed elist_match_user to check against vhosts, patch from sergio | adam- |
2009-06-06 | New events stuff, patch totally by Adam (aka Awesome). | rburchell |
2009-02-22 | Forward port of patch by DukePyrolator fixing memory leak on +beI modes. | rburchell |
2009-02-18 | Patch from DP, converting all match calls and removing old match method. | rburchell |
2009-02-16 | Move OnUserKicked to a module event. | rburchell |
2009-02-16 | Revert "Patch from DukePyrolator to replace all calls to match_wild() and mat... | rburchell |
2009-02-16 | Patch from DukePyrolator to replace all calls to match_wild() and match_wild_... | cyberbotx |
2009-02-15 | Removed notice_user() and replaced all calls with Used::SendMessage. | cyberbotx |
2009-02-15 | Remove User::na, use User::nc everywhere. Will probably break everything, but... | rburchell |