aboutsummaryrefslogtreecommitdiff
Commit message (Expand)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.•••The Linux man-pages project recommends using YYYY-MM-DD. Some dates had also not been updated since they were added. Gravatar Sadie Powell2022-08-243-3/+3
* 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.•••Nothing uses this anymore. Gravatar Sadie Powell2022-08-101-4/+5
* 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.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-08-041-5/+5
* 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.•••This is a partial reversion of commit 57330e973b3eb1f2a84803c84daf9d6b420859fd. Gravatar Sadie Powell2022-07-194-8/+20
* Allow forcing binary exit codes at compile time.•••This is useful with some init systems that handle our exit codes strangely. Gravatar Sadie Powell2022-07-191-1/+7
* Allow logrotate to rotate logs with just a pid file.•••Ref: #1991Gravatar Wade Cline2022-07-191-1/+4
* Fix the logrotate config rotating already rotated log files.•••Ref: #1990.Gravatar Wade Cline2022-07-111-1/+1
* Fix more inconsistencies with USERIP.•••- 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. Gravatar Sadie Powell2022-06-231-22/+20
* Fix inconsistencies between USERHOST and USERIP.Gravatar Sadie Powell2022-06-232-10/+6
* Update Windows dependencies.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-06-221-4/+4
* Also add hex colour escapes to the formatting entity list.Gravatar Sadie Powell2022-06-201-0/+2
* Add support for escaping hex colour codes•••This is not widely supported but we should have an escape regardless. Gravatar Sadie Powell2022-06-192-0/+2
* Fix the parameter documentation for the repeat mode.Gravatar Sadie Powell2022-06-152-2/+2
* Fix parsing non-normalised WebSocket headers.•••Ref: #1987. Gravatar Sadie Powell2022-06-081-1/+1
* Make setting sockets as FD_CLOEXEC more portable.•••Ref: #1986. Gravatar Sadie Powell2022-06-071-2/+2
* 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.•••e.g. /stats/wibble Gravatar Sadie Powell2022-05-211-14/+3
* 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.•••Closes #1730. Gravatar Sadie Powell2022-05-071-4/+15
* 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.•••We discourage users from running as root so installing into sbin on system-wide installs doesn't make sense anyway. Gravatar Sadie Powell2022-05-031-1/+1
* 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.•••[skip alpine ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2022-04-271-2/+1
* Implement support for the IRCv3 bot tag.Gravatar Sadie Powell2022-04-261-2/+6