| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2026-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2025-12-03 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+3 | |
| | | |||||
| * | Fix using std::move when not appropriate. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+0 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+0 | |
| | | | |||||
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -1/+1 | |
| | | | |||||
| * | | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 1 | -0/+1 | |
| | | | |||||
| * | | Move numeric helper classes to their own header. | 2022-06-26 | 1 | -0/+1 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -4/+4 | |
| | | | |||||
| * | | Mark all mode classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Used std::move where it is needed | 2021-06-21 | 1 | -2/+2 | |
| | | | |||||
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -1/+1 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -3/+2 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -3/+3 | |
| | | | |||||
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -2/+3 | |
| |\| | |||||
| | * | Convert a bunch of LocalUser* casts to IS_LOCAL. | 2019-10-13 | 1 | -2/+3 | |
| | | | | | | | | | This is a lot safer and handles users changing servers properly. | ||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -4/+5 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix namedmodes exposing non-key secret parameters to outsiders. | 2019-04-19 | 1 | -3/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -1/+1 | |
| |\| | |||||
| | * | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -1/+1 | |
| | | | |||||
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| | | | |||||
| * | | ModeParser: remove fakederef. | 2019-02-07 | 1 | -4/+4 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -5/+5 | |
| |/ | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -1/+1 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Add names for a bunch of numerics. | 2018-02-02 | 1 | -2/+9 | |
| | | |||||
| * | Fixed misc. instances of ERR_NOSUCHNICK instead of channel numerics | 2017-12-22 | 1 | -1/+1 | |
| | | | | | Per #1122 | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -2/+2 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | 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 | |
| | | | |||||
