| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix some minor Doxygen issues. | 2023-05-16 | 1 | -2/+2 | |
| | | |||||
| * | Update copyright headers. | 2023-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Add client cert activation/expiration times to the ssl_cert class. | 2023-03-01 | 1 | -1/+26 | |
| | | |||||
| * | Switch to the IRCv3 standard-replies cap. | 2023-02-13 | 1 | -2/+2 | |
| | | | | | | Nothing is using this so far so I'm not counting it as a breaking change. | ||||
| * | Silence a Valgrind warning in SSLIOHook. | 2023-01-05 | 1 | -0/+1 | |
| | | | | | Closes #2011. | ||||
| * | Update copyright headers. | 2022-12-30 | 5 | -7/+4 | |
| | | |||||
| * | Fix building with the Intel C++ compiler. | 2022-12-10 | 1 | -2/+6 | |
| | | | | | | | - Fix adding -Wshadow in the compiler flags twice. - Detect the new Clang-based Intel compiler as well as the old one. - Silence some deprecation warnings using Intel syntax. | ||||
| * | Add a workaround for the replies API not working with a cap reference. | 2022-11-24 | 1 | -0/+47 | |
| | | | | | | | | A Cap::Reference can not be cast to a Cap::Capability& because it may not be available and that would create a null reference. In v4 we can change the API to take a Cap::Capability* but for now this is the best we can do. | ||||
| * | Add support for the IRCv3 extended-monitor specification. | 2022-11-02 | 1 | -0/+92 | |
| | | | | Co-authored-by: Sadie Powell <sadie@witchery.services> | ||||
| * | Fix an unintentional string copy in the geolocation API. | 2022-10-18 | 1 | -2/+2 | |
| | | |||||
| * | Allow modules to control the visible channel in a WHO request. | 2022-10-12 | 1 | -1/+21 | |
| | | |||||
| * | Add the matched channel to the WHO request data. | 2022-10-12 | 1 | -0/+4 | |
| | | |||||
| * | Fix saving the database identifier in SQL::Provider. | 2022-10-07 | 1 | -0/+1 | |
| | | |||||
| * | Update copyright headers. | 2022-04-28 | 7 | -7/+7 | |
| | | |||||
| * | Fix doxygen to include the public module header files. | 2022-04-17 | 2 | -1/+2 | |
| | | |||||
| * | Expose the invite announcement level to modules. | 2022-04-07 | 1 | -0/+20 | |
| | | |||||
| * | Allow modules to handle WHO matching. | 2022-03-25 | 1 | -0/+20 | |
| | | |||||
| * | Fix a compiler warning on Windows. | 2022-03-19 | 1 | -1/+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 | |
| | | |||||
| * | 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 | |
| | | |||||
