aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release v3.14.0. v3.14.0Gravatar Sadie Powell2022-08-252-2/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2022-08-2527-25/+28
|
* Use std::string in the Serializer constructor.Gravatar Sadie Powell2022-08-242-3/+3
|
* Fix the last modified dates of the man pages.Gravatar Sadie Powell2022-08-243-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.Gravatar Sadie Powell2022-08-171-3/+4
|
* Backport fix for types removed in C++17 from master.Gravatar Sadie Powell2022-08-162-2/+8
|
* Deprecate the string variant of SetClientIP.Gravatar Sadie Powell2022-08-101-4/+5
| | | | Nothing uses this anymore.
* Fix remote users with UNIX socket paths as their sockaddr.Gravatar Sadie Powell2022-08-101-2/+9
|
* Fix some harmless debug messages when initializing remote users.Gravatar Sadie Powell2022-08-102-4/+3
|
* Update the Windows dependencies.Gravatar Sadie Powell2022-08-041-5/+5
| | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci]
* Fix a pedantic C++98 warning in the websocket module.Gravatar Sadie Powell2022-08-041-1/+1
|
* Expose WebSocket error messages to clients.Gravatar Sadie Powell2022-08-041-6/+27
|
* WebSockets are a HTTP feature not a HTML5 feature.Gravatar Sadie Powell2022-08-042-2/+2
|
* Update author list.Gravatar InspIRCd Robot2022-07-201-5/+5
|
* Also list coauthors in the author file.Gravatar Sadie Powell2022-07-201-2/+1
|
* Also use binary exit codes in places that terminate abruptly.Gravatar Sadie Powell2022-07-194-8/+20
| | | | This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd.
* Allow forcing binary exit codes at compile time.Gravatar Sadie Powell2022-07-191-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.Gravatar Wade Cline2022-07-191-1/+4
| | | Ref: #1991
* Fix the logrotate config rotating already rotated log files.Gravatar Wade Cline2022-07-111-1/+1
| | | Ref: #1990.
* Fix more inconsistencies with USERIP.Gravatar Sadie Powell2022-06-231-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.Gravatar Sadie Powell2022-06-232-10/+6
|
* Update Windows dependencies.Gravatar Sadie Powell2022-06-221-4/+4
| | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci]
* Also add hex colour escapes to the formatting entity list.Gravatar Sadie Powell2022-06-201-0/+2
|
* Add support for escaping hex colour codesGravatar Sadie Powell2022-06-192-0/+2
| | | | This is not widely supported but we should have an escape regardless.
* Fix the parameter documentation for the repeat mode.Gravatar Sadie Powell2022-06-152-2/+2
|
* Fix parsing non-normalised WebSocket headers.Gravatar Sadie Powell2022-06-081-1/+1
| | | | Ref: #1987.
* Make setting sockets as FD_CLOEXEC more portable.Gravatar Sadie Powell2022-06-071-2/+2
| | | | Ref: #1986.
* Make it more obvious when an I/O hook is misconfigured.Gravatar Sadie Powell2022-05-311-10/+8
|
* Fix some compiler warnings on i386.Gravatar Sadie Powell2022-05-255-6/+7
|
* Fix httpd_stats swallowing requests that it doesn't handle.Gravatar Sadie Powell2022-05-211-14/+3
| | | | e.g. /stats/wibble
* Allow preconfiguring the owner uid/gid while also disabling ownership.Gravatar Sadie Powell2022-05-171-8/+6
|
* Fix an unnecessary mode lookup in RemoveMode.Gravatar Sadie Powell2022-05-151-1/+1
|
* Use a mode reference instead of repeatedly looking up the snomask mode.Gravatar Sadie Powell2022-05-151-3/+6
|
* Make linking servers over UNIX sockets less difficult.Gravatar Sadie Powell2022-05-071-4/+15
| | | | Closes #1730.
* Fix the argon2 package name on newer versions of Debian.Gravatar Sadie Powell2022-05-061-1/+1
|
* Install into /usr/bin instead of /usr/sbin.Gravatar Sadie Powell2022-05-031-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+.Gravatar Sadie Powell2022-05-021-6/+17
|
* Implement the 'r' (registered nick) WHO flag from UnrealIRCd.Gravatar Sadie Powell2022-05-011-1/+16
|
* Sync NSIS template with the one from CPack.Gravatar Sadie Powell2022-05-011-111/+133
|
* Release v3.13.0. v3.13.0Gravatar Sadie Powell2022-04-282-2/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2022-04-2891-97/+99
|
* Update module descriptions.Gravatar Sadie Powell2022-04-281-1/+1
|
* Update author list.Gravatar InspIRCd Robot2022-04-281-3/+4
|
* Update the platforms with packages in the readme.Gravatar Sadie Powell2022-04-281-1/+1
|
* Update the mailmap.Gravatar Sadie Powell2022-04-281-0/+1
|
* Fix updating the copyright headers.Gravatar Sadie Powell2022-04-281-1/+1
|
* Skip bots when generating the authors list.Gravatar Sadie Powell2022-04-281-0/+1
|
* Document the 'G' WHO flag.Gravatar Sadie Powell2022-04-281-0/+2
|
* Remove an obsolete workaround for Windows packaging.Gravatar Sadie Powell2022-04-271-2/+1
| | | | | | [skip alpine ci] [skip macos ci] [skip ubuntu ci]
* Implement support for the IRCv3 bot tag.Gravatar Sadie Powell2022-04-261-2/+6
|