]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modes
Update svn:ignore and .gitignore
[user/henk/code/inspircd.git] / src / modes /
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