Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-27 | Change std::pair<bool,std::string> to neater typedef "ModePair" | brain | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4557 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2006-07-27 | Mode merging during FJOIN with ourts==theirts. Only +k and +l have ↵ | brain | |
CheckTimestamp methods atm, needs to be finished by me and TIDIED. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4556 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2006-07-26 | Add extra method to mode handler, ModeHandler::ModeSet(). | brain | |
Returns a std::pair<bool,string>. if the bool is true, the mode is set, and the second item in the pair is the parameter set on it, if any If the bool is false, the mode is not set, and the parameter given is returned as the second item of the pair To be used in mode bouncing, to build a safe set of bounced modes (dont ask yet) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4549 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2006-07-08 | Add chmode +k, cut down includes in use in mode.cpp | brain | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4162 e03df62e-2008-0410-955e-edbf42e46eb7 |