| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -2/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-12-10 | 1 | -1/+3 | |
| |\| | |||||
| | * | Allow specifying multiple masks when adding an X-line. | 2022-12-10 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | The only exemptions for this are RLINE (a real name might contains commas) and SVSHOLD (sent by services only). Closes #1972. | ||||
| | * | Fix unnecessarily using c_str in parameters that take a std::string. | 2022-09-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -2/+4 | |
| | | | |||||
| * | | Use User::IsFullyConnected instead of checking for REG_ALL. | 2022-10-29 | 1 | -1/+1 | |
| | | | |||||
| * | | Allow UserManager::Find{Nick,UUID,} to ignore unregistered users. | 2022-10-29 | 1 | -2/+2 | |
| | | | |||||
| * | | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| | | | |||||
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -2/+2 | |
| | | | |||||
| * | | Store the shun cleanedcommands/enabledcommands in a token list. | 2022-06-18 | 1 | -16/+10 | |
| | | | |||||
| * | | 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-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix the grammar of various xline messages. | 2022-04-05 | 1 | -2/+2 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -1/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-12-14 | 1 | -1/+1 | |
| |\| | |||||
| | * | If a user has a unique username then include it in bans. | 2021-12-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-12-11 | 1 | -12/+12 | |
| |\| | |||||
| | * | Add KNOCK and CYCLE to the list of sanitisable shun commands. | 2021-12-02 | 1 | -12/+12 | |
| | | | |||||
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+2 | |
| | | | |||||
| * | | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+3 | |
| | | | |||||
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| | | | |||||
| * | | Stop broadcasting the CBAN, RLINE, and SHUN commands. | 2021-07-23 | 1 | -8/+0 | |
| | | | | | | | | | | | These will be broadcast by the X-line system so this legacy hack is no longer necessary. | ||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -2/+0 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -2/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-01-13 | 1 | -0/+6 | |
| |\| | |||||
| | * | Add a shun option to only apply when users are fully connected. | 2021-01-13 | 1 | -0/+6 | |
| | | | | | | | | | Closes #1825. | ||||
| * | | Initial support for platform-specific module file extensions. | 2020-11-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-11-01 | 1 | -3/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-10-30 | 1 | -3/+2 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-09-27 | 1 | -23/+46 | |
| |\| | |||||
| | * | Add a shun option for cleaning problematic allowed commands. | 2020-09-27 | 1 | -9/+23 | |
| | | | |||||
| | * | Make shun block client-only tags by default. | 2020-09-27 | 1 | -0/+14 | |
| | | | |||||
| | * | Refactor the shun module slightly. | 2020-09-27 | 1 | -17/+14 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -7/+13 | |
| |\| | |||||
| | * | Fix shuns not being applied correctly. | 2020-05-05 | 1 | -8/+16 | |
| | | | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | | |||||
