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
...
|
*
Fix building the sha256 module on Haiku.
Sadie Powell
2021-06-19
1
-2
/
+13
|
*
Use RPL_WHOISCHANNELS instead of a raw numeric in hidechans.
Sadie Powell
2021-06-19
1
-1
/
+1
|
*
Fix unsetting timed bans with excessively long masks.
Sadie Powell
2021-06-18
1
-0
/
+13
|
*
Avoid unnecessarily looking up the ban mode.
•••
We already have a ChanModeReference for this there's no need to look it up again.
Sadie Powell
2021-06-18
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-18
7
-49
/
+76
|
\
|
|
*
Fix some inverted ignoreuntil values in the connectban module.
Sadie Powell
2021-06-18
1
-2
/
+2
|
*
Fix some weirdness with sign conversion and channel limits.
•••
Reported by jessicara.
Sadie Powell
2021-06-18
1
-3
/
+16
|
*
Add the bootwait and splitwait options to connectban.
Sadie Powell
2021-06-18
1
-3
/
+26
|
*
Fix joinflood overwriting the bootwait timer on split.
Sadie Powell
2021-06-18
1
-1
/
+1
|
*
Fix joinflood applying the bootwait timeout to rehashes.
Sadie Powell
2021-06-18
1
-2
/
+3
|
*
Fix xline matching on WebIRC connections.
Sadie Powell
2021-06-17
3
-2
/
+8
|
*
Clean up VerifyCertificate in the ssl_gnutls module.
Sadie Powell
2021-06-14
1
-39
/
+23
*
|
Import a greatly refactored version of the opmoderated module.
•••
Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>.
Sadie Powell
2021-06-17
1
-0
/
+90
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-13
16
-59
/
+46
|
\
|
|
*
Code refactor and minor fix (#1879)
Herman
2021-06-12
21
-83
/
+76
*
|
Fix undefined behaviour with converting a path to a string.
Sadie Powell
2021-06-10
2
-4
/
+11
*
|
Fix MSVC compatibility issues.
Sadie Powell
2021-06-07
4
-4
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-07
7
-3
/
+45
|
\
|
|
*
Migrate Windows builds to installing their dependencies via Conan.
Sadie Powell
2021-06-07
2
-2
/
+2
|
*
Broadcast the limits for list modes on server link.
•••
This allows services to not overflow the limit.
Sadie Powell
2021-06-04
4
-0
/
+27
|
*
Send the CHARSET token if using a non-ascii casemapping.
Sadie Powell
2021-06-02
1
-1
/
+13
*
|
Release v4.0.0 alpha 1.
v4.0.0a1
Sadie Powell
2021-06-01
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-01
1
-1
/
+1
|
\
|
|
*
Look up the SSL I/O hook properly in spanningtree.
•••
Fixes a regression introduced in commit 83bb6951fe.
Sadie Powell
2021-06-01
1
-1
/
+1
*
|
Demote the lockserv module to inspircd-contrib.
Sadie Powell
2021-06-01
1
-133
/
+0
*
|
Demote the clones module to inspircd-contrib.
Sadie Powell
2021-06-01
1
-101
/
+0
*
|
Demote the censor module to inspircd-contrib.
Sadie Powell
2021-06-01
1
-123
/
+0
*
|
Demote the regex_tre module to inspircd-contrib.
Sadie Powell
2021-06-01
1
-91
/
+0
*
|
Convert simple modes to use Simple{Channel,User}Mode.
Sadie Powell
2021-06-01
7
-83
/
+80
*
|
Rename Simple{Channel,User}ModeHandler to match other mode handlers.
Sadie Powell
2021-06-01
26
-47
/
+54
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-01
5
-22
/
+57
|
\
|
|
*
Refactor the sslqueries mode handler.
•••
This fixes a rare desync where a server with the sslmodes module but without the sslinfo module could desync when a remote user on a server with both enables the sslqueries mode.
Sadie Powell
2021-06-01
1
-19
/
+8
|
*
Avoid registering services as their unprefixed name.
•••
This fixes SSL profiles overriding the websocket module.
Sadie Powell
2021-05-28
1
-1
/
+2
|
*
The dest should be checked for uline status not the source.
Sadie Powell
2021-05-25
1
-1
/
+1
|
*
Don't send RPL_WHOISHOST for users on ulined servers.
Sadie Powell
2021-05-25
1
-1
/
+1
|
*
Implement support for setting TLSv1.3 ciphersuites in ssl_openssl.
Sadie Powell
2021-05-25
1
-1
/
+25
|
*
Implement support for the delayjoin WHOX flag.
Sadie Powell
2021-05-22
1
-0
/
+21
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
77
-269
/
+295
*
|
Fire OnUserPreJoin regardless of whether the join is an override.
Sadie Powell
2021-05-23
16
-44
/
+46
*
|
Refactor the population of exceptions in delayjoin.
Sadie Powell
2021-05-22
1
-21
/
+17
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-22
2
-10
/
+17
|
\
|
|
*
Only check for a join time if a user is actually in the channel.
Sadie Powell
2021-05-22
1
-1
/
+4
|
*
Send the correct join timestamp on a delayed join message.
Sadie Powell
2021-05-22
1
-2
/
+9
|
*
Default to file logging if a log type is not specified.
Sadie Powell
2021-05-20
1
-1
/
+1
*
|
Remove the empty handler for linking stats from core_stats.
Sadie Powell
2021-05-19
1
-5
/
+0
*
|
Get rid of even more pointless copy/paste comments.
Sadie Powell
2021-05-19
20
-419
/
+16
*
|
Kill the gecosban module which snuck back in during the merge.
Sadie Powell
2021-05-19
1
-71
/
+0
*
|
Kill an outdated XXX comment in spanningtree.
Sadie Powell
2021-05-19
1
-3
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
47
-58
/
+129
|
\
|
|
*
Release v3.10.0.
v3.10.0
Sadie Powell
2021-05-14
1
-1
/
+1
[prev]
[next]