| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v3.12.0. v3.12.0 | 2021-12-31 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2021-12-30 | 7 | -6/+7 | |
| | | |||||
| * | Send an account id tag when account-tag & message-tags are enabled. | 2021-12-28 | 2 | -0/+8 | |
| | | |||||
| * | If a user has a unique username then include it in bans. | 2021-12-14 | 1 | -0/+3 | |
| | | |||||
| * | Sync uniqueusername from the connect class to the user. | 2021-12-14 | 1 | -0/+3 | |
| | | | | | | This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. | ||||
| * | Add the <connect:uniqueusername> option. | 2021-11-23 | 1 | -0/+3 | |
| | | |||||
| * | Document ConnectClass and reorder it to avoid unnecessary padding. | 2021-11-16 | 2 | -68/+55 | |
| | | |||||
| * | Fix TokenList not initializing permissive to false on creation. | 2021-11-10 | 1 | -0/+5 | |
| | | |||||
| * | Add Server::GetPublicName(), fix not respecting <security:hideserver>. | 2021-10-25 | 2 | -2/+5 | |
| | | |||||
| * | Move the ParseStack constructor out of the header. | 2021-09-30 | 1 | -32/+1 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Use the network name as the description when hideserver is enabled. | 2021-09-04 | 1 | -1/+1 | |
| | | |||||
| * | Release v3.11.0. v3.11.0 | 2021-08-27 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2021-08-27 | 3 | -3/+2 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 2 | -6/+18 | |
| | | |||||
| * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 2 | -6/+10 | |
| | | |||||
| * | Fix various spelling issues (#1883). | 2021-06-21 | 9 | -22/+22 | |
| | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | 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 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 16 | -41/+41 | |
| | | |||||
| * | Fix SendNoticeInternal not having a NULL command variant. | 2021-04-27 | 1 | -1/+4 | |
| | | |||||
| * | Add support for per-DNSBL timeouts. | 2021-03-31 | 1 | -2/+2 | |
| | | | | | This should fix the issue of some DNSBLs being slower than others. | ||||
| * | Fix various documentation comments. | 2021-03-31 | 10 | -24/+17 | |
| | | |||||
| * | Add support for matching multiple hosts in <connect:{allow,deny}>. | 2021-03-30 | 1 | -4/+7 | |
| | | |||||
| * | Add support for sending a standard reply with no command name. | 2021-03-11 | 1 | -5/+20 | |
| | | |||||
| * | Add a subclass of IOHookProvider for SSL modules. | 2021-03-09 | 1 | -0/+10 | |
| | | |||||
| * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 12 | -31/+6 | |
| | | |||||
| * | Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs. | 2021-03-05 | 2 | -3/+2 | |
| | | | | | | Just because they happen to look the same doesn't mean that they actually are. | ||||
| * | Update copyright headers. | 2021-03-05 | 19 | -28/+30 | |
| | | |||||
| * | Fix not being able to colour format output to stderr on Windows. | 2021-03-03 | 1 | -10/+41 | |
| | | |||||
| * | Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed. | 2021-02-27 | 1 | -0/+10 | |
| | | | | | Closes #1850. | ||||
| * | Release v3.9.0. v3.9.0 | 2021-02-26 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2021-02-26 | 8 | -7/+8 | |
| | | |||||
| * | Implement support for multi-prefix on WHOIS. | 2021-02-25 | 1 | -0/+16 | |
| | | |||||
| * | Allow a statusmsg to have multiple statuses and pick the lowest. | 2021-02-25 | 1 | -0/+1 | |
| | | | | | | This is pretty much useless but other implementations support it so we have to also support it for compatibility. | ||||
| * | Fix the numeric sent when a U-lined alias target is not online. | 2021-02-18 | 1 | -0/+1 | |
| | | |||||
| * | Fix using the TR1 headers on compilers that support C++17. | 2021-02-01 | 1 | -1/+1 | |
| | | |||||
| * | Add <dns:enabled>; allows disabling DNS lookups entirely. | 2021-01-19 | 1 | -0/+1 | |
| | | | | | Ref: #1839. | ||||
| * | Allow converting a Cap::Reference to a Cap::Capability*. | 2021-01-19 | 1 | -0/+6 | |
| | | |||||
| * | Add a new runtime directory and move the pid file to it. | 2021-01-18 | 1 | -0/+4 | |
| | | | | | | | | The data directory is intended for persistent files whereas the pid file is ephemeral. This distinction doesn't matter by default but on system-wide installs ephemeral runtime files go in /var/run or /run instead. | ||||
| * | Implement support for more XML and IRC colour code escapes. | 2021-01-07 | 1 | -2/+20 | |
| | | |||||
| * | Fix core message events not being fired. | 2020-12-23 | 1 | -2/+2 | |
| | | | | | Third time lucky eh? | ||||
| * | Send RPL_SAVENICK from irc2 when renaming a user to their UUID. | 2020-12-22 | 1 | -0/+1 | |
| | | |||||
