aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-301-34/+1
|\
| * Move the ParseStack constructor out of the header.Gravatar Sadie Powell2021-09-301-32/+1
* | Add the regex_pcre2 module.Gravatar Sadie Powell2021-09-261-1/+1
* | Fix and optimise sending standard replies with variable parameters.Gravatar Sadie Powell2021-09-231-29/+10
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-232-0/+22
|\|
| * Use CXX11_OVERRIDE instead of the override keyword.Gravatar Sadie Powell2021-09-221-1/+1
| * Add an API for checking if I/O hooks are ready or not.Gravatar Sadie Powell2021-09-222-0/+22
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-161-1/+1
|\|
| * Use the network name as the description when hideserver is enabled.Gravatar Sadie Powell2021-09-041-1/+1
* | Fix some places where U-line -> service was missed.Gravatar Sadie Powell2021-08-291-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-283-3/+2
|\|
| * Release v3.11.0. v3.11.0Gravatar Sadie Powell2021-08-271-1/+1
| * Update copyright headers.Gravatar InspIRCd Robot2021-08-273-3/+2
* | Remove a bunch of unnecessary whitespace.Gravatar Sadie Powell2021-08-176-7/+0
* | Add a detach method that takes an Implementation array.Gravatar Sadie Powell2021-08-171-0/+9
* | Reorder some functions in the ModuleManager class.Gravatar Sadie Powell2021-08-171-12/+12
* | Send RPL_WHOISACTUALLY instead of RPL_WHOISHOST (#1923)•••Unlike RPL_WHOISHOST, it contains the user@host and ip as separate parameters, instead of having them in the free-text parameter. To my knowledge, there are three different syntaxes for RPL_WHOISACTUALLY: 1. "<client> <nick> :is actually ..." (bahamut) 2. "<client> <nick> <host> :Is actually using host" (charybdis family) 3. "<client> <nick> <username>@<host> <ip> :Is actually using host" (ircu2, ergo, hybrid, ...) I chose the third one because it contains the most info, and is the most common one.Gravatar Val Lorentz2021-08-151-1/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-012-2/+6
|\|
| * Allow retrieving the already sent id from WriteNeighborsWithCap.Gravatar Sadie Powell2021-07-241-1/+5
| * Change ForEachNeighbour to return the already sent id.Gravatar Sadie Powell2021-07-241-3/+4
* | Clean up the routing code in the ctables header.Gravatar Sadie Powell2021-07-241-43/+58
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-172-6/+18
|\|
| * Deduplicate all whois numerics to the whois module header.Gravatar Sadie Powell2021-07-052-6/+18
* | Allow toggling a capability from a Cap::Reference.Gravatar Sadie Powell2021-07-161-0/+11
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-042-6/+10
|\|
| * Fix some "targ" usages which were missed in the earlier commit.Gravatar Sadie Powell2021-07-032-6/+10
* | Move ModeParser::BuildPrefixes to core_mode.•••Now we've dropped support for the 1202 protocol we don't need this in the core. Gravatar Sadie Powell2021-07-031-5/+0
* | Move ModeParser::GiveModeList to core_mode.•••Now we've dropped support for the 1202 protocol we don't need this in the core. Gravatar Sadie Powell2021-07-031-8/+0
* | Fix module events not being fired correctly.•••Regression introduced in commit ba3dd9ce. Closes #1912. Gravatar Sadie Powell2021-07-011-2/+2
* | Fix WHOIS numerics not including the source of the message.•••Regression introduced in commit 0fab6438. Gravatar Sadie Powell2021-07-011-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-019-22/+22
|\|
| * Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-219-22/+22
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-182-1/+15
|\|
| * Fix xline matching on WebIRC connections.Gravatar Sadie Powell2021-06-171-2/+9
| * Add predefined config variables for the build time directories.Gravatar Sadie Powell2021-06-131-0/+7
* | Fix MSVC compatibility issues.Gravatar Sadie Powell2021-06-074-4/+19
* | Rename Simple{Channel,User}ModeHandler to match other mode handlers.Gravatar Sadie Powell2021-06-011-4/+4
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-3012-52/+52
* | Fire OnUserPreJoin regardless of whether the join is an override.Gravatar Sadie Powell2021-05-231-1/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-1414-20/+19
|\|
| * Release v3.10.0. v3.10.0Gravatar Sadie Powell2021-05-141-1/+1
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-1415-15/+14
| * Fix an off by one error in various bitsets.Gravatar Sadie Powell2021-05-141-2/+4
| * Fix sending malformed pong messages in some cases.Gravatar Sadie Powell2021-05-141-3/+4
* | 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-111-1/+15
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-1117-35/+35
|\|
| * Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-2716-41/+41
* | Extract percent encoding logic from spanningtree to inspstring.Gravatar Sadie Powell2021-05-101-0/+43
* | Refactor the hex encoding function.Gravatar Sadie Powell2021-05-102-14/+27