aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Release v3.18.0. v3.18.0Gravatar Sadie Powell2024-12-271-1/+1
|
* Backport support for the IRCv3 websocket subprotocols.Gravatar Sadie Powell2024-11-071-2/+5
|
* Fix chanlog not hiding the local server when hideserver is enabled.Gravatar Sadie Powell2024-10-111-1/+1
|
* Fix a pgsql module warning when building against recent libpq.Gravatar Sadie Powell2024-10-101-0/+19
|
* When a server stops being ulined remove its users from the uline list.Gravatar Sadie Powell2024-10-102-0/+14
|
* Expand IPv6 addresses in connectban to avoid breaking S2S.Gravatar Sadie Powell2024-09-191-2/+8
|
* Release v3.17.1. v3.17.1Gravatar Sadie Powell2024-06-281-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-077-7/+7
|
* Send an error when a user tries to give a status rank to a non-member.Gravatar Sadie Powell2024-06-031-0/+3
| | | | Closes #2097.
* Fix the indentation of the contributors list.Gravatar Sadie Powell2024-05-211-14/+14
|
* Deallocate the old MySQL connection on connect if one exists.Gravatar Sadie Powell2024-05-031-0/+6
|
* Silence some compatibility warnings in ssl_mbedtls.Gravatar Sadie Powell2024-04-011-0/+5
|
* Fix erroneously sending RPL_CHANNELSMSG when a whois chanlist is blocked.Gravatar Sadie Powell2024-02-252-2/+5
|
* Fix matching certificate fingerprints to be case insensitive.Gravatar Sadie Powell2024-02-111-0/+2
| | | | Closes #2083.
* Use TimingSafeCompare when comparing server SSL fingerprints.Gravatar Sadie Powell2024-02-111-1/+1
|
* Release v3.17.0. v3.17.0Gravatar Sadie Powell2023-12-221-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2023-12-227-7/+7
|
* Update module descriptions.Gravatar Sadie Powell2023-12-222-2/+2
|
* Fix the Windows build.Gravatar Sadie Powell2023-12-141-1/+1
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* Allow using $address for the user IP address in alias templates.Gravatar Sadie Powell2023-11-121-0/+5
| | | | Closes #2068.
* Fix a crash on shutdown when using ssl_gnutls on some systems.Gravatar Sadie Powell2023-11-061-2/+4
|
* Apply SVSHOLDs to already existing users.Gravatar Sadie Powell2023-10-241-5/+6
|
* Fix matching SVSHOLDs against unusual matches.Gravatar Sadie Powell2023-10-241-4/+2
| | | | | These should be a case insensitive absolue match not a case sensitive or glob match.
* Tweak the malformed channel name message slightly.Gravatar Sadie Powell2023-09-011-1/+1
|
* Fix being able to FJOIN non-channels.Gravatar Sadie Powell2023-08-251-0/+3
| | | | Closes #2057.
* Fix a rare case where the hostname cache was not invalidated.Gravatar Sadie Powell2023-07-171-0/+3
|
* If a watched user appears whilst away then also send RPL_GONEAWAY.Gravatar Sadie Powell2023-07-151-0/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2023-07-154-4/+4
|
* Fix parsing end-of-file comments that don't end with a newline.Gravatar Sadie Powell2023-07-121-1/+7
|
* Log if a user specifies an invalid country code in <connect:country>.Gravatar Sadie Powell2023-07-111-0/+7
|
* Fix filter X-lines not including the module name in the setter.Gravatar Sadie Powell2023-07-051-6/+6
|
* Don't send an error message if we're blocking an automatic CTCP reply.Gravatar Sadie Powell2023-06-221-1/+3
|
* Release v3.16.1. v3.16.1Gravatar Sadie Powell2023-06-161-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2023-06-165-5/+5
|
* Use -std=c++17 on RE2 2023.06.02 or newer.Gravatar Sadie Powell2023-06-051-0/+2
|
* Log when a server sends an unexpected command post-authentication.Gravatar Sadie Powell2023-05-291-0/+12
|
* If no DNS bindport is specified then randomise it on rehash.Gravatar Sadie Powell2023-05-291-1/+1
|
* Fix ssl_openssl on OpenSSL versions older than 1.1.1.Gravatar Sadie Powell2023-05-281-0/+4
| | | | Fixes a regression introduced in commit eba5cb9dc9.
* Make it clear that <link:port> is only required for IP listeners.Gravatar Sadie Powell2023-05-261-1/+1
|
* Add an undocumented build option for unlimiting the main loop.Gravatar Sadie Powell2023-05-201-5/+6
| | | | This should never be used normally but is useful for irctest.
* Fix cert expiration for dates after year 2049Gravatar Wade Cline2023-05-101-2/+2
|
* Release v3.16.0. v3.16.0Gravatar Sadie Powell2023-04-281-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2023-04-2819-20/+19
|
* Fix an off by one error in the rmode module.Gravatar Sadie Powell2023-04-211-1/+1
|
* Warn users when their client certificate is about to expire.Gravatar Sadie Powell2023-03-011-0/+15
| | | | Closes #1938.
* Add client cert activation/expiration times to the ssl_cert class.Gravatar Sadie Powell2023-03-013-10/+72
|
* Fix destroying duplicate channels when the casemapping changes.Gravatar Sadie Powell2023-03-011-0/+53
|
* Fix renicking duplicate users when the casemapping changes.Gravatar Sadie Powell2023-03-011-11/+36
|
* Switch to the IRCv3 standard-replies cap.Gravatar Sadie Powell2023-02-132-2/+3
| | | | | Nothing is using this so far so I'm not counting it as a breaking change.
* Fix missing some data when synchronising a new user over a link.Gravatar Sadie Powell2023-02-031-0/+6
|