]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modes
Fix mistakenly using Clang instead of GCC on older FreeBSD versions.
[user/henk/code/inspircd.git] / src / modes /
2007-05-21 brainAll non-commands part of the core are now warning clean...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-02-07 brainRemove some debug
2007-02-01 w00tNew patch from BuildSmart for OS X support, not broken...
2007-01-06 brainFix desync with halfop and voice when opped (this happe...
2006-12-29 brainFix my whoopsies
2006-12-29 brainAdd counter system for umodes to get rid of some O(n)
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-09-10 brainMake it neater
2006-09-10 brainDont allow keys of length >= 32
2006-09-09 brainChanges to m_override
2006-09-02 brainComments
2006-09-02 brainActually make +ovhk removable with DelMode (just in...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainFDSFDSACFasfcas
2006-08-29 brainFix typos
2006-08-29 brainMore snomask +o (unoper)
2006-08-29 brainauto-set +s when +n is set (as +n requires +s) - allow...
2006-08-29 brainSnomask support cometh! and it leave a sticky white...
2006-08-25 brainAdd <options:cyclehosts> which allows a user to appear...
2006-08-23 brainMode handlers handling listmodes where a listmode item...
2006-08-19 brainMore tweaks
2006-08-19 brainFixed makefile
2006-08-19 brainChanged modes/ makefile (not yet tested)
2006-08-18 brainstskeeps trying to get his name all over our commit...
2006-08-18 brainDont allow an empty key (thanks stskeeps)
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainAddOper() and DeleteOper() -> userrec::Oper() and userr...
2006-08-07 brainExtra debug all over the place, which maybe we should...
2006-07-27 brainChange std::pair<bool,std::string> to neater typedef...
2006-07-27 brainMode merging during FJOIN with ourts==theirts. Only...
2006-07-27 brainFix the remote +k-k stuff
2006-07-27 brainAllow freaky stuff with +k when coming from a server...
2006-07-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-10 w00t- Add usermode +n for notice masks - our implementation...
2006-07-08 brainImplement DisplayList virtual method calls, and impleme...
2006-07-08 brainAdd code to remove an opers opertype when they oper...
2006-07-08 brainAdd usermode +o, with special checking so that an oper...
2006-07-08 brainConvert new +isw modes to new mode format
2006-07-08 brainAdded usermodes +swi.
2006-07-08 brainAdd cmode +v - that's all the RFC channel modes done now
2006-07-08 brainAdd support for cmode +h
2006-07-08 brainAdd cmode +o (op/deop) and in the process change a...
2006-07-08 brainConvert the output limit back to the parameter
2006-07-08 brainAdd channelmode +l
2006-07-08 brainAdd chmode +k, cut down includes in use in mode.cpp
2006-07-07 brainAdd support for channelmode +i
2006-07-07 brainTypoed a const
2006-07-07 brainAdd channel modes +n and +t
2006-07-07 brainClean 'removed' bans too
2006-07-07 brainTidier than a trinary op
2006-07-07 brainMove BanItem into the class
2006-07-07 braintoomanyexclamation and toomanyat are no longer required...
2006-07-07 brainMake +b use CleanMask()
2006-07-07 brainAdded cmode_m (channel mode +m)
2006-07-07 brainTidy up space indents so Om and w00t dont murder me
2006-07-07 brainfix channel mode +b
2006-07-07 brainMode +b stuff, probably wont work yet
2006-07-07 brainAdd cmode_p (private)
2006-07-07 brainMode parser WORKS! (for simple non-parameterized channe...
2006-07-07 brainHeader for cmode_s.cpp
2006-07-07 brainAdded cmode_s, skeleton mode handler for channel mode +s.
2006-04-13 brainBetter handling of dependencies, doesnt always rebuild...
2006-04-13 brainMakefile tweaks
2006-04-13 brainNot required
2006-04-13 brainTest