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