| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-17 | 1 | -6/+0 | |
| |\| | |||||
| | * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 1 | -6/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-04 | 1 | -4/+4 | |
| |\| | |||||
| | * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 1 | -4/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -4/+4 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883). | 2021-06-21 | 1 | -4/+4 | |
| | | | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | | Convert simple modes to use Simple{Channel,User}Mode. | 2021-06-01 | 1 | -29/+23 | |
| | | | |||||
| * | | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | 2021-06-01 | 1 | -3/+3 | |
| | | | |||||
| * | | Fire OnUserPreJoin regardless of whether the join is an override. | 2021-05-23 | 1 | -1/+4 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Convert various mode methods to take Mode::Change. | 2021-03-30 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | - AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | ||||
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 1 | -2/+2 | |
| | | | |||||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -6/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert FOREACH_MOD_CUSTOM to a variadic function. | 2020-11-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-11-03 | 1 | -0/+4 | |
| |\| | |||||
| | * | Make connect class debug logging more complete and consistent. | 2020-11-03 | 1 | -0/+4 | |
| | | | |||||
| * | | Convert ConnectClass from reference<> to std::shared_ptr<>. | 2020-11-03 | 1 | -1/+1 | |
| | | | |||||
| * | | Add first class support for extbans. | 2020-05-07 | 1 | -46/+45 | |
| | | | | | | | | | | | This replaces the previous support which was pretty much a giant hack and was not synchronised between servers. | ||||
| * | | 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 | |
| | | | |||||
| * | | Move FindNickOnly to UserManager. | 2020-02-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -21/+25 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -5/+9 | |
| | | | |||||
| | * | Rename the modes in the services_account module to be less confusable. | 2020-01-05 | 1 | -16/+16 | |
| | | | |||||
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 1 | -4/+7 | |
| | | | |||||
| * | | Rewrite and merge LocalStringExt, StringExtItem. | 2019-08-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Move the Module parameter of ExtensionItem et al to the start. | 2019-08-13 | 1 | -1/+1 | |
| | | | | | | | | | This matches what other ServiceProvider types do. | ||||
| * | | Merge branch 'insp3' into master. | 2019-08-09 | 1 | -7/+7 | |
| |\| | |||||
| | * | Convert all core ExtensionItem code away from {un,}serialize. | 2019-08-07 | 1 | -7/+7 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -20/+27 | |
| |\| | |||||
| | * | Replace large if/else blocks for target.type with switches (#1668). | 2019-06-24 | 1 | -20/+27 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -4/+19 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -2/+2 | |
| | | | |||||
| | * | Remove CXX11_OVERRIDE from some non-overrides. | 2019-04-18 | 1 | -1/+1 | |
| | | | |||||
| | * | Update trivially-modifiable modules to handle tag messages. | 2019-04-16 | 1 | -2/+17 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -11/+11 | |
| |/ | |||||
| * | Allow users on an accept list to bypass the +R user mode. | 2018-12-09 | 1 | -15/+24 | |
| | | | | | As implemented in ircd-seven and possibly other servers. | ||||
| * | Fix a bunch more conflicting/unnamed numerics. | 2018-08-14 | 1 | -2/+2 | |
| | | |||||
| * | Include modules/whois.h directly from files that use it. | 2018-04-08 | 1 | -0/+1 | |
| | | |||||
| * | Rework message handling. | 2018-01-06 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | - Move all message-related types to their own header to make moving them to a cross-module events easier. - Rename OnUserMessage to OnUserPostMessage. - Rename OnText to OnUserMessage. - Replace the dest, target_type, and status parameters with the MessageTarget class. - Replace the text, exempt_list, and msgtype parameters with the MessageDetails struct. - Add echooriginal and originaltext to the MessageDetails struct to allow spam filtering to not be broken by cap echo-message. | ||||
| * | Add names for a bunch more numerics. | 2017-12-09 | 1 | -2/+8 | |
| | | |||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -3/+3 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Only subclass Simple{Channel,User}ModeHandler when necessary. | 2017-11-13 | 1 | -28/+8 | |
| | | |||||
| * | Add a helper function for calling the OnCheckExemption event. | 2017-10-21 | 1 | -2/+1 | |
| | | |||||
