| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| * | Add a formatting overload of the ModuleException constructor. | 2025-03-18 | 1 | -8/+8 | |
| * | Normalise the case of MOD_RESULT variables. | 2024-08-31 | 1 | -10/+10 | |
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -3/+3 | |
| * | Merge branch 'insp3' into insp4. | 2024-06-07 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2024-06-03 | 1 | -0/+3 | |
| |\| | |||||
| | * | Send an error when a user tries to give a status rank to a non-member.•••Closes #2097. | 2024-06-03 | 1 | -0/+3 | |
| * | | Rename some of the Module member variables. | 2024-03-04 | 1 | -3/+3 | |
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -23/+17 | |
| * | | Replace ModeAction with bool.•••This enum is functionally the same as bool but with weird semantics. | 2023-01-22 | 1 | -34/+30 | |
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| * | | Allow remapping mode and extban characters at load time.•••Closes #1970. | 2022-12-20 | 1 | -1/+1 | |
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -1/+3 | |
| * | | Refactor the internals of the oper system.•••- 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. | 2022-11-28 | 1 | -1/+1 | |
| * | | 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.•••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!*@* | 2022-04-16 | 1 | -20/+30 | |
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 1 | -16/+19 | |
| |\| | |||||
| | * | Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.•••This should make privilege errors more consistent. | 2022-04-12 | 1 | -6/+2 | |
| | * | 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.•••Now we've dropped support for the 1202 protocol we don't need this in the core. | 2021-07-03 | 1 | -30/+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 | -48/+0 | |
| * | | 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 | |
| |\| | |||||
