| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-03-27 | 1 | -0/+20 | |
| |\ | |||||
| | * | Allow modules to handle WHO matching. | 2022-03-25 | 1 | -0/+20 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-03-19 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a compiler warning on Windows. | 2022-03-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 2 | -2/+1 | |
| |\| | |||||
| | * | Make the accessor methods in ssl_cert const. | 2022-02-14 | 1 | -11/+11 | |
| | | | |||||
| | * | Squash an unnecessary string copy in SQL::Error. | 2022-02-05 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove duplicate includes from module headers. | 2022-01-25 | 19 | -43/+0 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 29 | -116/+116 | |
| | | | |||||
| * | | Add constexpr to the initialisation of various const static fields. | 2022-01-18 | 2 | -4/+4 | |
| | | | |||||
| * | | Add ConnectClass::Ptr as an alias for std::shared_ptr<ConnectClass>. | 2022-01-16 | 1 | -1/+1 | |
| | | | |||||
| * | | Make 005 dependent on the connect class. | 2022-01-16 | 1 | -1/+2 | |
| | | | |||||
| * | | Refactor CoreException and ModuleException. | 2022-01-07 | 3 | -12/+20 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 2 | -2/+10 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 2 | -2/+2 | |
| | | | |||||
| | * | Send an account id tag when account-tag & message-tags are enabled. | 2021-12-28 | 2 | -0/+8 | |
| | | | |||||
| * | | Move RPL_STATS to the stats header. | 2021-12-24 | 1 | -0/+6 | |
| | | | |||||
| * | | Add a quick method for adding a generic RPL_STATS row. | 2021-12-24 | 1 | -0/+12 | |
| | | | |||||
| * | | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 23 | -61/+104 | |
| | | | |||||
| * | | Mark Regex::Engine::Create{Human,} as const. | 2021-12-16 | 1 | -4/+4 | |
| | | | |||||
| * | | Make upper case regex flags remove the flag if previously set. | 2021-12-16 | 1 | -0/+3 | |
| | | | |||||
| * | | Replace some references to ssl with tls. | 2021-12-08 | 1 | -5/+5 | |
| | | | |||||
| * | | Remove unused time_t field from the timer system. | 2021-11-05 | 1 | -1/+1 | |
| | | | | | | | | | | | This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | ||||
| * | | 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 | 1 | -0/+19 | |
| |\| | |||||
| | * | 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 | 1 | -0/+19 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 2 | -2/+0 | |
| | | | |||||
| * | | Send RPL_WHOISACTUALLY instead of RPL_WHOISHOST (#1923) | 2021-08-15 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Merge branch 'insp3' into master. | 2021-08-01 | 1 | -1/+5 | |
| |\| | |||||
| | * | Allow retrieving the already sent id from WriteNeighborsWithCap. | 2021-07-24 | 1 | -1/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-17 | 1 | -3/+18 | |
| |\| | |||||
| | * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 1 | -3/+18 | |
| | | | |||||
| * | | Allow toggling a capability from a Cap::Reference. | 2021-07-16 | 1 | -0/+11 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-04 | 1 | -3/+3 | |
| |\| | |||||
| | * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 1 | -3/+3 | |
| | | | |||||
| * | | Fix WHOIS numerics not including the source of the message. | 2021-07-01 | 1 | -0/+1 | |
| | | | | | | | | | Regression introduced in commit 0fab6438. | ||||
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 2 | -2/+2 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883). | 2021-06-21 | 2 | -2/+2 | |
| | | | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 6 | -8/+10 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 6 | -6/+6 | |
| | | | |||||
| | * | Fix an off by one error in various bitsets. | 2021-05-14 | 1 | -2/+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 | 4 | -6/+6 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 4 | -9/+9 | |
| | | | |||||
| * | | Refactor the hex encoding function. | 2021-05-10 | 1 | -1/+1 | |
| | | | |||||
