| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v3.14.0. v3.14.0 | 2022-08-25 | 2 | -2/+2 | |
| | | |||||
| * | Update copyright headers. | 2022-08-25 | 27 | -25/+28 | |
| | | |||||
| * | Use std::string in the Serializer constructor. | 2022-08-24 | 2 | -3/+3 | |
| | | |||||
| * | Fix the last modified dates of the man pages. | 2022-08-24 | 3 | -3/+3 | |
| | | | | | | The Linux man-pages project recommends using YYYY-MM-DD. Some dates had also not been updated since they were added. | ||||
| * | Fix some warnings in core_who on newer GCC. | 2022-08-17 | 1 | -3/+4 | |
| | | |||||
| * | Backport fix for types removed in C++17 from master. | 2022-08-16 | 2 | -2/+8 | |
| | | |||||
| * | Deprecate the string variant of SetClientIP. | 2022-08-10 | 1 | -4/+5 | |
| | | | | | Nothing uses this anymore. | ||||
| * | Fix remote users with UNIX socket paths as their sockaddr. | 2022-08-10 | 1 | -2/+9 | |
| | | |||||
| * | Fix some harmless debug messages when initializing remote users. | 2022-08-10 | 2 | -4/+3 | |
| | | |||||
| * | Update the Windows dependencies. | 2022-08-04 | 1 | -5/+5 | |
| | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | Fix a pedantic C++98 warning in the websocket module. | 2022-08-04 | 1 | -1/+1 | |
| | | |||||
| * | Expose WebSocket error messages to clients. | 2022-08-04 | 1 | -6/+27 | |
| | | |||||
| * | WebSockets are a HTTP feature not a HTML5 feature. | 2022-08-04 | 2 | -2/+2 | |
| | | |||||
| * | Update author list. | 2022-07-20 | 1 | -5/+5 | |
| | | |||||
| * | Also list coauthors in the author file. | 2022-07-20 | 1 | -2/+1 | |
| | | |||||
| * | Also use binary exit codes in places that terminate abruptly. | 2022-07-19 | 4 | -8/+20 | |
| | | | | | This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. | ||||
| * | Allow forcing binary exit codes at compile time. | 2022-07-19 | 1 | -1/+7 | |
| | | | | | | This is useful with some init systems that handle our exit codes strangely. | ||||
| * | Allow logrotate to rotate logs with just a pid file. | 2022-07-19 | 1 | -1/+4 | |
| | | | | Ref: #1991 | ||||
| * | Fix the logrotate config rotating already rotated log files. | 2022-07-11 | 1 | -1/+1 | |
| | | | | Ref: #1990. | ||||
| * | Fix more inconsistencies with USERIP. | 2022-06-23 | 1 | -22/+20 | |
| | | | | | | | | - Use a dummy value instead of erroring if the viewer does not have the privs to see the IP address (fixes UnrealIRCd compat). - Respect the hideoper mode when building the USERIP response. | ||||
| * | Fix inconsistencies between USERHOST and USERIP. | 2022-06-23 | 2 | -10/+6 | |
| | | |||||
| * | Update Windows dependencies. | 2022-06-22 | 1 | -4/+4 | |
| | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | Also add hex colour escapes to the formatting entity list. | 2022-06-20 | 1 | -0/+2 | |
| | | |||||
| * | Add support for escaping hex colour codes | 2022-06-19 | 2 | -0/+2 | |
| | | | | | This is not widely supported but we should have an escape regardless. | ||||
| * | Fix the parameter documentation for the repeat mode. | 2022-06-15 | 2 | -2/+2 | |
| | | |||||
| * | Fix parsing non-normalised WebSocket headers. | 2022-06-08 | 1 | -1/+1 | |
| | | | | | Ref: #1987. | ||||
| * | Make setting sockets as FD_CLOEXEC more portable. | 2022-06-07 | 1 | -2/+2 | |
| | | | | | Ref: #1986. | ||||
| * | Make it more obvious when an I/O hook is misconfigured. | 2022-05-31 | 1 | -10/+8 | |
| | | |||||
| * | Fix some compiler warnings on i386. | 2022-05-25 | 5 | -6/+7 | |
| | | |||||
| * | Fix httpd_stats swallowing requests that it doesn't handle. | 2022-05-21 | 1 | -14/+3 | |
| | | | | | e.g. /stats/wibble | ||||
| * | Allow preconfiguring the owner uid/gid while also disabling ownership. | 2022-05-17 | 1 | -8/+6 | |
| | | |||||
| * | Fix an unnecessary mode lookup in RemoveMode. | 2022-05-15 | 1 | -1/+1 | |
| | | |||||
| * | Use a mode reference instead of repeatedly looking up the snomask mode. | 2022-05-15 | 1 | -3/+6 | |
| | | |||||
| * | Make linking servers over UNIX sockets less difficult. | 2022-05-07 | 1 | -4/+15 | |
| | | | | | Closes #1730. | ||||
| * | Fix the argon2 package name on newer versions of Debian. | 2022-05-06 | 1 | -1/+1 | |
| | | |||||
| * | Install into /usr/bin instead of /usr/sbin. | 2022-05-03 | 1 | -1/+1 | |
| | | | | | | We discourage users from running as root so installing into sbin on system-wide installs doesn't make sense anyway. | ||||
| * | 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 | |
| | | |||||
| * | 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. | 2022-04-27 | 1 | -2/+1 | |
| | | | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | Implement support for the IRCv3 bot tag. | 2022-04-26 | 1 | -2/+6 | |
| | | |||||
