| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move service types to their own namespace.•••- ServiceProvider is now Service::Provider - DataProvider is now Service::SimpleProvider (the old name does not really make sense now we don't have SERVICE_DATA and the only difference is automatic registration. - Some members of ModuleManager have been elevated to the Service namespace in case other code wants to use them. | 2026-03-29 | 1 | -2/+2 | |
| * | Delete the remainders of the old reference<> system. | 2026-03-29 | 1 | -2/+0 | |
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -10/+28 | |
| * | Switch typedefs to using statements. | 2026-03-26 | 1 | -1/+1 | |
| * | Massive rework of how internal service providers work.•••- ServiceType is dead. All modules use RegisterService now. - Modules can implement UnregisterService which is called from DelService now. - Split the service type prefix into its own field. - Renamed Service::name to Service::service_name. This revealed a few bugs. | 2026-03-02 | 1 | -4/+4 | |
| * | Move the event/ prefix of events to the parent class. | 2026-03-02 | 1 | -3/+3 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| * | Make the constructor of ModuleEventListener protected. | 2023-08-20 | 1 | -3/+5 | |
| * | Make module classes specify their priority manually. | 2023-02-27 | 1 | -1/+1 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -2/+2 | |
| * | Fix some types which were missed when making stuff final. | 2022-10-30 | 1 | -2/+2 | |
| * | Refactor the core event macros. | 2022-08-20 | 1 | -2/+2 | |
| * | Modernize the syntax of various templates. | 2022-06-23 | 1 | -1/+1 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -3/+3 | |
| * | Add constexpr to the initialisation of various const static fields. | 2022-01-18 | 1 | -1/+1 | |
| * | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -1/+2 | |
| * | Fix module events not being fired correctly.•••Regression introduced in commit ba3dd9ce. Closes #1912. | 2021-07-01 | 1 | -2/+2 | |
| * | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -0/+2 | |
| |\| | |||||
| | * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 1 | -0/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-01-07 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix core message events not being fired.•••Third time lucky eh? | 2020-12-23 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 1 | -0/+9 | |
| |\| | |||||
| | * | Fix an inverted condition in the previous commit. | 2020-12-20 | 1 | -2/+2 | |
| | * | Don't call events provided by dying or dead modules. | 2020-12-18 | 1 | -14/+23 | |
| * | | Convert FOREACH_MOD_CUSTOM to a variadic function. | 2020-11-10 | 1 | -16/+18 | |
| * | | Convert FIRST_MOD_RESULT_CUSTOM to a variadic function. | 2020-11-10 | 1 | -22/+27 | |
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -6/+21 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| | * | Fix the ordering of custom event handlers.•••Closes #1742. | 2020-01-17 | 1 | -5/+20 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -3/+29 | |
| |\| | |||||
| | * | Allow event providers to know when a listener subs or unsubs. | 2019-10-21 | 1 | -3/+29 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -1/+9 | |
| |\| | |||||
| | * | Only call events on modules which aren't dying. | 2019-06-06 | 1 | -1/+9 | |
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix erasing event subscribers erasing all with the same priority. | 2019-02-19 | 1 | -1/+1 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -2/+2 | |
| |/ | |||||
| * | Fix warnings from Doxygen. | 2018-10-21 | 1 | -0/+1 | |
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -8/+25 | |
| * | Add new cross-module event system | 2015-02-11 | 1 | -0/+146 | |
