summaryrefslogtreecommitdiff
path: root/include/modes.h
AgeCommit message (Expand)Author
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-05-17reinterpret_cast off of a virtual base does Bad ThingsAdam
2012-04-25Fixed non-debug buildAdam
2012-04-23Reworked live SQL support yet againAdam
2012-02-26Track plexus umode and cmode +C and renamed UMODE_NO_CTCP to match up with th...Adam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-24Add tracking for Unreal's usermode +IAdam
2012-01-02Updated Copyright to 2012Adam
2011-09-10Moved signal/thread/mode checking to use signal pipesAdam
2011-09-10Track what "level" channel status modes are, which allows us to have chanserv...Adam
2011-08-12Removed the unused ChannelModeBan codeAdam
2011-07-26A few small fixesAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-03-07Added support for extbansAdam
2011-03-06Change the mode name code to use Flags names in preparation for extban supportAdam
2011-01-19Added options:nomlockAdam
2011-01-08added support for ngIRCd protocolDukePyrolator
2011-01-08Made the Flag class able to convert flags to strings and backAdam
2011-01-05update copyrights for 2011lethality
2010-12-12Added a plexus3 protocol moduleAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-11-14Delete users and channels from the modestacker when they are destructedAdam
2010-11-04Made Base not virtual, prevents us from having to dynamic cast in the mode st...Adam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
2010-08-22Added a classbase for the major classes, makes dynamic_reference invalidation...Adam
2010-08-21Made Anope keep track of channels its clients are in if it splits from its up...Adam
2010-07-29Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags bits...Adam
2010-07-26Trying to make things a little more const-safe, a work in progress but this i...Naram Qashat
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-06-26Added support for InspIRCd 2.0s dynamic modes.Adam
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on include/...Naram Qashat
2010-06-18Allow attaching metadata to nickrequests and storing it in the databases and ...Adam
2010-06-18Store a plaintext version of mode names in the mode structures, removes alot ...Adam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-04-09Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand...Adam-
2010-03-31Fixed windows buildAdam-
2010-02-28Marked mode +f on inspircd1.2 as minusnoargAdam-
2010-02-10Changed up a small part of the mode API for preparation for dynamic mode supp...Adam-
2010-02-06Remove protectbotserv option from modes, just use options:botmodes insteadAdam-
2010-02-06Parse CAPAB from the server to determin what modes we know aboutAdam-
2010-01-21Rewrote how Anope stores channel status modes on users.Adam-
2010-01-14Burned do_sjoin and rewrote it to be sane. This changes how Anope handles new...Adam-
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-06Fixed windows build and cleaned up a few small thingsAdam-
2009-12-13Added in a modestacker and rewrote almost all of the remaining old mode codeAdam-