aboutsummaryrefslogtreecommitdiff
path: root/include/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix some minor Doxygen issues.Gravatar Sadie Powell2023-05-161-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2023-04-281-1/+1
* Add client cert activation/expiration times to the ssl_cert class.Gravatar Sadie Powell2023-03-011-1/+26
* Switch to the IRCv3 standard-replies cap.•••Nothing is using this so far so I'm not counting it as a breaking change. Gravatar Sadie Powell2023-02-131-2/+2
* Silence a Valgrind warning in SSLIOHook.•••Closes #2011. Gravatar Sadie Powell2023-01-051-0/+1
* Update copyright headers.Gravatar InspIRCd Robot2022-12-305-7/+4
* Fix building with the Intel C++ compiler.•••- 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. Gravatar Sadie Powell2022-12-101-2/+6
* Add a workaround for the replies API not working with a cap reference.•••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. Gravatar Sadie Powell2022-11-241-0/+47
* Add support for the IRCv3 extended-monitor specification.•••Co-authored-by: Sadie Powell <sadie@witchery.services>Gravatar delthas2022-11-021-0/+92
* Fix an unintentional string copy in the geolocation API.Gravatar Sadie Powell2022-10-181-2/+2
* Allow modules to control the visible channel in a WHO request.Gravatar Sadie Powell2022-10-121-1/+21
* Add the matched channel to the WHO request data.Gravatar Sadie Powell2022-10-121-0/+4
* Fix saving the database identifier in SQL::Provider.Gravatar Sadie Powell2022-10-071-0/+1
* Update copyright headers.Gravatar InspIRCd Robot2022-04-287-7/+7
* Fix doxygen to include the public module header files.Gravatar Sadie Powell2022-04-172-1/+2
* Expose the invite announcement level to modules.Gravatar Sadie Powell2022-04-071-0/+20
* Allow modules to handle WHO matching.Gravatar Sadie Powell2022-03-251-0/+20
* Fix a compiler warning on Windows.Gravatar Sadie Powell2022-03-191-1/+1
* Make the accessor methods in ssl_cert const.Gravatar Sadie Powell2022-02-141-11/+11
* Squash an unnecessary string copy in SQL::Error.Gravatar Sadie Powell2022-02-051-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2021-12-302-2/+2
* Send an account id tag when account-tag & message-tags are enabled.Gravatar Sadie Powell2021-12-282-0/+8
* 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-221-0/+19
* Update copyright headers.Gravatar InspIRCd Robot2021-08-271-1/+1
* Allow retrieving the already sent id from WriteNeighborsWithCap.Gravatar Sadie Powell2021-07-241-1/+5
* Deduplicate all whois numerics to the whois module header.Gravatar Sadie Powell2021-07-051-3/+18
* Fix some "targ" usages which were missed in the earlier commit.Gravatar Sadie Powell2021-07-031-3/+3
* Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-212-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2021-05-146-6/+6
* Fix an off by one error in various bitsets.Gravatar Sadie Powell2021-05-141-2/+4
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-274-9/+9
* 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-314-10/+10
* 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-051-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2021-02-263-2/+3
* Implement support for multi-prefix on WHOIS.Gravatar Sadie Powell2021-02-251-0/+16
* 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
* Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-202-7/+7
* 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-271-3/+4
* Update copyright headers.Gravatar InspIRCd Robot2020-04-243-2/+3
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-212-3/+3
* Update user-facing text and comments of SSL to TLS.Gravatar Matt Schatz2020-04-141-20/+20
* Add the inspircd.org/standard-replies capability.Gravatar Sadie Powell2020-04-131-0/+12
* Add support for sending a standard reply with no command name.Gravatar Sadie Powell2020-04-021-1/+4
* Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-1/+1