]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modes/cmode_o.cpp
Move IsNick, IsIdent into class InspIRCd, update modules that use it.
[user/henk/code/inspircd.git] / src / modes / cmode_o.cpp
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-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-26 brainAdd extra method to mode handler, ModeHandler::ModeSet().
2006-07-08 brainAdd cmode +o (op/deop) and in the process change a...