| 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 | |
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -3/+3 | |
| * | Switch typedefs to using statements. | 2026-03-26 | 1 | -2/+2 | |
| * | Get rid of the ModuleRef typedef.•••Eventually this will be moved to shared_ptr but for now the typedef is just hiding the constness of the reference. | 2026-03-04 | 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 | -1/+3 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -0/+1 | |
| * | Yet more stylistic fixes. | 2022-12-01 | 1 | -9/+6 | |
| * | Modernize an old-style loop that was previously missed. | 2022-10-01 | 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 | |
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -4/+6 | |
| * | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -5/+8 | |
| * | Clean up a bunch of contructors and destructors. | 2020-11-01 | 1 | -2/+2 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -2/+1 | |
| * | New m_ldap from Anope•••Redesign to be more like m_mysql, polling ldap_result from a thread as done previously is undefined. | 2015-05-18 | 1 | -27/+20 | |
| * | Add m_ldap, and convert m_ldapoper and m_ldapauth to use it. | 2013-12-19 | 1 | -0/+199 |
