summaryrefslogtreecommitdiff
path: root/src/modes
AgeCommit message (Expand)Author
2007-02-01New patch from BuildSmart for OS X support, not broken like the last onew00t
2007-01-06Fix desync with halfop and voice when opped (this happens because we were ORi...brain
2006-12-29Fix my whoopsiesbrain
2006-12-29Add counter system for umodes to get rid of some O(n)brain
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-09-10Make it neaterbrain
2006-09-10Dont allow keys of length >= 32brain
2006-09-09Changes to m_overridebrain
2006-09-02Commentsbrain
2006-09-02Actually make +ovhk removable with DelMode (just in case somebody wants to, o...brain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-29FDSFDSACFasfcasbrain
2006-08-29Fix typosbrain
2006-08-29More snomask +o (unoper)brain
2006-08-29auto-set +s when +n is set (as +n requires +s) - allow +n to be 'set twice' a...brain
2006-08-29Snomask support cometh! and it leave a sticky white mess all over the floor :(brain
2006-08-25Add <options:cyclehosts> which allows a user to appear to have quit when thei...brain
2006-08-23Mode handlers handling listmodes where a listmode item is a nickname can now ...brain
2006-08-19More tweaksbrain
2006-08-19Fixed makefilebrain
2006-08-19Changed modes/ makefile (not yet tested)brain
2006-08-18stskeeps trying to get his name all over our commit log :p (thanks for the bu...brain
2006-08-18Dont allow an empty key (thanks stskeeps)brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
2006-08-11Move remaining functions:brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF...brain
2006-08-10FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ...brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-08AddOper() and DeleteOper() -> userrec::Oper() and userrec::UnOper() (these do...brain
2006-08-07Extra debug all over the place, which maybe we should keepbrain
2006-07-27Change std::pair<bool,std::string> to neater typedef "ModePair"brain
2006-07-27Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes...brain
2006-07-27Fix the remote +k-k stuffbrain
2006-07-27Allow freaky stuff with +k when coming from a server or remote user (allow +k...brain
2006-07-26Add extra method to mode handler, ModeHandler::ModeSet().brain
2006-07-10- Add usermode +n for notice masks - our implementation of snomasks. We're no...w00t
2006-07-08Implement DisplayList virtual method calls, and implement it in cmode_bbrain
2006-07-08Add code to remove an opers opertype when they oper downbrain
2006-07-08Add usermode +o, with special checking so that an oper may only remove the mo...brain
2006-07-08Convert new +isw modes to new mode formatbrain
2006-07-08Added usermodes +swi.brain
2006-07-08Add cmode +v - that's all the RFC channel modes done nowbrain
2006-07-08Add support for cmode +hbrain
2006-07-08Add cmode +o (op/deop) and in the process change a lot of char* to const char...brain