aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Send an account id tag when account-tag & message-tags are enabled.Gravatar Sadie Powell2021-12-282-0/+8
* If a user has a unique username then include it in bans.Gravatar Sadie Powell2021-12-141-0/+3
* Sync uniqueusername from the connect class to the user.•••This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. Gravatar Sadie Powell2021-12-141-0/+3
* Add the <connect:uniqueusername> option.Gravatar Sadie Powell2021-11-231-0/+3
* Document ConnectClass and reorder it to avoid unnecessary padding.Gravatar Sadie Powell2021-11-162-68/+55
* Fix TokenList not initializing permissive to false on creation.Gravatar Sadie Powell2021-11-101-0/+5
* Add Server::GetPublicName(), fix not respecting <security:hideserver>.Gravatar Sadie Powell2021-10-252-2/+5
* Move the ParseStack constructor out of the header.Gravatar Sadie Powell2021-09-301-32/+1
* 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
* Use the network name as the description when hideserver is enabled.Gravatar Sadie Powell2021-09-041-1/+1
* Release v3.11.0. v3.11.0Gravatar Sadie Powell2021-08-271-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2021-08-273-3/+2
* 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
* Deduplicate all whois numerics to the whois module header.Gravatar Sadie Powell2021-07-052-6/+18
* Fix some "targ" usages which were missed in the earlier commit.Gravatar Sadie Powell2021-07-032-6/+10
* Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-219-22/+22
* 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
* 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
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-2716-41/+41
* Fix SendNoticeInternal not having a NULL command variant.Gravatar Sadie Powell2021-04-271-1/+4
* Add support for per-DNSBL timeouts.•••This should fix the issue of some DNSBLs being slower than others. Gravatar Sadie Powell2021-03-311-2/+2
* Fix various documentation comments.Gravatar Sadie Powell2021-03-3110-24/+17
* Add support for matching multiple hosts in <connect:{allow,deny}>.Gravatar Sadie Powell2021-03-301-4/+7
* Add support for sending a standard reply with no command name.Gravatar Sadie Powell2021-03-111-5/+20
* Add a subclass of IOHookProvider for SSL modules.Gravatar Sadie Powell2021-03-091-0/+10
* Fix a bunch of really obvious unnecessary includes.Gravatar Sadie Powell2021-03-0512-31/+6
* Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.•••Just because they happen to look the same doesn't mean that they actually are. Gravatar Sadie Powell2021-03-052-3/+2
* Update copyright headers.Gravatar InspIRCd Robot2021-03-0519-28/+30
* Fix not being able to colour format output to stderr on Windows.Gravatar Sadie Powell2021-03-031-10/+41
* Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed.•••Closes #1850. Gravatar Sadie Powell2021-02-271-0/+10
* Release v3.9.0. v3.9.0Gravatar Sadie Powell2021-02-261-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2021-02-268-7/+8
* Implement support for multi-prefix on WHOIS.Gravatar Sadie Powell2021-02-251-0/+16
* Allow a statusmsg to have multiple statuses and pick the lowest.•••This is pretty much useless but other implementations support it so we have to also support it for compatibility. Gravatar Sadie Powell2021-02-251-0/+1
* Fix the numeric sent when a U-lined alias target is not online.Gravatar Sadie Powell2021-02-181-0/+1
* Fix using the TR1 headers on compilers that support C++17.Gravatar Sadie Powell2021-02-011-1/+1
* Add <dns:enabled>; allows disabling DNS lookups entirely.•••Ref: #1839. Gravatar Sadie Powell2021-01-191-0/+1
* Allow converting a Cap::Reference to a Cap::Capability*.Gravatar Sadie Powell2021-01-191-0/+6
* Add a new runtime directory and move the pid file to it.•••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. Gravatar Sadie Powell2021-01-181-0/+4
* Implement support for more XML and IRC colour code escapes.Gravatar Sadie Powell2021-01-071-2/+20
* Fix core message events not being fired.•••Third time lucky eh? Gravatar Sadie Powell2020-12-231-2/+2
* Send RPL_SAVENICK from irc2 when renaming a user to their UUID.Gravatar Sadie Powell2020-12-221-0/+1
* Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-205-15/+21
* Fix an inverted condition in the previous commit.Gravatar Sadie Powell2020-12-201-2/+2