Age | Commit message (Expand) | Author |
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 |
2006-07-09 | send_mode event for spanningtree (this will be backported to stable as its re... | brain |
2006-07-09 | Tweak mode parser so that oper-only modes are only enforced on local clients,... | brain |
2006-07-08 | Fixed pointless dereference spotted by Foamy | brain |
2006-07-08 | Implement DisplayList virtual method calls, and implement it in cmode_b | brain |
2006-07-08 | Add usermode +o, with special checking so that an oper may only remove the mo... | brain |
2006-07-08 | Forgot return;s | brain |
2006-07-08 | Added DisplayCurrentModes which will display the modes of a channel or nick | brain |
2006-07-08 | Fix typos | brain |
2006-07-08 | Add code to display umode changes when they occur | brain |
2006-07-08 | Added usermodes +swi. | brain |
2006-07-08 | Remove comemnted-out GiveVoice and TakeVoice | brain |
2006-07-08 | Add cmode +v - that's all the RFC channel modes done now | brain |
2006-07-08 | Remove the TakeHops and GiveHops from comments | brain |
2006-07-08 | Add support for cmode +h | brain |
2006-07-08 | Tidyup, and add numeric 472 "unknown mode char" | brain |
2006-07-08 | Fix for permissions :p | brain |
2006-07-08 | Put back security checks so non-ops cant set modes again :p | brain |