| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -1/+1 | |
| * | Rename utility/map to container and prefix the difference method. | 2026-04-04 | 1 | -1/+1 | |
| * | Move query string code from spanningtree to stringutils. | 2026-04-03 | 1 | -13/+2 | |
| * | Merge branch 'insp4' into master. | 2026-03-31 | 1 | -1/+1 | |
| * | Switch modules from reference<> to shared_ptr<> and weak_ptr<>. | 2026-03-29 | 1 | -3/+3 | |
| * | Merge branch 'insp4' into master. | 2026-03-19 | 1 | -0/+1 | |
| * | Improve support for renaming modes. | 2026-03-19 | 1 | -29/+1 | |
| * | Rewrite sepstream and move to stringutils. | 2026-03-14 | 1 | -6/+6 | |
| * | Clean up the casemapping checking and comparison code. | 2026-03-13 | 1 | -11/+11 | |
| * | Rework sending server protocol messages.•••- Replace CmdBuilder with MessageBuilder. This has a less footgun API. All message building has to go through this now so we can implement other message formats in the future. - Replace the message parsing in WriteLine with an analogue to PreProcessOldProtocolMessage. This should be much faster. - Move parameter translation from the core to spanningtree. - Change EncodeParameter to return the value instead of updating in place. - Replace the OnBuild*Message events with one OnServerMessage that can now access all parts of the message and change them. | 2026-03-12 | 1 | -20/+40 | |
| * | 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 | -2/+2 | |
| * | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 1 | -6/+6 | |
| * | Merge the chg* and set* modules. | 2026-03-01 | 1 | -0/+5 | |
| * | Fix link compatibility with v4 after the sacommand merge. | 2026-02-26 | 1 | -5/+18 | |
| * | Remove the c_ prefix from the c_registered mode. | 2026-02-26 | 1 | -9/+19 | |
| * | Fix the old name of the noctcp mode. | 2026-02-17 | 1 | -1/+1 | |
| * | Remove the u_ prefix from user modes. | 2026-01-20 | 1 | -1/+7 | |
| * | Clean up the sslmodes module. | 2026-01-20 | 1 | -1/+14 | |
| * | Merge branch 'insp4' into master. | 2025-03-29 | 1 | -1/+1 | |
| * | Only include <sstream> from files that actually use it. | 2025-03-22 | 1 | -0/+2 | |
| * | Replace string concatenation with a format string. | 2025-03-22 | 1 | -4/+4 | |
| * | Merge branch 'insp4' into master. | 2025-03-01 | 1 | -1/+1 | |
| * | Merge branch 'insp4' into master. | 2024-11-01 | 1 | -5/+5 | |
| * | Merge branch 'insp4' into master. | 2024-09-30 | 1 | -0/+18 | |
| * | Use C++20 <format> instead of fmtlib when available. | 2024-08-22 | 1 | -2/+2 | |
| * | Refactor "CAPAB CAPABILITIES" code. | 2024-08-17 | 1 | -31/+38 | |
| * | Drop the protocol version from module capab functions. | 2024-08-16 | 1 | -8/+8 | |
| * | Merge CompareModulesNew into CompareModules.•••This isn't necessary now we only support the 1205 protocol. | 2024-08-16 | 1 | -20/+11 | |
| * | Remove support for the v3 server protocol. | 2024-07-23 | 1 | -103/+11 | |
| * | Shuffle the modules about a bit. | 2024-07-17 | 1 | -0/+643 |
