aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't call events provided by dying or dead modules.Gravatar Sadie Powell2020-12-181-14/+23
* Add a typedef for the data provider map.Gravatar Sadie Powell2020-12-041-1/+2
* Improve the logging of service adding/deleting.Gravatar Sadie Powell2020-12-041-0/+3
* Silence a harmless warning in newer versions of GCC.Gravatar Sadie Powell2020-11-121-2/+4
* Release v3.8.0. v3.8.0Gravatar Sadie Powell2020-10-301-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-10-301-1/+1
* Don't kill cloaking users when hash/md5 is missing.Gravatar Sadie Powell2020-10-271-1/+1
* Fix the behaviour of multi-value PING and PONG messages.Gravatar Sadie Powell2020-10-261-1/+4
* Recheck users for xlines when their real hostname changes.Gravatar Sadie Powell2020-10-061-17/+79
* Check that the values specified in <limits> are reasonable.Gravatar Sadie Powell2020-09-301-2/+2
* Make shun block client-only tags by default.Gravatar Sadie Powell2020-09-271-0/+1
* Silence some copy warnings on C++11 compilers.Gravatar Sadie Powell2020-08-011-0/+20
* Release v3.7.0. v3.7.0Gravatar Sadie Powell2020-07-301-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-07-301-0/+1
* Make the ERR_CANNOTSENDTOCHAN extban message less misleading.Gravatar Sadie Powell2020-07-301-1/+1
* Fix secure websocket users not being seen as secure.•••Since a TLS (SSL) module will always be the last IOHook attached to a socket, IsSSL() needs to ignore any Middle IOHooks that may also be attached. Gravatar Matt Schatz2020-07-272-3/+9
* Add a config option that forces bots to use NOTICEs.Gravatar Sadie Powell2020-07-071-1/+1
* ModResult is a class now.Gravatar Sadie Powell2020-05-222-4/+2
* Document ModResult and switch the underlying type to char.Gravatar Sadie Powell2020-05-211-21/+51
* Update copyright headers.Gravatar InspIRCd Robot2020-04-2419-18/+22