| 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. | 2025-03-28 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2024-09-07 | 1 | -2/+2 | |
| | | |||||
| * | Fix the case of the override module settings. | 2024-08-31 | 1 | -6/+6 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 1 | -7/+3 | |
| | | |||||
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -1/+1 | |
| | | |||||
| * | Replace ModeAction with bool. | 2023-01-22 | 1 | -3/+3 | |
| | | | | | This enum is functionally the same as bool but with weird semantics. | ||||
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| | | | |||||
| * | | Move extension types to their own header to speed up build times. | 2022-12-19 | 1 | -0/+1 | |
| | | | |||||
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -8/+8 | |
| | | | |||||
| * | | Refactor the internals of the oper system. | 2022-11-28 | 1 | -3/+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. | ||||
| * | | 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 | -1/+1 | |
| | | | |||||
| * | | Replace GetUserCounter() with GetUsers().size(). | 2022-08-24 | 1 | -1/+1 | |
| | | | | | | | | | | | This method is legacy from when there was a manual user counter and isn't much of a length saving over the unsugared version. | ||||
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Add a typedef for a mode rank. | 2022-05-17 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-04-21 | 1 | -2/+53 | |
| |\| | |||||
| | * | Add support for automatically expiring the override user mode. | 2022-04-21 | 1 | -1/+43 | |
| | | | |||||
| * | | Fix the case of Membership::GetRank. | 2022-01-31 | 1 | -2/+2 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-10-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | Use the OVERRIDE 005 token for showing the override user mode char. | 2021-10-13 | 1 | -1/+2 | |
| | | | |||||
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -0/+1 | |
| | | | |||||
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -1/+1 | |
| |\| | |||||
| | * | Code refactor and minor fix (#1879) | 2021-06-12 | 1 | -1/+1 | |
| | | | |||||
| * | | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | 2021-06-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Fire OnUserPreJoin regardless of whether the join is an override. | 2021-05-23 | 1 | -2/+2 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -5/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -0/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-12-04 | 1 | -1/+1 | |
| |\| | |||||
| | * | Improve the message sent when overriding channel modes. | 2020-11-22 | 1 | -1/+1 | |
| | | | | | | | Ref: #1816. | ||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Replace all erroneous space indentation with tab indentation. | 2020-07-29 | 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/+2 | |
| | | | |||||
