| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix a copy/paste error in the serverban module docs. | 2026-03-06 | 1 | -1/+1 | ||
| | * | Remove the inverted parameter from the extban validation method. | 2026-03-06 | 6 | -8/+7 | ||
| * | | Add validation to silence extbans. | 2026-03-06 | 2 | -1/+21 | ||
| * | | Merge branch 'insp4' into master. | 2026-03-06 | 3 | -0/+128 | ||
| |\| | ||||||
| | * | Add the sharebans module. | 2026-03-06 | 3 | -0/+128 | ||
| * | | Merge branch 'insp4' into master. | 2026-03-06 | 11 | -9/+177 | ||
| |\| | ||||||
| | * | Backport the abbreviation module checking IsUsableBy from master. | 2026-03-06 | 1 | -2/+2 | ||
| | * | Deduplicate command usability checks into Command::IsUsableBy. | 2026-03-06 | 3 | -38/+24 | ||
| | * | Add oper-only options to the class and server extbans. | 2026-03-04 | 3 | -1/+48 | ||
| | * | Prevent non-opers from using extban z when <sslinfo:operonly> is set. | 2026-03-04 | 1 | -0/+19 | ||
| | * | Add a validation hook for extbans. | 2026-03-04 | 6 | -6/+100 | ||
| | * | Tweak the reaction filter slightly. | 2026-03-03 | 1 | -2/+8 | ||
| * | | Convert the uninvite module to use standard replies. | 2026-03-06 | 1 | -17/+16 | ||
| * | | Allow writing a Reply object to a user. | 2026-03-06 | 1 | -7/+13 | ||
| * | | Fix unnecessarily calculating the service name for modes. | 2026-03-06 | 1 | -2/+1 | ||
| * | | Convert the dnsbl and gateway modules to use standard replies. | 2026-03-05 | 2 | -13/+25 | ||
| * | | Switch Reply::Type to be an enum instead of an enum class.•••This is shorter and its fully disambiguated anyway. | 2026-03-05 | 14 | -43/+44 | ||
| * | | Fix using the wrong parameter in the rline module. | 2026-03-05 | 1 | -2/+2 | ||
| * | | Convert the shun and rline modules to use standard replies. | 2026-03-05 | 3 | -8/+25 | ||
| * | | Convert the cban module to use standard replies. | 2026-03-05 | 1 | -3/+10 | ||
| * | | Clean up the abbreviation module and move to standard replies. | 2026-03-05 | 1 | -29/+38 | ||
| * | | Deduplicate command usability checks into Command::IsUsableBy. | 2026-03-05 | 3 | -38/+24 | ||
| * | | Only reset the specific type of reference when adding services. | 2026-03-04 | 2 | -4/+7 | ||
| * | | Clean up ModuleManager somewhat. | 2026-03-04 | 3 | -23/+27 | ||
| * | | 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 | ||
| * | | Merge branch 'insp4' into master. | 2026-03-03 | 1 | -0/+3 | ||
| |\| | ||||||
| | * | Fix erroneously networking metadata for partially connected users. | 2026-03-03 | 1 | -0/+3 | ||
| * | | Add support for strict references and switch some stuff to use them. | 2026-03-03 | 3 | -21/+27 | ||
| * | | Add the config read time to the httpd_stats output. | 2026-03-03 | 1 | -0/+4 | ||
| * | | Merge branch 'insp4' into master. | 2026-03-02 | 2 | -9/+8 | ||
| |\| | ||||||
| | * | Update irctest.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] | 2026-03-02 | 1 | -2/+2 | ||
| | * | Store users by uuid in the messageflood counter map.•••This prevents weird behaviour caused by address reuse. Reported by @progval. | 2026-03-01 | 1 | -5/+4 | ||
| | * | Bump actions/upload-artifact from 6 to 7•••Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | 2026-03-01 | 1 | -1/+1 | ||
| | * | Bump actions/download-artifact from 7 to 8•••Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | 2026-03-01 | 1 | -1/+1 | ||
| * | | Fix kicking with multiple channels. | 2026-03-02 | 1 | -2/+3 | ||
| * | | Switch parameter count fields to use size_t. | 2026-03-02 | 5 | -21/+21 | ||
| * | | Abolish FMT_PTR, this does the same for both formatters. | 2026-03-02 | 8 | -20/+18 | ||
| * | | Disable service registration messages when not using a debug build. | 2026-03-02 | 3 | -8/+20 | ||
| * | | Rename ServiceProvider::creator to service_creator and add GetSource. | 2026-03-02 | 35 | -86/+96 | ||
| * | | Load the swhois module if a config contains the swhois_ext module. | 2026-03-02 | 1 | -0/+2 | ||
| * | | 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 | 48 | -261/+251 | ||
| * | | Add irc::less and convert irc::insensitive_swo to use it. | 2026-03-02 | 2 | -8/+17 | ||
| * | | Move the event/ prefix of events to the parent class. | 2026-03-02 | 30 | -51/+51 | ||
| * | | Rename ServiceProvider methods to avoid shadowing issues. | 2026-03-02 | 65 | -168/+180 | ||
| * | | Fix regular users being told about server operator privileges. | 2026-03-01 | 1 | -1/+1 | ||
| * | | Run incoming ENCAP commands through the old protocol preprocessor. | 2026-03-01 | 1 | -0/+13 | ||
| * | | Merge the chg* and set* modules. | 2026-03-01 | 12 | -415/+238 | ||
| * | | Debug log when an encapsulated command fails. | 2026-03-01 | 1 | -1/+12 | ||
| * | | Release v5.0.0 development snapshot 2. v5.0.0dev2 | 2026-03-01 | 1 | -1/+1 | ||
| * | | Move standard replies to the core and add remote reply support. | 2026-03-01 | 22 | -233/+410 | ||
