| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fix the argon2 package name on newer versions of Debian. | 2022-05-06 | 1 | -1/+1 | ||
| | * | Install into /usr/bin instead of /usr/sbin.•••We discourage users from running as root so installing into sbin on system-wide installs doesn't make sense anyway. | 2022-05-03 | 1 | -1/+1 | ||
| * | | Fix an off by one error in regex_posix. | 2022-05-06 | 1 | -1/+1 | ||
| * | | Implement support for regex capture groups. | 2022-05-06 | 6 | -2/+160 | ||
| * | | Fix matching case-insensitive human regex patterns. | 2022-05-06 | 2 | -2/+2 | ||
| * | | Tweak the compiler flags for extra modules a bit.•••- Use pkg-config for the pgsql module. - Remove defaults from argon2, geo_maxmind, and regex_re2 (these are not needed with newer package versions). - Remove old library warning from geo_maxmind (no longer needed). [skip windows ci] | 2022-05-06 | 5 | -10/+9 | ||
| * | | Fix installing example SQL schemas. | 2022-05-02 | 1 | -2/+4 | ||
| * | | Merge branch 'insp3' into master. | 2022-05-02 | 3 | -117/+166 | ||
| |\| | ||||||
| | * | Fix using the obsolete curve method on mbedTLS 3+. | 2022-05-02 | 1 | -6/+17 | ||
| | * | Implement the 'r' (registered nick) WHO flag from UnrealIRCd. | 2022-05-01 | 1 | -1/+16 | ||
| | * | Sync NSIS template with the one from CPack. | 2022-05-01 | 1 | -111/+133 | ||
| * | | Fix various Doxygen comment issues. | 2022-05-02 | 4 | -14/+11 | ||
| * | | Flush logs every 15 minutes to avoid losing data. | 2022-05-02 | 3 | -2/+26 | ||
| * | | Implement support for JSON logging. | 2022-05-02 | 9 | -5/+174 | ||
| * | | Add more null checks to log_sql and log_syslog. | 2022-05-02 | 2 | -3/+3 | ||
| * | | Add a log method for stringifying a logging method. | 2022-05-02 | 3 | -4/+36 | ||
| * | | Kill an unnecessary accessibility keyword. | 2022-05-02 | 1 | -1/+0 | ||
| * | | Mark fields that take a Log::Engine* as non-null. | 2022-05-01 | 1 | -2/+2 | ||
| * | | Shuffle the sql schemas around a bit. | 2022-05-01 | 4 | -0/+0 | ||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 92 | -383/+381 | ||
| * | | Rewrite the entire logging system.•••- Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules. | 2022-05-01 | 18 | -63/+933 | ||
| * | | Delete the old logging system. | 2022-05-01 | 5 | -650/+0 | ||
| * | | Release v4.0.0 alpha 10. v4.0.0a10 | 2022-04-30 | 1 | -1/+1 | ||
| * | | Fix the CI build on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-30 | 1 | -1/+1 | ||
| * | | Put modules in their own VS folder on Windows.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-30 | 2 | -0/+4 | ||
| * | | Drop SO_NAME on Windows; we use native file extensions now.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-30 | 1 | -11/+9 | ||
| * | | Slim down the globally included files. | 2022-04-30 | 14 | -27/+48 | ||
| * | | Enable writing a pid file on Windows. | 2022-04-30 | 1 | -2/+0 | ||
| * | | Enable getting the local server hostname on Windows. | 2022-04-30 | 1 | -2/+0 | ||
| * | | Enable support for UNIX socket listeners on Windows. | 2022-04-30 | 4 | -14/+2 | ||
| * | | Kill an obsolete include. | 2022-04-30 | 1 | -4/+0 | ||
| * | | Replace getopt/ya_getopt with Lyra. | 2022-04-30 | 8 | -453/+4507 | ||
| * | | Format enums with an underlying type like classes. | 2022-04-30 | 6 | -9/+18 | ||
| * | | Make the extban enums 8-bit. | 2022-04-29 | 1 | -0/+3 | ||
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 96 | -105/+111 | ||
| |\| | ||||||
| | * | Release v3.13.0. v3.13.0 | 2022-04-28 | 2 | -2/+2 | ||
| | * | Update copyright headers. | 2022-04-28 | 91 | -97/+99 | ||
| | * | Update module descriptions. | 2022-04-28 | 1 | -1/+1 | ||
| | * | Update author list. | 2022-04-28 | 1 | -3/+4 | ||
| | * | Update the platforms with packages in the readme. | 2022-04-28 | 1 | -1/+1 | ||
| | * | Update the mailmap. | 2022-04-28 | 1 | -0/+1 | ||
| | * | Fix updating the copyright headers. | 2022-04-28 | 1 | -1/+1 | ||
| | * | Skip bots when generating the authors list. | 2022-04-28 | 1 | -0/+1 | ||
| | * | Document the 'G' WHO flag. | 2022-04-28 | 1 | -0/+2 | ||
| | * | Remove an obsolete workaround for Windows packaging.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-27 | 1 | -2/+1 | ||
| * | | Merge branch 'insp3' into master. | 2022-04-26 | 13 | -100/+81 | ||
| |\| | ||||||
| | * | Implement support for the IRCv3 bot tag. | 2022-04-26 | 1 | -2/+6 | ||
| | * | Migrate Windows build instructions to the docs site. | 2022-04-24 | 1 | -56/+0 | ||
| | * | Update the supported CMake versions in the readme. | 2022-04-24 | 1 | -1/+1 | ||
| | * | Modernise the CMake syntax slightly.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] | 2022-04-24 | 2 | -9/+9 | ||
