| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge branch 'insp4' into master. | 2026-03-08 | 1 | -0/+20 | ||
| |\| | ||||||
| | * | Respect <security:restrictbannedusers> in setname. | 2026-03-08 | 1 | -0/+18 | ||
| * | | Make the ban checking functions able to check any list mode. | 2026-03-08 | 36 | -107/+147 | ||
| * | | Fix various minor Doxygen issues. | 2026-03-08 | 10 | -16/+21 | ||
| * | | Merge branch 'insp4' into master. | 2026-03-08 | 4 | -5/+5 | ||
| |\| | ||||||
| | * | Fix some minor doxygen warnings. | 2026-03-08 | 3 | -3/+2 | ||
| | * | Switch the NSIS installer to use something more reliable. | 2026-03-07 | 1 | -2/+3 | ||
| * | | Replace IS_* with member functions.•••- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function. | 2026-03-08 | 123 | -310/+325 | ||
| * | | Remove the unused remote user finding methods. | 2026-03-07 | 1 | -34/+0 | ||
| * | | Remove more missed v3 compatibility code. | 2026-03-07 | 3 | -18/+7 | ||
| * | | Add support for per-operator isupport. | 2026-03-06 | 6 | -15/+132 | ||
| * | | Move building TARGMAX to core_info. | 2026-03-06 | 2 | -14/+23 | ||
| * | | Add the old connect class to OnPostChangeConnectClass. | 2026-03-06 | 5 | -11/+8 | ||
| * | | Convert TranslateType to an enum class. | 2026-03-06 | 11 | -31/+33 | ||
| * | | Merge branch 'insp4' into master. | 2026-03-06 | 7 | -9/+8 | ||
| |\| | ||||||
| | * | 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 | ||
