| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| |\| | |||||
| | * | 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.•••There's no reason for this to be mutable. | 2021-04-06 | 1 | -3/+3 | |
| * | | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 1 | -46/+43 | |
| * | | 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.•••Closes #1850. | 2021-02-27 | 1 | -0/+11 | |
| * | | 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 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -5/+10 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -5/+10 | |
| * | | Merge branch 'insp3' into master. | 2019-07-27 | 1 | -3/+3 | |
| |\| | |||||
| | * | Add a constant for the maximum length of a mode parameter. | 2019-07-23 | 1 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -1/+5 | |
| |\| | |||||
| | * | Show the mode syntax in ERR_INVALIDMODEPARAM. | 2019-06-12 | 1 | -1/+5 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix grammar in unknown mode/snomask character messages. | 2019-04-21 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -7/+7 | |
| |\| | |||||
| | * | Check perms for removal of oper-only channel modes.•••Oper-only channel modes are currently unsettable by any channel op, oper or not. Correct this by checking both directions of an oper-only channel mode and continue only checking the setting of an oper-only user mode. As anyone should be able to unset their own user modes and UnOper() removes all oper-only user modes automatically. | 2019-03-14 | 1 | -5/+5 | |
| | * | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -2/+2 | |
| * | | UserManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
