| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | |||||
| * | Allow retrieving the already sent id from WriteNeighborsWithCap. | 2021-07-24 | 1 | -1/+5 | |
| | | |||||
| * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 1 | -3/+18 | |
| | | |||||
| * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 1 | -3/+3 | |
| | | |||||
| * | Fix various spelling issues (#1883). | 2021-06-21 | 2 | -2/+2 | |
| | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | Update copyright headers. | 2021-05-14 | 6 | -6/+6 | |
| | | |||||
| * | Fix an off by one error in various bitsets. | 2021-05-14 | 1 | -2/+4 | |
| | | |||||
| * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 4 | -9/+9 | |
| | | |||||
| * | 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 | 4 | -10/+10 | |
| | | |||||
| * | 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 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2021-02-26 | 3 | -2/+3 | |
| | | |||||
| * | Implement support for multi-prefix on WHOIS. | 2021-02-25 | 1 | -0/+16 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 2 | -7/+7 | |
| | | |||||
| * | Fix secure websocket users not being seen as secure. | 2020-07-27 | 1 | -3/+4 | |
| | | | | | | | 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. | ||||
| * | Update copyright headers. | 2020-04-24 | 3 | -2/+3 | |
| | | |||||
| * | Fixes by misspell-fixer | 2020-04-21 | 2 | -3/+3 | |
| | | |||||
| * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -20/+20 | |
| | | |||||
| * | Add the inspircd.org/standard-replies capability. | 2020-04-13 | 1 | -0/+12 | |
| | | |||||
| * | Add support for sending a standard reply with no command name. | 2020-04-02 | 1 | -1/+4 | |
| | | |||||
| * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+1 | |
| | | |||||
| * | Add a CapReference class for the message-tags capability. | 2020-03-12 | 1 | -0/+11 | |
| | | |||||
| * | Allow modules to prevent a message from updating the idle time. | 2020-03-05 | 1 | -0/+4 | |
| | | |||||
| * | Fix a copy/paste error in IRCv3::Replies::Reply. | 2020-02-19 | 1 | -5/+5 | |
| | | |||||
| * | Add overloads of SendIfCap to the standard replies API. | 2020-02-14 | 1 | -1/+56 | |
| | | |||||
| * | Initialise batchendmsg to NULL. | 2020-02-06 | 1 | -0/+1 | |
| | | |||||
| * | Standard replies have been ratified. | 2020-02-03 | 1 | -4/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| | | |||||
| * | Use PushParam instead of PushParamRef in TagMessage#PushTarget. | 2020-01-22 | 1 | -1/+1 | |
| | | | | | | | | This could be a temporary string so copy it instead of risking a crash and/or dumping the contents of memory into messages. This fixes a crash introduced last week. | ||||
| * | Fix a GCC shadowing warning. | 2020-01-16 | 1 | -2/+2 | |
| | | |||||
| * | Fix STATUSMSG tag messages not including the status in the target. | 2020-01-16 | 1 | -4/+24 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 23 | -24/+67 | |
| | | |||||
| * | Update my name and email address. | 2019-12-31 | 9 | -9/+9 | |
| | | |||||
| * | Add some overloads of IRCv3::Replies::Reply#Send. | 2019-11-25 | 1 | -4/+82 | |
| | | |||||
| * | Add GetId() to the SQL::Provider class. | 2019-11-13 | 1 | -1/+8 | |
| | | |||||
| * | Add GetTypeStr to the DNS API. | 2019-10-13 | 1 | -0/+1 | |
| | | |||||
| * | Add the OnServerBurst hook and fix the docs for OnServerLink. | 2019-09-23 | 1 | -2/+7 | |
| | | |||||
| * | Add whether the server split with an error to OnServerSplit. | 2019-09-23 | 1 | -4/+20 | |
| | | |||||
| * | Convert all core ExtensionItem code away from {un,}serialize. | 2019-08-07 | 2 | -4/+5 | |
| | | |||||
| * | Add support for the IRCv3 standard replies extension. | 2019-07-25 | 1 | -0/+135 | |
| | | | | | | This extension provides a framework for other extensions to send standard replies to clients as an alternative to numerics. | ||||
| * | Add the time tag on the server the message originates from. | 2019-07-22 | 1 | -0/+1 | |
| | | |||||
