| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Install the example configs/sql/locales properly on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 1 | -6/+3 | ||
| | * | Update the instructions for how to enable modules on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci] | 2022-04-24 | 1 | -2/+2 | ||
| | * | Enable all dependencies for Windows CI.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 2 | -3/+4 | ||
| | * | Allow building with license-incompatible modules if manually enabled.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 4 | -5/+8 | ||
| | * | Add a function for enabling extra modules on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 1 | -8/+17 | ||
| | * | Newer versions of mbedTLS can only be static linked on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 1 | -1/+0 | ||
| | * | Fix building the Windows package on NSIS 3. | 2022-04-24 | 1 | -2/+2 | ||
| | * | Respect the invite announcement level when announcing knocks.•••Closes #1976. | 2022-04-23 | 1 | -2/+30 | ||
| | * | Remove a forward declaration for a non-existent type. | 2022-04-21 | 1 | -1/+0 | ||
| | * | Update Doxygen config for the latest version. | 2022-04-21 | 1 | -9/+7 | ||
| * | | Only write to the pid file on boot.•••Being able to change this after first boot is error prone and does not work well on system-wide installs where the server needs root to write the file. Closes #566. | 2022-04-23 | 3 | -13/+6 | ||
| * | | Merge branch 'insp3' into master. | 2022-04-21 | 8 | -9/+66 | ||
| |\| | ||||||
| | * | Add support for automatically expiring the override user mode. | 2022-04-21 | 2 | -2/+51 | ||
| | * | Fix an outdated comment. | 2022-04-20 | 1 | -1/+1 | ||
| | * | Also send ACCOUNT to the user who is authenticating.•••Closes #1974. | 2022-04-18 | 1 | -1/+1 | ||
| | * | Fix doxygen to include the public module header files. | 2022-04-17 | 3 | -3/+3 | ||
| * | | Mark the main loop as noreturn. | 2022-04-21 | 1 | -4/+2 | ||
| * | | Fix a now outdated documentation comment. | 2022-04-18 | 1 | -3/+3 | ||
| * | | Constify the parameter arguments in ListModeBase's Tell* methods. | 2022-04-17 | 2 | -6/+6 | ||
| * | | Fix a missing doxygen comment. | 2022-04-17 | 1 | -0/+6 | ||
| * | | Allow normalising extbans to a specific format.•••Also, fix canonicalisation of acting extban values. | 2022-04-17 | 5 | -0/+54 | ||
| * | | Refactor ListModeBase::OnModeChange. | 2022-04-17 | 2 | -36/+37 | ||
| * | | Remove ValidateParam and rename CanonicalizeParam.•••There's basically no safe way to handle a malformed list mode sent by a remote server without causing a desync. Its probably for the best if we just only apply validation to locally added list modes entries. | 2022-04-17 | 8 | -44/+13 | ||
| * | | Refactor CleanMask to cover more edge cases.•••Test results from during refactoring: PASS: => *!*@* PASS: ! => *!*@* PASS: @ => *!*@* PASS: !foo@bar => *!foo@bar PASS: fo:ob:ar => *!*@fo:ob:ar PASS: foo!@bar => foo!*@bar PASS: foo!bar => foo!bar@* PASS: foo!bar@ => foo!bar@* PASS: foo.bar => *!*@foo.bar PASS: foo@bar => *!foo@bar PASS: !foo@ => *!foo@* PASS: foo => foo!*@* PASS: foo! => foo!*@* | 2022-04-16 | 1 | -20/+30 | ||
| * | | Merge branch 'insp3' into master. | 2022-04-16 | 33 | -89/+128 | ||
| |\| | ||||||
| | * | Bump peter-evans/create-pull-request from 3 to 4•••Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | 2022-04-16 | 1 | -1/+1 | ||
| | * | Bump actions/checkout from 2 to 3•••Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | 2022-04-16 | 5 | -5/+5 | ||
| | * | Allow dependabot to update the GitHub Actions dependencies. | 2022-04-16 | 1 | -0/+6 | ||
| | * | Use FindNearestPrefixMode instead of looking for the halfop mode. | 2022-04-12 | 2 | -6/+6 | ||
| | * | Add a numeric builder for the ERR_CHANOPRIVSNEEDED numeric.•••This should make privilege errors more consistent. | 2022-04-12 | 10 | -22/+29 | ||
| | * | Use ERR_RESTRICTED when an action can't be done even with privileges. | 2022-04-12 | 3 | -3/+3 | ||
| | * | Use ERR_UNAVAILRESOURCE for things that should be retried later.•••Also move it to the global numerics header to avoid duplication. | 2022-04-12 | 4 | -14/+2 | ||
| | * | Fix using notices instead of the appropriate numerics in rmode. | 2022-04-12 | 1 | -7/+9 | ||
| | * | Add a method for finding the next prefix mode above a rank. | 2022-04-11 | 2 | -12/+25 | ||
| | * | Add a method to ConfigTag to help with retrieving a single character. | 2022-04-10 | 4 | -2/+14 | ||
| | * | Fix <security announceinvites="dynamic"> when halfop is not loaded. | 2022-04-07 | 1 | -2/+8 | ||
| | * | Expose the invite announcement level to modules. | 2022-04-07 | 5 | -21/+25 | ||
| | * | GnuTLS DH parameters are optional from 3.6.0+ not 3.5.6+. | 2022-04-07 | 1 | -1/+1 | ||
| * | | Fix the command used to retrieve the number of cores on Alpine.•••[skip macos ci] [skip ubuntu ci] [skip windows ci] | 2022-04-16 | 1 | -3/+3 | ||
| * | | Add ListModeBase::CanonicalizeParam, fix cleaning extban masks. | 2022-04-16 | 12 | -20/+100 | ||
| * | | Add a class that wraps a dynamic reference to the extban manager. | 2022-04-16 | 2 | -2/+14 | ||
| * | | Move most channel mode constructors to their own source file.•••+k will be removed later once we have better validation. | 2022-04-16 | 2 | -36/+27 | ||
| * | | Replace duplicated documentation with @copydoc. | 2022-04-16 | 3 | -53/+12 | ||
| * | | Make the parameter field of ValidateParam const. | 2022-04-16 | 4 | -10/+10 | ||
| * | | Remove FPART, force REMOVE to always use the new syntax.•••FPART was deprecated in v3 when the parameters for REMOVE were switched. This does not need any compat layer changes as v3 always forwarded FPART as REMOVE. | 2022-04-16 | 3 | -92/+30 | ||
| * | | Fix serialising the kicknorejoin link data. | 2022-04-07 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2022-04-05 | 18 | -52/+64 | ||
| |\| | ||||||
| | * | Use consistent xline messages locally•••For connectban these messages would have previously been duplicated to other servers until this was fixed earlier today. For dnsbl and rline they would have just differed on the local to a remote. As of the previous commit the module name is included in the setter so there is no need to vary the snotice. This makes things more consistent for server operators and allows scripts to parse the messages. | 2022-04-05 | 3 | -14/+23 | ||
| | * | Notify opers about the connectban zline being added before applying it.•••This matches behaviour elsewhere. | 2022-04-05 | 1 | -1/+1 | ||
| | * | Include the module name in the setter for server-added xlines. | 2022-04-05 | 3 | -5/+5 | ||
