| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2021-09-30 | 1 | -34/+1 | |
| |\ | |||||
| | * | Move the ParseStack constructor out of the header. | 2021-09-30 | 1 | -32/+1 | |
| * | | Add the regex_pcre2 module. | 2021-09-26 | 1 | -1/+1 | |
| * | | Fix and optimise sending standard replies with variable parameters. | 2021-09-23 | 1 | -29/+10 | |
| * | | Merge branch 'insp3' into master. | 2021-09-23 | 2 | -0/+22 | |
| |\| | |||||
| | * | Use CXX11_OVERRIDE instead of the override keyword. | 2021-09-22 | 1 | -1/+1 | |
| | * | Add an API for checking if I/O hooks are ready or not. | 2021-09-22 | 2 | -0/+22 | |
| * | | Merge branch 'insp3' into master. | 2021-09-16 | 1 | -1/+1 | |
| |\| | |||||
| | * | Use the network name as the description when hideserver is enabled. | 2021-09-04 | 1 | -1/+1 | |
| * | | Fix some places where U-line -> service was missed. | 2021-08-29 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 3 | -3/+2 | |
| |\| | |||||
| | * | Release v3.11.0. v3.11.0 | 2021-08-27 | 1 | -1/+1 | |
| | * | Update copyright headers. | 2021-08-27 | 3 | -3/+2 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 6 | -7/+0 | |
| * | | Add a detach method that takes an Implementation array. | 2021-08-17 | 1 | -0/+9 | |
| * | | Reorder some functions in the ModuleManager class. | 2021-08-17 | 1 | -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. | 2021-08-15 | 1 | -1/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-08-01 | 2 | -2/+6 | |
| |\| | |||||
| | * | Allow retrieving the already sent id from WriteNeighborsWithCap. | 2021-07-24 | 1 | -1/+5 | |
| | * | Change ForEachNeighbour to return the already sent id. | 2021-07-24 | 1 | -3/+4 | |
| * | | Clean up the routing code in the ctables header. | 2021-07-24 | 1 | -43/+58 | |
| * | | Merge branch 'insp3' into master. | 2021-07-17 | 2 | -6/+18 | |
| |\| | |||||
| | * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 2 | -6/+18 | |
| * | | Allow toggling a capability from a Cap::Reference. | 2021-07-16 | 1 | -0/+11 | |
| * | | Merge branch 'insp3' into master. | 2021-07-04 | 2 | -6/+10 | |
| |\| | |||||
| | * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 2 | -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. | 2021-07-03 | 1 | -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. | 2021-07-03 | 1 | -8/+0 | |
| * | | Fix module events not being fired correctly.•••Regression introduced in commit ba3dd9ce. Closes #1912. | 2021-07-01 | 1 | -2/+2 | |
| * | | Fix WHOIS numerics not including the source of the message.•••Regression introduced in commit 0fab6438. | 2021-07-01 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 9 | -22/+22 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 9 | -22/+22 | |
| * | | Merge branch 'insp3' into master. | 2021-06-18 | 2 | -1/+15 | |
| |\| | |||||
| | * | Fix xline matching on WebIRC connections. | 2021-06-17 | 1 | -2/+9 | |
| | * | Add predefined config variables for the build time directories. | 2021-06-13 | 1 | -0/+7 | |
| * | | Fix MSVC compatibility issues. | 2021-06-07 | 4 | -4/+19 | |
| * | | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | 2021-06-01 | 1 | -4/+4 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 12 | -52/+52 | |
| * | | Fire OnUserPreJoin regardless of whether the join is an override. | 2021-05-23 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 14 | -20/+19 | |
| |\| | |||||
| | * | Release v3.10.0. v3.10.0 | 2021-05-14 | 1 | -1/+1 | |
| | * | Update copyright headers. | 2021-05-14 | 15 | -15/+14 | |
| | * | Fix an off by one error in various bitsets. | 2021-05-14 | 1 | -2/+4 | |
| | * | Fix sending malformed pong messages in some cases. | 2021-05-14 | 1 | -3/+4 | |
| * | | Make ServerConfig::{ApplyModules, Fill} private. | 2021-05-13 | 1 | -5/+4 | |
| * | | Implement support for looking up SRV records in core_dns. | 2021-05-11 | 1 | -1/+15 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 17 | -35/+35 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 16 | -41/+41 | |
| * | | Extract percent encoding logic from spanningtree to inspstring. | 2021-05-10 | 1 | -0/+43 | |
| * | | Refactor the hex encoding function. | 2021-05-10 | 2 | -14/+27 | |
