| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | * | 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 | |
