| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -13/+13 | |
| * | Fix a few Doxygen comment errors. | 2022-01-24 | 1 | -1/+1 | |
| * | Add constexpr to the initialisation of various const static fields. | 2022-01-18 | 1 | -3/+3 | |
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -1/+1 | |
| * | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -6/+11 | |
| * | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | Merge branch 'insp3' into master. | 2021-07-04 | 1 | -3/+7 | |
| |\ | |||||
| | * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 1 | -3/+7 | |
| * | | Move ModeParser::BuildPrefixes to core_mode.•••Now we've dropped support for the 1202 protocol we don't need this in the core. | 2021-07-03 | 1 | -5/+0 | |
| * | | Move ModeParser::GiveModeList to core_mode.•••Now we've dropped support for the 1202 protocol we don't need this in the core. | 2021-07-03 | 1 | -8/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -1/+1 | |
| * | | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | 2021-06-01 | 1 | -4/+4 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -2/+2 | |
| * | | Constify their_param in ResolveModeConflict.•••There's no reason for this to be mutable. | 2021-04-06 | 1 | -1/+1 | |
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -21/+11 | |
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various documentation comments. | 2021-03-31 | 1 | -1/+1 | |
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 1 | -8/+8 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -0/+10 | |
| |\| | |||||
| | * | Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed.•••Closes #1850. | 2021-02-27 | 1 | -0/+10 | |
| * | | Clean up a bunch of contructors and destructors. | 2020-11-01 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -6/+6 | |
| |\| | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -6/+6 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -6/+19 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+6 | |
| | * | Add an oper only parameter to Simple{Channel,User}ModeHandler. | 2020-01-05 | 1 | -4/+12 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -6/+10 | |
| |\| | |||||
| | * | Fix various cases of broken indentation. | 2019-07-26 | 1 | -6/+6 | |
| | * | Add a constant for the maximum length of a mode parameter. | 2019-07-23 | 1 | -0/+4 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -0/+6 | |
| |\| | |||||
| | * | Show the mode syntax in ERR_INVALIDMODEPARAM. | 2019-06-12 | 1 | -0/+6 | |
| * | | ModeParser: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -7/+7 | |
| * | | Replace the TR1NS macro with the std namespace. | 2019-01-25 | 1 | -1/+1 | |
| |/ | |||||
| * | Send the 001-004 numerics and MOTD/LUSERS from core_info.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-22 | 1 | -31/+0 | |
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -12/+0 | |
| * | Add an accessor for the last mode change list to ModeParser.•••GetLastParse will be going away soon. | 2018-08-13 | 1 | -0/+4 | |
| * | Extract RFC modes from the core to core_channel and core_user. | 2017-12-10 | 1 | -4/+0 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -5/+5 | |
| * | Enable using m_customprefix to alter core prefix modes.•••This replaces the devoice module which has now been removed. If you want users to be able to devoice themselves then you can load the customprefix module add the following config tag: <customprefix name="voice" depriv="yes"> If you wish to keep identical behaviour rather than allowing users to use "MODE #YourChannel -v TheirNick" then you can load the alias module and add the following config tag: <alias text="DEVOICE" format="#*" replace="MODE $2 -v $nick"> | 2017-11-06 | 1 | -0/+9 | |
| * | Move depriv from m_customprefix into PrefixMode. | 2017-11-06 | 1 | -0/+19 | |
| * | Add support for setting the unset rank in ModeHandler. | 2017-11-06 | 1 | -6/+13 | |
| * | Fix RPL_SERVERVERSION treating the modes as a single parameter. | 2017-10-04 | 1 | -4/+4 | |
