| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Remove the inverted parameter from the extban validation method. | 2026-03-06 | 1 | -3/+2 | ||
| * | | Merge branch 'insp4' into master. | 2026-03-06 | 1 | -0/+37 | ||
| |\| | ||||||
| | * | Deduplicate command usability checks into Command::IsUsableBy. | 2026-03-06 | 1 | -0/+5 | ||
| | * | Add a validation hook for extbans. | 2026-03-04 | 1 | -0/+37 | ||
| * | | Allow writing a Reply object to a user. | 2026-03-06 | 1 | -7/+13 | ||
| * | | Switch Reply::Type to be an enum instead of an enum class.•••This is shorter and its fully disambiguated anyway. | 2026-03-05 | 1 | -5/+6 | ||
| * | | Deduplicate command usability checks into Command::IsUsableBy. | 2026-03-05 | 1 | -0/+5 | ||
| * | | Only reset the specific type of reference when adding services. | 2026-03-04 | 1 | -1/+1 | ||
| * | | Clean up ModuleManager somewhat. | 2026-03-04 | 1 | -12/+16 | ||
| * | | 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 | 5 | -7/+5 | ||
| * | | Add support for strict references and switch some stuff to use them. | 2026-03-03 | 2 | -8/+9 | ||
| * | | Switch parameter count fields to use size_t. | 2026-03-02 | 1 | -8/+8 | ||
| * | | Abolish FMT_PTR, this does the same for both formatters. | 2026-03-02 | 1 | -2/+0 | ||
| * | | Rename ServiceProvider::creator to service_creator and add GetSource. | 2026-03-02 | 3 | -5/+8 | ||
| * | | 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 | 15 | -89/+104 | ||
| * | | Add irc::less and convert irc::insensitive_swo to use it. | 2026-03-02 | 1 | -1/+13 | ||
| * | | Move the event/ prefix of events to the parent class. | 2026-03-02 | 17 | -31/+31 | ||
| * | | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 11 | -19/+22 | ||
| * | | Move standard replies to the core and add remote reply support. | 2026-03-01 | 7 | -171/+222 | ||
| * | | Merge branch 'insp4' into master. | 2026-02-28 | 1 | -0/+3 | ||
| |\| | ||||||
| | * | Fix RPL_ENDOFNAMES for real this time. | 2026-02-28 | 1 | -0/+3 | ||
| * | | Implement support for per-command maximum targets.•••Closes #2157. | 2026-02-27 | 2 | -4/+17 | ||
| * | | Move ERR_USERONCHANNEL to the global numeric header. | 2026-02-26 | 1 | -0/+1 | ||
| * | | Merge branch 'insp4' into master. | 2026-02-26 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Fix mistakenly getting monitor notifications for partially connected users. | 2026-02-23 | 1 | -1/+1 | ||
| * | | Add a numeric helper for ERR_NOPRIVILEGES. | 2026-02-26 | 2 | -1/+25 | ||
| * | | Unify command_parse and ctables. | 2026-02-15 | 4 | -151/+124 | ||
| * | | Remove InValidMask as it only has one unnecessary use. | 2026-02-12 | 1 | -6/+0 | ||
| * | | Add support for local-only X-lines, remove K-lines. | 2026-01-20 | 2 | -47/+7 | ||
| * | | Allow the use of extended bans in more scenarios. | 2026-01-05 | 1 | -17/+53 | ||
| * | | Merge branch 'insp4' into master. | 2026-01-04 | 1 | -0/+1 | ||
| |\| | ||||||
| | * | Allow specifying a module name in SetPriority. | 2025-12-31 | 1 | -0/+1 | ||
| * | | Add join time to the membership identifier. | 2025-12-28 | 1 | -0/+3 | ||
| * | | Merge branch 'insp4' into master. | 2025-12-07 | 3 | -5/+4 | ||
| |\| | ||||||
| | * | Release v4.9.0. v4.9.0 | 2025-12-06 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2025-12-03 | 3 | -5/+4 | ||
| * | | Avoid creating users with a null I/O handler. | 2025-10-31 | 2 | -2/+2 | ||
| * | | Allow getting an I/O hook from a user I/O handler. | 2025-10-31 | 1 | -0/+6 | ||
| * | | Move message serialization into core_clients. | 2025-10-28 | 1 | -7/+3 | ||
| * | | Avoid duplicating some of the send/receive queue limiting code. | 2025-10-26 | 1 | -0/+11 | ||
| * | | Start splitting the user I/O interface from the network socket. | 2025-10-26 | 3 | -23/+33 | ||
| * | | Merge branch 'insp4' into master. | 2025-10-26 | 1 | -38/+2 | ||
| |\| | ||||||
| | * | Fix a typo in a previous commit's deprecation message. | 2025-10-26 | 1 | -1/+1 | ||
| | * | Fix allowing expired client certificates in some cases.•••This fixes a regression from v3. | 2025-10-26 | 1 | -3/+3 | ||
| | * | Deprecate the contents of the SSLClientCert namespace.•••This is full of footguns and isn't really needed. | 2025-10-26 | 1 | -4/+11 | ||
| * | | Merge branch 'insp4' | 2025-08-15 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Release v4.8.0. v4.8.0 | 2025-08-02 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2025-08-02 | 1 | -1/+1 | ||
| * | | Allow silently expiring xlines. | 2025-05-24 | 1 | -1/+1 | ||
| * | | Merge branch 'insp4' into master. | 2025-05-18 | 1 | -1/+2 | ||
| |\| | ||||||
