| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 1 | -1/+1 | |
| | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | Convert ModeHandler::GetNumParams() to NeedsParam() that returns a bool | 2016-08-29 | 1 | -3/+3 | |
| | | |||||
| * | m_namedmodes Switch to Numeric::ParamBuilder | 2016-03-22 | 1 | -6/+7 | |
| | | |||||
| * | m_namedmodes Inherit command handler from SplitCommand | 2016-03-22 | 1 | -5/+7 | |
| | | | | | Pass a LocalUser pointer to DisplayList() | ||||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -2/+2 | |
| | | | | | parameters | ||||
| * | Merge insp20 | 2016-02-22 | 1 | -1/+8 | |
| |\ | |||||
| | * | m_namedmodes Only show chan key to members and opers with channels/auspex | 2016-02-13 | 1 | -1/+6 | |
| | | | |||||
| | * | Fix incorrect std::string::operator[] usage | 2015-09-28 | 1 | -0/+2 | |
| | | | | | | | | | Passing a position equal to length() to the non-const version of operator[] is undefined | ||||
| * | | Reduce std::string::substr() usage | 2015-01-10 | 1 | -2/+2 | |
| | | | | | | | | | substr() returns a new string while erase() and assign() modify the existing one | ||||
| * | | m_namedmodes Build and process a Modes::ChangeList when handling PROP | 2014-09-04 | 1 | -10/+13 | |
| | | | |||||
| * | | Pass Modes::ChangeList references to the OnPreMode hook, make it modifiable | 2014-09-04 | 1 | -40/+29 | |
| | | | | | | | | | This gets rid of the duplicated mode parsing logic in m_namedmodes | ||||
| * | | Add ModeParser::GetModes(), returns all user/chanmodes | 2014-02-22 | 1 | -4/+3 | |
| | | | |||||
| * | | Add a ModeParser::FindMode() overload that takes a mode name and a mode type | 2014-02-20 | 1 | -31/+25 | |
| | | | |||||
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -1/+1 | |
| | | | | | | | | | automatically | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -6/+0 | |
| | | | |||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -3/+0 | |
| | | | |||||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() ↵ | 2013-07-01 | 1 | -2/+2 | |
| | | | | | | | | | with ModeHandlers, part 1 | ||||
| * | | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to ↵ | 2013-06-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | indicate local only mode changes and mode merges Change ProtocolInterface::SendMode() to take source and destination parameters, and call it from the mode parser whenever the mode change is global This deprecates the ambiguous InspIRCd::SendMode() and InspIRCd::SendGlobalMode() interface (the latter sent mode changes originating from local users twice, etc.) | ||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -3/+3 | |
| | | | | | | | | | | | - Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | ||||
| * | | Replace some C-isms with C++-isms. | 2013-05-15 | 1 | -3/+2 | |
| |/ | | | | | | * 'const char*' to 'const std::string&'. * snprintf to std::string concatenation. * Replace duplicated OneOfMatches with InspIRCd::MatchMask. | ||||
| * | Dynamically determine the size of the eventlist[] passed to Attach() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | ||||
| * | Module description updates | 2012-05-30 | 1 | -0/+2 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+14 | |
| | | |||||
| * | Fix mode Z being in the wrong section of the CHANMODES list | 2010-03-06 | 1 | -2/+11 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12601 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Register channel mode Z when enabled | 2010-03-05 | 1 | -15/+5 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12592 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change display of PROP list to match the input format | 2010-02-10 | 1 | -6/+5 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12424 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change PROP command format to accept multiple changes in one line | 2010-02-07 | 1 | -25/+24 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12390 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add PROP command to m_namedmodes | 2010-02-06 | 1 | -22/+77 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12388 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Config updates from jdhore | 2010-02-04 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12375 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ...because every now and again, i have to do a massive commit. | 2010-01-11 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Display namedmodes on a single line | 2009-10-22 | 1 | -1/+5 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11955 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Clean up crash on destruction of statics at exit | 2009-10-16 | 1 | -0/+5 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11877 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add m_namedmodes that adds pseudo-listmode Z that shows and manipulates ↵ | 2009-10-15 | 1 | -0/+136 | |
| modes via their long names git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11876 e03df62e-2008-0410-955e-edbf42e46eb7 | |||||
