Age | Commit message (Expand) | Author |
2006-09-09 | Make SAMODE oper output tidier | brain |
2006-09-09 | And fix it so it doesnt go into an infinite loop when meeting the end conditi... | brain |
2006-09-09 | Add sane limiting to mode output, so we cant have more than 100 mode chars in... | brain |
2006-09-09 | m_override is now fixed, replaced AC_GENERAL_MODE OnAccessCheck event | brain |
2006-09-03 | Add /RELOAD and move cmd_mode into its own command. | brain |
2006-09-02 | Allow unloading of modules which implement modes! | brain |
2006-08-30 | In this instance find is faster than rfind | brain |
2006-08-30 | And make it work here | brain |
2006-08-30 | Fix for parameters which contain a colon (which is not the first char in the... | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-29 | Only send 008 when MODE Oper | brain |
2006-08-29 | Clarify message | brain |
2006-08-29 | Don't silently drop modes that are oper only when a non-oper tries to set the... | 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-25 | Add <options:cyclehosts> which allows a user to appear to have quit when thei... | brain |
2006-08-24 | When the mode sequence doesnt start with + or -, assume a + | brain |
2006-08-23 | ModeParser::InsertMode is no longer required -- this is auto-generated by the... | brain |
2006-08-23 | Check for illegal mode prefixes in AddMode (':' and ',') | brain |
2006-08-23 | Multi-prefix FJOIN, and allowing module-defined prefixes across the network | brain |
2006-08-23 | Fix and finish 005 numeric. PREFIX= is now calculated automatically if you ad... | brain |
2006-08-23 | More prefixchar stuff. | brain |
2006-08-23 | Mode handlers handling listmodes where a listmode item is a nickname can now ... | brain |
2006-08-18 | Things are so much easier here (thanks to sts for the bug) | 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-11 | commands.cpp:extern InspIRCd* ServerInstance; | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Move InsertMode into ModeParser | 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 | WriteChannel* functions and ChanExceptSender* functions are now methods of ch... | brain |
2006-08-06 | return statement in wrong place caused modes to be dropped | brain |
2006-08-04 | Allow non-ops to view listmode lists | brain |
2006-08-03 | Dynamically generate 004 numeric from the modehandler list | 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 Server::SendMode to actually work again. | brain |
2006-07-27 | commit remainder of new mode bouncing stuff for TS based modes | brain |
2006-07-26 | Add extra method to mode handler, ModeHandler::ModeSet(). | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-10 | - Add notice masks display to MODE nick, using a modified version of Unreal's... | w00t |
2006-07-10 | - Add usermode +n for notice masks - our implementation of snomasks. We're no... | w00t |
2006-07-10 | Added ModeParser::AddModeWatcher() and ModeParser::DelModeWatcher() | brain |