index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2022-04-28
7
-7
/
+7
*
Fix doxygen to include the public module header files.
Sadie Powell
2022-04-17
2
-1
/
+2
*
Expose the invite announcement level to modules.
Sadie Powell
2022-04-07
1
-0
/
+20
*
Allow modules to handle WHO matching.
Sadie Powell
2022-03-25
1
-0
/
+20
*
Fix a compiler warning on Windows.
Sadie Powell
2022-03-19
1
-1
/
+1
*
Make the accessor methods in ssl_cert const.
Sadie Powell
2022-02-14
1
-11
/
+11
*
Squash an unnecessary string copy in SQL::Error.
Sadie Powell
2022-02-05
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2021-12-30
2
-2
/
+2
*
Send an account id tag when account-tag & message-tags are enabled.
Sadie Powell
2021-12-28
2
-0
/
+8
*
Use CXX11_OVERRIDE instead of the override keyword.
Sadie Powell
2021-09-22
1
-1
/
+1
*
Add an API for checking if I/O hooks are ready or not.
Sadie Powell
2021-09-22
1
-0
/
+19
*
Update copyright headers.
InspIRCd Robot
2021-08-27
1
-1
/
+1
*
Allow retrieving the already sent id from WriteNeighborsWithCap.
Sadie Powell
2021-07-24
1
-1
/
+5
*
Deduplicate all whois numerics to the whois module header.
Sadie Powell
2021-07-05
1
-3
/
+18
*
Fix some "targ" usages which were missed in the earlier commit.
Sadie Powell
2021-07-03
1
-3
/
+3
*
Fix various spelling issues (#1883).
•••
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Josh Soref
2021-06-21
2
-2
/
+2
*
Update copyright headers.
InspIRCd Robot
2021-05-14
6
-6
/
+6
*
Fix an off by one error in various bitsets.
Sadie Powell
2021-05-14
1
-2
/
+4
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
4
-9
/
+9
*
Fix SendNoticeInternal not having a NULL command variant.
Sadie Powell
2021-04-27
1
-1
/
+4
*
Add support for per-DNSBL timeouts.
•••
This should fix the issue of some DNSBLs being slower than others.
Sadie Powell
2021-03-31
1
-2
/
+2
*
Fix various documentation comments.
Sadie Powell
2021-03-31
4
-10
/
+10
*
Add support for sending a standard reply with no command name.
Sadie Powell
2021-03-11
1
-5
/
+20
*
Add a subclass of IOHookProvider for SSL modules.
Sadie Powell
2021-03-09
1
-0
/
+10
*
Fix a bunch of really obvious unnecessary includes.
Sadie Powell
2021-03-05
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2021-02-26
3
-2
/
+3
*
Implement support for multi-prefix on WHOIS.
Sadie Powell
2021-02-25
1
-0
/
+16
*
Add <dns:enabled>; allows disabling DNS lookups entirely.
•••
Ref: #1839.
Sadie Powell
2021-01-19
1
-0
/
+1
*
Allow converting a Cap::Reference to a Cap::Capability*.
Sadie Powell
2021-01-19
1
-0
/
+6
*
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-12-20
2
-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.
Matt Schatz
2020-07-27
1
-3
/
+4
*
Update copyright headers.
InspIRCd Robot
2020-04-24
3
-2
/
+3
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
2
-3
/
+3
*
Update user-facing text and comments of SSL to TLS.
Matt Schatz
2020-04-14
1
-20
/
+20
*
Add the inspircd.org/standard-replies capability.
Sadie Powell
2020-04-13
1
-0
/
+12
*
Add support for sending a standard reply with no command name.
Sadie Powell
2020-04-02
1
-1
/
+4
*
Fix various documentation and formatting issues.
Sadie Powell
2020-03-30
1
-1
/
+1
*
Add a CapReference class for the message-tags capability.
Sadie Powell
2020-03-12
1
-0
/
+11
*
Allow modules to prevent a message from updating the idle time.
Sadie Powell
2020-03-05
1
-0
/
+4
*
Fix a copy/paste error in IRCv3::Replies::Reply.
Sadie Powell
2020-02-19
1
-5
/
+5
*
Add overloads of SendIfCap to the standard replies API.
Sadie Powell
2020-02-14
1
-1
/
+56
*
Initialise batchendmsg to NULL.
Sadie Powell
2020-02-06
1
-0
/
+1
*
Standard replies have been ratified.
Sadie Powell
2020-02-03
1
-4
/
+1
*
Update copyright headers.
InspIRCd Robot
2020-01-31
1
-1
/
+1
*
Use PushParam instead of PushParamRef in TagMessage#PushTarget.
•••
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.
Sadie Powell
2020-01-22
1
-1
/
+1
*
Fix a GCC shadowing warning.
Sadie Powell
2020-01-16
1
-2
/
+2
*
Fix STATUSMSG tag messages not including the status in the target.
Sadie Powell
2020-01-16
1
-4
/
+24
*
Update copyright headers.
InspIRCd Robot
2020-01-11
23
-24
/
+67
*
Update my name and email address.
Sadie Powell
2019-12-31
9
-9
/
+9
*
Add some overloads of IRCv3::Replies::Reply#Send.
Peter Powell
2019-11-25
1
-4
/
+82
[next]