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
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add an initializer_list constructor to the flat types.
Sadie Powell
2021-04-14
2
-19
/
+45
*
|
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
*
|
Rename the cgiirc module to gateway.
Sadie Powell
2021-04-11
1
-2
/
+1
*
|
Replace interfacebase with deleted operator new.
Sadie Powell
2021-04-09
2
-15
/
+3
*
|
Migrate IOHookProvider from reference<> to std::shared_ptr<>.
Sadie Powell
2021-04-09
2
-5
/
+7
*
|
Remove usecountbase from ExtensionItem and refer to using pointers.
•••
At one point (1.2?) this was actually useful but nowadays its not.
Sadie Powell
2021-04-09
1
-5
/
+4
*
|
Use string_view in IsCTCP.
Sadie Powell
2021-04-08
3
-2
/
+40
*
|
Take a string_view in irc::equals.
Sadie Powell
2021-04-08
2
-1
/
+2
*
|
Refer to encryption as TLS instead of SSL in all messages.
Sadie Powell
2021-04-08
2
-22
/
+22
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
7
-31
/
+37
*
|
Constify their_param in ResolveModeConflict.
•••
There's no reason for this to be mutable.
Sadie Powell
2021-04-06
1
-1
/
+1
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
26
-100
/
+58
*
|
Remove the unused ExitCodes array.
Sadie Powell
2021-04-02
1
-5
/
+0
*
|
Add support for syncing metadata set on memberships.
•••
No compat logic is required here as existing servers will just drop the unknown METADATA message when they can't find the target.
Sadie Powell
2021-04-01
1
-0
/
+7
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-31
10
-26
/
+19
|
\
|
|
*
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
10
-24
/
+17
*
|
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
2
-4
/
+4
*
|
Fix the setter and set time of list modes being lost on netburst.
•••
Closes #1812.
Sadie Powell
2021-03-30
1
-3
/
+22
*
|
Convert various mode methods to take Mode::Change.
•••
- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode
Sadie Powell
2021-03-30
4
-11
/
+11
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-30
1
-7
/
+10
|
\
|
|
*
Add support for matching multiple hosts in <connect:{allow,deny}>.
Sadie Powell
2021-03-30
1
-4
/
+7
*
|
Add a subclass of ExtensionItem exclusively for booleans.
Sadie Powell
2021-03-17
1
-0
/
+56
*
|
Implement support for automatically syncing extension items.
Sadie Powell
2021-03-17
1
-6
/
+18
*
|
Mark {From,To}{Human,Internal,Network} as noexcept.
Sadie Powell
2021-03-17
2
-16
/
+16
*
|
Add a forwarding overload of SimpleExtItem#Set.
Sadie Powell
2021-03-17
1
-6
/
+5
*
|
Pascalize Unset in extension item classes.
Sadie Powell
2021-03-17
2
-3
/
+3
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
2
-4
/
+4
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
4
-7
/
+7
*
|
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
10
-28
/
+6
|
\
|
|
*
Fix a bunch of really obvious unnecessary includes.
Sadie Powell
2021-03-05
12
-31
/
+6
|
*
Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.
•••
Just because they happen to look the same doesn't mean that they actually are.
Sadie Powell
2021-03-05
2
-3
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
19
-38
/
+71
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
19
-28
/
+30
|
*
Fix not being able to colour format output to stderr on Windows.
Sadie Powell
2021-03-03
1
-10
/
+41
*
|
Refactor classbase/CullResult into Cullable/Cullable::Result.
Sadie Powell
2021-03-02
16
-52
/
+53
*
|
Move aligned_storage to the utility directory and clean up.
Sadie Powell
2021-03-02
2
-13
/
+12
*
|
Move iterator_range to the utility directory and renamespace.
Sadie Powell
2021-03-02
3
-4
/
+5
*
|
Replace manual copy prevention with the insp::uncopiable class.
Sadie Powell
2021-03-02
2
-14
/
+49
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
10
-9
/
+38
|
\
|
|
*
Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed.
•••
Closes #1850.
Sadie Powell
2021-02-27
1
-0
/
+10
|
*
Release v3.9.0.
v3.9.0
Sadie Powell
2021-02-26
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
8
-7
/
+8
|
*
Implement support for multi-prefix on WHOIS.
Sadie Powell
2021-02-25
1
-0
/
+16
[prev]
[next]