| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Redocument Write*Numeric and allow mutating values in OnNumeric. | 2026-06-27 | 1 | -1/+1 | |
| * | Move server restart logic to the core.•••- Properly clean up the process with Cleanup() instead of using - DieRestart. - Use close_range on modern Linux instead of the CLOEXEC hack. | 2026-06-19 | 1 | -1/+1 | |
| * | Rework error reporting and shutting down.•••- Clean up InspIRCd::Cleanup and document it better. - Bring back QuickExit for error reporting during shutdown. - Deduplicate logging of error messages to stdout and files. | 2026-06-19 | 1 | -4/+4 | |
| * | Merge branch 'insp4' into master. | 2026-06-15 | 1 | -6/+0 | |
| |\ | |||||
| | * | Improve the output printed when starting up.•••* Use a better startup message with links to documentation and other useful pages. * Use a red "Error!" and a yellow "Warning!" prefix consistently for all errors and warnings respectively. * Don't mention loading core modules. This is an implementation detail that isn't really relevant for most users. * Avoid printing unnecessary whitespace around module errors. | 2026-06-14 | 1 | -6/+0 | |
| * | | Merge branch 'insp4' into master. | 2026-06-06 | 1 | -0/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2026-06-05 | 1 | -1/+2 | |
| * | | Update my email address. | 2026-06-06 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2026-05-14 | 1 | -1/+2 | |
| |\| | |||||
| | * | Fix a use after free crash on shutdown. | 2026-05-14 | 1 | -1/+2 | |
| * | | Rename DLL_EXTENSION to INSPIRCD_MODULE_EXT.•••This will be in config.h when we switch to CMake so I'm renaming it now to reduce the diff size of the CMake commit. | 2026-04-07 | 1 | -5/+5 | |
| * | | Define NDEBUG when not building in debug mode. | 2026-04-06 | 1 | -4/+4 | |
| * | | Add insp::find_value, insp::to_ptr and switch code to use them. | 2026-04-04 | 1 | -4/+1 | |
| * | | Remove the remaining bits of stdalgo to utility/container. | 2026-04-04 | 1 | -1/+1 | |
| * | | Rename utility/map to container and prefix the difference method. | 2026-04-04 | 1 | -2/+2 | |
| * | | Merge branch 'insp4' into master. | 2026-03-31 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2026-03-31 | 1 | -1/+1 | |
| | * | Backport the fix of copying dynamic references from git master. | 2026-03-17 | 1 | -0/+6 | |
| * | | Move dynref code to be alongside the service code. | 2026-03-29 | 1 | -83/+0 | |
| * | | 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 | -64/+10 | |
| * | | Move some functions from stdalgo to utility/pointer. | 2026-03-29 | 1 | -1/+1 | |
| * | | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -36/+49 | |
| * | | Move CUList to be declared inside User. | 2026-03-26 | 1 | -4/+4 | |
| * | | Fix a minor crash on shut down after copying a dynamic reference. | 2026-03-15 | 1 | -0/+6 | |
| * | | Clean up the casemapping checking and comparison code. | 2026-03-13 | 1 | -1/+1 | |
| * | | Move <options:defaultmodes> to <channels> and rework.•••- The default prefix modes are now separate from the default channel modes. This should result in less accidentally broken configs. - The privs are now pre-parsed to a list of mode references. This should improve performance slightly as the repeated mode lookups are gone. It also allows us to write warnings to the debug log when the default privs are invalid. - Channels can now have a default topic. | 2026-03-12 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2026-03-09 | 1 | -3/+4 | |
| |\| | |||||
| | * | Add the VF_DEPRECATED flag and warn on load about deprecation. | 2026-03-09 | 1 | -3/+4 | |
| * | | Make the ban checking functions able to check any list mode. | 2026-03-08 | 1 | -2/+2 | |
| * | | Add the old connect class to OnPostChangeConnectClass. | 2026-03-06 | 1 | -1/+1 | |
| * | | Only reset the specific type of reference when adding services. | 2026-03-04 | 1 | -3/+6 | |
| * | | Clean up ModuleManager somewhat. | 2026-03-04 | 1 | -10/+10 | |
| * | | Add support for strict references and switch some stuff to use them. | 2026-03-03 | 1 | -13/+18 | |
| * | | Disable service registration messages when not using a debug build. | 2026-03-02 | 1 | -0/+12 | |
| * | | Rename ServiceProvider::creator to service_creator and add GetSource. | 2026-03-02 | 1 | -5/+12 | |
| * | | 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 | -87/+58 | |
| * | | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -18/+18 | |
| * | | Merge branch 'insp4' into master. | 2026-01-04 | 1 | -0/+8 | |
| |\| | |||||
| | * | Allow specifying a module name in SetPriority. | 2025-12-31 | 1 | -0/+8 | |
| * | | Add <security:banrealmask>. | 2025-04-16 | 1 | -2/+2 | |
| * | | Delete the old hashing interface and modules. | 2025-04-06 | 1 | -1/+0 | |
| * | | Replace stalgo::erase with C++20 std::erase. | 2024-08-25 | 1 | -2/+2 | |
| * | | Remove support for the v3 server protocol. | 2024-07-23 | 1 | -3/+2 | |
| |/ | |||||
| * | Revert module flags to the way they worked in v3. | 2024-07-22 | 1 | -1/+1 | |
| * | Allow contrib modules to specify their own module version. | 2024-07-22 | 1 | -0/+15 | |
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -4/+2 | |
| * | Allow mutating the status message type in OnUserPre(Tag)Message. | 2024-05-06 | 1 | -1/+1 | |
| * | Rename some of the Module member variables. | 2024-03-04 | 1 | -9/+9 | |
| * | Rename the error log level to critical.•••"ERROR" is apparently defined by more than just Windows. Let's pick a different name which is less likely to cause collisions. | 2023-08-11 | 1 | -3/+3 | |
