aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Write to STDERR on error in test-build.Gravatar Sadie Powell2021-05-281-3/+3
| * Add the GitHub FUNDING file.Gravatar Sadie Powell2021-05-261-0/+2
| * The dest should be checked for uline status not the source.Gravatar Sadie Powell2021-05-251-1/+1
| * Don't send RPL_WHOISHOST for users on ulined servers.Gravatar Sadie Powell2021-05-251-1/+1
| * Implement support for setting TLSv1.3 ciphersuites in ssl_openssl.Gravatar Sadie Powell2021-05-251-1/+25
| * Implement support for the delayjoin WHOX flag.Gravatar Sadie Powell2021-05-221-0/+21
| * Verify hostnames when installing contrib modules.•••This was missed in f6b861f12d. Gravatar Sadie Powell2021-05-221-1/+1
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-3090-322/+351
* | Add a workaround for a bug in GitHub Actions.Gravatar Sadie Powell2021-05-271-0/+4
* | Fire OnUserPreJoin regardless of whether the join is an override.Gravatar Sadie Powell2021-05-2317-45/+48
* | Refactor the population of exceptions in delayjoin.Gravatar Sadie Powell2021-05-221-21/+17
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-224-15/+33
|\|
| * Only check for a join time if a user is actually in the channel.Gravatar Sadie Powell2021-05-221-1/+4
| * Send the correct join timestamp on a delayed join message.Gravatar Sadie Powell2021-05-221-2/+9
| * Default to file logging if a log type is not specified.Gravatar Sadie Powell2021-05-201-1/+1
| * Update the Doxygen config for the new version.Gravatar Sadie Powell2021-05-161-3/+12
| * Enable Doxygen XML generation.Gravatar Sadie Powell2021-05-161-1/+1
| * Create the runtime directory at install time if it does not exist.Gravatar Sadie Powell2021-05-141-0/+2
* | Remove the empty handler for linking stats from core_stats.Gravatar Sadie Powell2021-05-191-5/+0
* | Get rid of even more pointless copy/paste comments.Gravatar Sadie Powell2021-05-1920-419/+16
* | Kill the gecosban module which snuck back in during the merge.Gravatar Sadie Powell2021-05-191-71/+0
* | Remove bsd.mk; this file only existed for ease of v3 migration.Gravatar Sadie Powell2021-05-191-31/+0
* | Kill an outdated XXX comment in spanningtree.Gravatar Sadie Powell2021-05-191-3/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-1463-80/+148
|\|
| * Release v3.10.0. v3.10.0Gravatar Sadie Powell2021-05-142-2/+2
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-1466-72/+69
| * Fix an off by one error in various bitsets.Gravatar Sadie Powell2021-05-147-10/+12
| * Fix sending malformed pong messages in some cases.Gravatar Sadie Powell2021-05-142-4/+5
* | Refactor the DNSBL config storage class.Gravatar Sadie Powell2021-05-131-113/+143
* | Kill some useless comments.Gravatar Sadie Powell2021-05-1350-104/+0
* | Make ServerConfig::{ApplyModules, Fill} private.Gravatar Sadie Powell2021-05-131-5/+4
* | Implement support for looking up SRV records in core_dns.Gravatar Sadie Powell2021-05-112-1/+41
* | Improve DNS exception messages slightly.Gravatar Sadie Powell2021-05-111-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-1174-601/+132
|\|
| * Send ERR_BADCHANMASK when trying to OJOIN/SAJOIN an invalid channel.Gravatar Sadie Powell2021-05-082-2/+2
| * Fix the Ubuntu package name for ssl_gnutls.Gravatar Sadie Powell2021-05-071-1/+1
| * Switch from the Ubuntu 16.04 image to the 18.04 Ubuntu image.•••The Argon2 PPA is broken again and I don't want to deal with the stress of working out why. The 16.04 image is EOL soon (see actions/virtual-environments/#1084) so switching off it is just easier. Gravatar Sadie Powell2021-05-072-3/+3
| * Send 400 Bad Request if a WebSocket client doesn't send an origin.Gravatar Sadie Powell2021-05-071-0/+5
| * Only vendor the bits of utfcpp that we actually use.Gravatar Sadie Powell2021-05-058-475/+6
| * Remove the v2 doc links from the issue templates.Gravatar Sadie Powell2021-05-042-8/+2
| * core_dns: skip unknown resource record typesGravatar Adam2021-05-041-0/+6
| * Skip clients on ulined servers in SSLINFO <#chan>.Gravatar Sadie Powell2021-05-031-1/+4
| * Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-2756-112/+111
* | Optimise building the link data string.Gravatar Sadie Powell2021-05-111-18/+6
* | Fix building the link data string.Gravatar Sadie Powell2021-05-112-3/+3
* | Use CompareLinkData for comparing v4 link data & make errors cleaner.Gravatar Sadie Powell2021-05-111-16/+123
* | Extract percent encoding logic from spanningtree to inspstring.Gravatar Sadie Powell2021-05-103-15/+107
* | Refactor the hex encoding function.Gravatar Sadie Powell2021-05-107-29/+49
* | Refactor the Base64 encoding and decoding functions.Gravatar Sadie Powell2021-05-108-67/+111
* | Use the contents of the link data map when using the 1206 protocol.•••Still to do: - Extract URL encoding to inspstring. - Use CompareLinkData when using the 1206 protocol. - Show friendlier messages when a link compatibility is encountered. Gravatar Sadie Powell2021-05-105-15/+85