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
*
Fix WHOIS numerics not including the source of the message.
•••
Regression introduced in commit 0fab6438.
Sadie Powell
2021-07-01
1
-0
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2021-07-01
2
-2
/
+2
|
\
|
*
Fix various spelling issues (#1883).
•••
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Josh Soref
2021-06-21
2
-2
/
+2
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
6
-8
/
+10
|
\
|
|
*
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
*
|
Implement support for looking up SRV records in core_dns.
Sadie Powell
2021-05-11
1
-1
/
+15
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
4
-6
/
+6
|
\
|
|
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
4
-9
/
+9
*
|
Refactor the hex encoding function.
Sadie Powell
2021-05-10
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-04-27
1
-1
/
+4
|
\
|
|
*
Fix SendNoticeInternal not having a NULL command variant.
Sadie Powell
2021-04-27
1
-1
/
+4
*
|
Remove the SASL fallback event.
•••
Nothing has ever used this and we can do better than this.
Sadie Powell
2021-04-27
1
-36
/
+0
*
|
Move ssl_cert::GetMetaLine into the sslinfo module.
Sadie Powell
2021-04-12
1
-12
/
+0
*
|
Constify the members of ssl_cert.
Sadie Powell
2021-04-12
1
-10
/
+10
*
|
Migrate IOHookProvider from reference<> to std::shared_ptr<>.
Sadie Powell
2021-04-09
1
-1
/
+1
*
|
Refer to encryption as TLS instead of SSL in all messages.
Sadie Powell
2021-04-08
1
-21
/
+21
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
3
-10
/
+7
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
4
-6
/
+6
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-31
4
-12
/
+12
|
\
|
|
*
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
*
|
Convert SQL::Field to be a typedef of optional<string>.
Sadie Powell
2021-03-30
1
-34
/
+3
*
|
Use emplace_back where possible.
Sadie Powell
2021-03-30
1
-1
/
+1
*
|
Mark {From,To}{Human,Internal,Network} as noexcept.
Sadie Powell
2021-03-17
1
-3
/
+3
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-17
1
-2
/
+8
|
\
|
|
*
Add support for sending a standard reply with no command name.
Sadie Powell
2021-03-11
1
-5
/
+20
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-10
1
-0
/
+10
|
\
|
|
*
Add a subclass of IOHookProvider for SSL modules.
Sadie Powell
2021-03-09
1
-0
/
+10
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-1
/
+1
|
\
|
|
*
Fix a bunch of really obvious unnecessary includes.
Sadie Powell
2021-03-05
1
-1
/
+1
*
|
Refactor classbase/CullResult into Cullable/Cullable::Result.
Sadie Powell
2021-03-02
1
-4
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
3
-2
/
+19
|
\
|
|
*
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
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-01-29
2
-0
/
+7
|
\
|
|
*
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
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-12-21
2
-3
/
+3
|
\
|
|
*
Hide the server name/desc better when <options:hideserver> is set.
Sadie Powell
2020-12-20
2
-7
/
+7
*
|
Convert IRCv3::Replies::Reply#Send[IfCap] to variadic functions.
Sadie Powell
2020-11-12
1
-106
/
+6
*
|
Convert FOREACH_MOD_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
1
-2
/
+2
*
|
Convert FIRST_MOD_RESULT_CUSTOM to a variadic function.
Sadie Powell
2020-11-10
1
-3
/
+1
*
|
Clean up a bunch of contructors and destructors.
Sadie Powell
2020-11-01
2
-5
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-07-29
1
-3
/
+4
|
\
|
|
*
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
*
|
Add a method for creating a regex pattern with included flags.
Sadie Powell
2020-07-29
1
-0
/
+29
[next]