Age | Commit message (Expand) | Author |
2019-04-28 | Some more text fixes and improvements (#1618). | Robby |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-11-06 | Add support for setting the unset rank in ModeHandler. | Peter Powell |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell |
2016-12-30 | Penalize commands that had 0 penalty | Attila Molnar |
2016-08-30 | Change Membership:hasMode() to accept a PrefixMode | Attila Molnar |
2016-03-05 | Send NOTICEs to local channel members with Channel::WriteNotice() | Attila Molnar |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2014-09-03 | Replace irc::modestacker usage with the new ModeParser::Process() | Attila Molnar |
2014-08-06 | m_ojoin Change allocation of NetworkPrefix to be physically part of the objec... | Attila Molnar |
2014-08-06 | m_ojoin Leave it to the core throw an exception if the prefix char is in use | Attila Molnar |
2014-08-06 | Pass prefix rank and prefix char to PrefixMode constructor | Attila Molnar |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-04-13 | m_ojoin Remove pointless FindChan() call | Attila Molnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-11 | Create a base class for prefix modes | attilamolnar |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-08-08 | Fix a couple of issues | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-19 | m_ojoin Stop hardcoding +Y, move global vars into a class, move initializatio... | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-13 | Remove TR_END, remove TRANSLATEx() from commands that do not need it | attilamolnar |
2013-06-13 | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat... | attilamolnar |
2013-06-06 | Store prefix rank in a ModeHandler field, change ModeHandler::GetPrefixRank()... | attilamolnar |
2013-05-27 | Simplify user mode removal via ModeHandler::RemoveMode() | attilamolnar |
2013-05-27 | Deduplicate RemoveMode() implementations | attilamolnar |
2013-05-18 | Remove the size argument from IsChannel and IsNick. | Peter Powell |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-05-14 | Add method for writing server notices. | Peter Powell |
2013-04-13 | Channel::JoinUser() and Channel::ForceChan() changes | attilamolnar |
2013-04-13 | OnUserPreJoin is a local-only hook, change User* parameter to LocalUser* | attilamolnar |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-04-01 | Purge references to the deprecated GetStackedLine method. | Peter Powell |
2013-04-01 | Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse... | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-11-19 | ServerConfig::ServerName is a std::string, don't call .c_str() on it when pas... | attilamolnar |
2012-10-24 | m_ojoin Fix giving +Y only instead of +Yo when <ojoin:op> is on and the user ... | attilamolnar |
2012-10-12 | Remove superfluous std::string()s | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-01 | Typofix in m_ojoin | Rutger |
2010-02-07 | Fix typo | danieldg |
2010-02-07 | Fix crash on kick when +J is set, +misc cleanup | danieldg |
2010-02-05 | Remove incorrect access checks from m_ojoin | danieldg |
2010-01-28 | Fix empty FMODE being sent if SendMode mode changes | danieldg |
2010-01-17 | Move initialization that throws configuration exceptions to init() | danieldg |
2010-01-15 | Remove VF_COMMON from mode-provider modules (no longer needed due to better C... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-25 | Fixes from vtable cross-check | danieldg |