| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add the new account system.•••This still relies on the old extensibles for now but we can change that later. | 2022-05-14 | 1 | -22/+47 | |
| * | Merge branch 'insp3' into master. | 2022-05-02 | 1 | -0/+16 | |
| |\ | |||||
| | * | Implement the 'r' (registered nick) WHO flag from UnrealIRCd. | 2022-05-01 | 1 | -1/+16 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -1/+1 | |
| * | | Refuse to set an extension on the wrong type of extensible. | 2022-01-31 | 1 | -0/+3 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -7/+7 | |
| * | | Fix various edge cases in extensible synchronisation.•••- Fix not forwarding the accountid extensible if it is set. - Rename the variadic Set() overload to SetFwd(). - Re-add the `const T&` overload of Set(). - Move `bool synced` to SimpleExtItem from StringExtItem. - Only sync extensibles if their instance is marked as syncable. | 2022-01-21 | 1 | -6/+1 | |
| * | | Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>. | 2022-01-16 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -0/+2 | |
| |\| | |||||
| | * | Send an account id tag when account-tag & message-tags are enabled. | 2021-12-28 | 1 | -0/+2 | |
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -1/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -4/+5 | |
| * | | 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).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -4/+4 | |
| * | | 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.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode | 2021-03-30 | 1 | -6/+6 | |
| * | | 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.•••This replaces the previous support which was pretty much a giant hack and was not synchronised between servers. | 2020-05-07 | 1 | -46/+45 | |
| * | | 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.•••This matches what other ServiceProvider types do. | 2019-08-13 | 1 | -1/+1 | |
| * | | 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 | |
| |\| | |||||
