summaryrefslogtreecommitdiff
path: root/include/regchannel.h
AgeCommit message (Expand)Author
2011-03-09Store mlock in the databases and removed some unused functions from misc.cppAdam
2011-01-15Fixed flag names to match 1.9.3sAdam
2011-01-08Made the Flag class able to convert flags to strings and backAdam
2011-01-07Added db_mysql_live which allows Anope to pull dataAdam
2011-01-05update copyrights for 2011lethality
2010-12-12Do not use wildcard matching when looking up hosts on access add/delAdam
2010-12-12Allowing adding hostmasks to channel access listsAdam
2010-12-12Added cs_entrymsgAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Added /chanserv clone commandAdam
2010-09-16Fixed Anope::CurTime to really work, and made ChanServ timers allow using the...Adam
2010-09-15Rewrote all of the topic code, fixes a few topic related problems on some old...Adam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-08-28Properly store our clients internal channel status's and burst them if needed.Adam
2010-07-29Added support for tracking inspircd2.0 usermode +Q and cahnged the Flags bits...Adam
2010-07-29Rewrote the hashing systems to properly handle the new Anope::strings which w...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-07-10Added ns_set_misc and cs_set_misc.Adam
2010-06-26Made the flags class take an optional size argAdam
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on include/...Naram Qashat
2010-06-18Dont load mlock from the database until after Anope is connected, it doesnt k...Adam
2010-06-18Removed process_numlist and having to mark everything as "in use" and constan...Adam
2010-06-18Store modes in users and channels using the Flags class, cleanerAdam
2010-06-18Rewrote the hashing system to use std::tr1::unordered_mapAdam
2010-06-18Removed all references to $, git has no svn keywordsAdam
2010-03-31Added last used time to akick viewAdam-
2010-03-24Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...Adam-
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-10Rewrote the code that handles and sends kicksAdam-
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2009-11-19Changed the mode param handling code to be more into the general mode handlin...Adam-
2009-11-18Delete the correct entries from akick and badwords list when given a numlistAdam-
2009-11-17Cleand up alot of the code in bs_badwords, made it much more C++-ishAdam-
2009-11-11Made DefCon not use a ChannelInfo structure for saving its modes & params, it...Adam-
2009-11-11Moved alot of stuff to constructors and destructors, instead of having functi...Adam-
2009-11-11Added support for permanent channels. This supports both permanent channel mo...Adam-
2009-11-08Rewrote all of the old C style flag systems into a new Flag class which every...Adam-
2009-11-07Made mlock_on, mlock_off, access, and akick private in ChannelInfoAdam-
2009-11-07Rewrote all of the akick code to be much cleanerAdam-
2009-11-06Added src/regchannel.cpp and moved the code from include/regchannel.h thereAdam-
2009-11-06Added /chanserv access view, which shows the access creator and last time usedAdam-
2009-10-30Removed channel passwords and added /chanserv QOP command to add additional c...Adam-
2009-10-18Fix a few things that bugged me when I was working on one of my own modules.cyberbotx
2009-10-13Fix CMake build generation, it was getting into an infinite loop due to the i...cyberbotx
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-03-23Replace manual array for ChannelInfo's access list to use an std::vector inst...cyberbotx
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-11-15Add newlinerburchell