aboutsummaryrefslogtreecommitdiff
path: root/include/modules
Commit message (Collapse)AuthorAgeFilesLines
* 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).Gravatar Josh Soref2021-06-212-2/+2
| | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* 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.Gravatar Sadie Powell2021-03-311-2/+2
| | | | This should fix the issue of some DNSBLs being slower than others.
* 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.Gravatar Sadie Powell2021-01-191-0/+1
| | | | Ref: #1839.
* 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.Gravatar Matt Schatz2020-07-271-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.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
|
* Add a CapReference class for the message-tags capability.Gravatar Sadie Powell2020-03-121-0/+11
|
* Allow modules to prevent a message from updating the idle time.Gravatar Sadie Powell2020-03-051-0/+4
|
* Fix a copy/paste error in IRCv3::Replies::Reply.Gravatar Sadie Powell2020-02-191-5/+5
|
* Add overloads of SendIfCap to the standard replies API.Gravatar Sadie Powell2020-02-141-1/+56
|
* Initialise batchendmsg to NULL.Gravatar Sadie Powell2020-02-061-0/+1
|
* Standard replies have been ratified.Gravatar Sadie Powell2020-02-031-4/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-311-1/+1
|
* Use PushParam instead of PushParamRef in TagMessage#PushTarget.Gravatar Sadie Powell2020-01-221-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.Gravatar Sadie Powell2020-01-161-2/+2
|
* Fix STATUSMSG tag messages not including the status in the target.Gravatar Sadie Powell2020-01-161-4/+24
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-1123-24/+67
|
* Update my name and email address.Gravatar Sadie Powell2019-12-319-9/+9
|
* Add some overloads of IRCv3::Replies::Reply#Send.Gravatar Peter Powell2019-11-251-4/+82
|