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