index
:
~steering
/
inspircd++.git
this commit
main
upstream/HEAD
upstream/insp10
upstream/insp11
upstream/insp12
upstream/insp20
upstream/insp3
upstream/insp4
upstream/master
upstream/obsolete/insp21
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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Move extensible code from base.cpp to extensible.cpp and cleanup.
Sadie Powell
2021-03-17
2
-147
/
+140
*
|
Mark {From,To}{Human,Internal,Network} as noexcept.
Sadie Powell
2021-03-17
13
-38
/
+38
*
|
Add a forwarding overload of SimpleExtItem#Set.
Sadie Powell
2021-03-17
8
-8
/
+8
*
|
Pascalize Unset in extension item classes.
Sadie Powell
2021-03-17
25
-45
/
+45
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
35
-74
/
+74
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
50
-133
/
+133
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-17
3
-7
/
+87
|
\
|
|
*
Default <permchannelsdb:listmodes> to on.
Sadie Powell
2021-03-14
1
-1
/
+1
|
*
Implement support for saving filters.
Sadie Powell
2021-03-14
1
-2
/
+83
|
*
Treat an empty bool/duration/int/uint config field as undefined.
Sadie Powell
2021-03-14
1
-4
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-10
11
-24
/
+63
|
\
|
|
*
Rename `<bind:ssl>` to `<bind:sslprofile>`.
Sadie Powell
2021-03-10
5
-6
/
+7
|
*
Rename `<link:ssl>` to `<link:sslprofile>`.
Sadie Powell
2021-03-10
1
-1
/
+1
|
*
Fix the cloaking module on C++98 compilers.
Sadie Powell
2021-03-10
1
-1
/
+1
|
*
Add a human-readable version of the cloak list.
Sadie Powell
2021-03-09
1
-4
/
+16
|
*
Space-delimit the human readable callerid extensible data.
Sadie Powell
2021-03-09
1
-2
/
+4
|
*
Add a subclass of IOHookProvider for SSL modules.
Sadie Powell
2021-03-09
3
-6
/
+6
|
*
Fix the `STATS p` output being ambiguous.
•••
- Add the middle I/O hook to the stats output. - Make it obvious what the various fields actually are.
Sadie Powell
2021-03-08
1
-2
/
+13
|
*
Fix not always incrementing the DNSBL stats.
Sadie Powell
2021-03-06
1
-5
/
+18
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
3
-27
/
+12
|
\
|
|
*
Fix a bunch of really obvious unnecessary includes.
Sadie Powell
2021-03-05
3
-4
/
+2
|
*
Remove some todo comments which are outdated or misleading.
Sadie Powell
2021-03-05
1
-1
/
+0
|
*
Fix weird typemask logic in the connect class reader.
Sadie Powell
2021-03-05
1
-24
/
+12
*
|
Remove unnecessary prefix from socketengine source files.
Sadie Powell
2021-03-05
4
-0
/
+0
*
|
Implement support for other SHA2 hash types.
Sadie Powell
2021-03-05
2
-21
/
+22
*
|
Rename gecosban to realnameban.
Sadie Powell
2021-03-05
3
-3
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
99
-138
/
+139
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
100
-113
/
+128
|
*
Fix not being able to colour format output to stderr on Windows.
Sadie Powell
2021-03-03
1
-19
/
+5
|
*
Fix using std::cout instead of errstr when a port fails to bind.
Sadie Powell
2021-03-02
1
-1
/
+1
|
*
Deduplicate checking the source for the users/auspex priv in WHO.
Sadie Powell
2021-03-02
1
-1
/
+2
|
*
Fix fuzzy matching in core_who.
•••
Previously this code would consider requests with fields but no flags as fuzzy. This is incorrect as users can make requests like: WHO Sadie %n Reported by @ilbelkyr.
Sadie Powell
2021-03-02
1
-3
/
+3
|
*
Fix sending Q-line notices to snomask `a` instead of snomask `x`.
Sadie Powell
2021-03-01
1
-1
/
+1
*
|
Refactor classbase/CullResult into Cullable/Cullable::Result.
Sadie Powell
2021-03-02
22
-86
/
+91
*
|
Move iterator_range to the utility directory and renamespace.
Sadie Powell
2021-03-02
6
-10
/
+10
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
50
-156
/
+293
|
\
|
|
*
Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed.
•••
Closes #1850.
Sadie Powell
2021-02-27
1
-0
/
+11
|
*
Release v3.9.0.
v3.9.0
Sadie Powell
2021-02-26
1
-1
/
+1
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
48
-49
/
+52
|
*
Implement support for multi-prefix on WHOIS.
Sadie Powell
2021-02-25
2
-16
/
+47
|
*
Allow a statusmsg to have multiple statuses and pick the lowest.
•••
This is pretty much useless but other implementations support it so we have to also support it for compatibility.
Sadie Powell
2021-02-25
2
-10
/
+32
|
*
Refactor OnUserPostMessage in the chanhistory module.
Sadie Powell
2021-02-24
1
-11
/
+13
|
*
Add snomask permissions to the oper check output.
Sadie Powell
2021-02-22
1
-0
/
+10
|
*
Add a human-readable serialiser to the geolocation extensible.
Sadie Powell
2021-02-22
1
-0
/
+6
|
*
Fix checking the wrong user in SERVLIST.
Sadie Powell
2021-02-21
1
-1
/
+1
|
*
Add a config option for exempting classes from connflood.
Sadie Powell
2021-02-21
1
-1
/
+12
|
*
Add a command to the cgiirc module for encoding/decoding hex idents.
Sadie Powell
2021-02-21
1
-37
/
+81
|
*
Rename the cmd variable to cmdwebirc in the cgiirc module.
Sadie Powell
2021-02-21
1
-12
/
+12
|
*
Fix the numeric sent when a U-lined alias target is not online.
Sadie Powell
2021-02-18
2
-7
/
+3
|
*
Fix the message sent when SSL profiles are rehashed.
Sadie Powell
2021-02-18
3
-3
/
+3
[prev]
[next]