| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Yet more stylistic fixes. | 2022-12-01 | 1 | -1/+3 | |
| | | |||||
| * | Refactor the internals of the oper system. | 2022-11-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | - Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. | ||||
| * | Rename user_hash to UserMap and move to usermanager. | 2022-10-07 | 1 | -2/+2 | |
| | | |||||
| * | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -2/+2 | |
| | | |||||
| * | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -2/+2 | |
| | | |||||
| * | Switch from NULL to nullptr. | 2022-07-22 | 1 | -9/+9 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Use size_t instead of `unsigned int` in ModeParser. | 2022-06-11 | 1 | -5/+4 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2022-05-21 | 1 | -1/+1 | |
| |\ | |||||
| | * | Fix an unnecessary mode lookup in RemoveMode. | 2022-05-15 | 1 | -1/+1 | |
| | | | |||||
| * | | Add a typedef for a mode rank. | 2022-05-17 | 1 | -6/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Refactor CleanMask to cover more edge cases. | 2022-04-16 | 1 | -20/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test results from during refactoring: PASS: => *!*@* PASS: ! => *!*@* PASS: @ => *!*@* PASS: !foo@bar => *!foo@bar PASS: fo:ob:ar => *!*@fo:ob:ar PASS: foo!@bar => foo!*@bar PASS: foo!bar => foo!bar@* PASS: foo!bar@ => foo!bar@* PASS: foo.bar => *!*@foo.bar PASS: foo@bar => *!foo@bar PASS: !foo@ => *!foo@* PASS: foo => foo!*@* PASS: foo! => foo!*@* | ||||
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 1 | -16/+19 | |
| |\| | |||||
| | * | Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric. | 2022-04-12 | 1 | -6/+2 | |
| | | | | | | | | | This should make privilege errors more consistent. | ||||
| | * | Add a method for finding the next prefix mode above a rank. | 2022-04-11 | 1 | -12/+19 | |
| | | | |||||
| * | | Add ListModeBase::CanonicalizeParam, fix cleaning extban masks. | 2022-04-16 | 1 | -3/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-05 | 1 | -5/+0 | |
| |\| | |||||
| | * | Remove a weird incorrect comment. | 2022-04-03 | 1 | -5/+0 | |
| | | | |||||
| * | | Pack the mode set more efficiently and add support for numeric modes. | 2022-03-27 | 1 | -4/+22 | |
| | | | |||||
| * | | Fix unsigned/const keyword ordering, remove unnecessary consts. | 2022-03-27 | 1 | -2/+2 | |
| | | | |||||
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -9/+17 | |
| | | | |||||
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| | | | |||||
| * | | Move ModeParser::BuildPrefixes to core_mode. | 2021-07-03 | 1 | -30/+0 | |
| | | | | | | | | | | | Now we've dropped support for the 1202 protocol we don't need this in the core. | ||||
| * | | Move ModeParser::GiveModeList to core_mode. | 2021-07-03 | 1 | -48/+0 | |
| | | | | | | | | | | | Now we've dropped support for the 1202 protocol we don't need this in the core. | ||||
| * | | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | 2021-06-01 | 1 | -2/+2 | |
| | | | |||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -2/+2 | |
| | | | |||||
| * | | 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 | |
| | | | |||||
| * | | Add ChannelManager::IsPrefix. | 2021-05-08 | 1 | -1/+1 | |
| | | | |||||
| * | | Move channel logic from InspIRCd to the new ChannelManager class. | 2021-05-08 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 1 | -1/+3 | |
| |\| | |||||
| | * | Improve the message sent when a mode does not exist. | 2021-04-19 | 1 | -1/+3 | |
| | | | |||||
| * | | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -2/+2 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -19/+9 | |
| | | | |||||
| * | | Constify their_param in ResolveModeConflict. | 2021-04-06 | 1 | -3/+3 | |
| | | | | | | | | | There's no reason for this to be mutable. | ||||
| * | | Convert various mode methods to take Mode::Change. | 2021-03-30 | 1 | -46/+43 | |
| | | | | | | | | | | | | | | | | | - AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | ||||
| * | | 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 | |
| | | | |||||
| * | | Move iterator_range to the utility directory and renamespace. | 2021-03-02 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -0/+11 | |
| |\| | |||||
| | * | Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed. | 2021-02-27 | 1 | -0/+11 | |
| | | | | | | | | | Closes #1850. | ||||
| * | | Add stdalgo::equal_range and switch more stuff to iterator_range. | 2020-11-11 | 1 | -9/+3 | |
| | | | |||||
| * | | Clean up a bunch of contructors and destructors. | 2020-11-01 | 1 | -8/+0 | |
| | | | |||||
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Move FindNick to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -5/+0 | |
| | | | |||||
