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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Avoid creating unnecessary symlinks.
Sadie Powell
2021-06-09
2
-7
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-09
4
-43
/
+80
|
\
|
|
*
Fix uninstalling files on `make deinstall` and similar.
Sadie Powell
2021-06-09
2
-10
/
+30
|
*
Fix unnecessary capitalisation at the start of a configure warning.
Sadie Powell
2021-06-09
1
-1
/
+1
|
*
Use dummy values for the user/group with --disable-ownership.
Sadie Powell
2021-06-09
1
-2
/
+2
|
*
Add the --disable-ownership option to help packagers out.
Sadie Powell
2021-06-09
3
-35
/
+53
|
*
Fix the compiler_info name for the Intel compiler.
Sadie Powell
2021-06-09
1
-1
/
+1
*
|
Attempt to run after building to check everything built okay.
Sadie Powell
2021-06-09
2
-0
/
+21
*
|
Refactor the compiler and linker flags in the makefile.
Sadie Powell
2021-06-09
1
-28
/
+45
*
|
Link against libc++fs/libstdc++fs on older compilers.
Sadie Powell
2021-06-08
3
-4
/
+16
*
|
Stop explicitly linking against libstdc++.
Sadie Powell
2021-06-08
1
-2
/
+2
*
|
Fix MSVC compatibility issues.
Sadie Powell
2021-06-07
9
-8
/
+24
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-07
15
-7
/
+141
|
\
|
|
*
Add CI support for Windows.
Sadie Powell
2021-06-07
1
-0
/
+30
|
*
Migrate Windows builds to installing their dependencies via Conan.
Sadie Powell
2021-06-07
4
-2
/
+60
|
*
Update the Windows icon to something used this decade.
Sadie Powell
2021-06-07
1
-0
/
+0
|
*
Disable fail-fast in GitHub Actions.
Sadie Powell
2021-06-06
2
-0
/
+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
3
-3
/
+15
|
*
Fix the name of the strict-rfc1469 codepage file.
Sadie Powell
2021-06-02
1
-1
/
+1
*
|
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
2
-3
/
+3
|
\
|
|
*
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
|
*
Fix the name of the regex_stdlib regex engine.
Sadie Powell
2021-06-01
1
-2
/
+2
*
|
Demote the lockserv module to inspircd-contrib.
Sadie Powell
2021-06-01
4
-161
/
+7
*
|
Demote the clones module to inspircd-contrib.
Sadie Powell
2021-06-01
4
-125
/
+11
*
|
Demote the censor module to inspircd-contrib.
Sadie Powell
2021-06-01
4
-150
/
+3
*
|
Demote the regex_tre module to inspircd-contrib.
Sadie Powell
2021-06-01
6
-106
/
+3
*
|
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
27
-51
/
+58
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-06-01
8
-26
/
+63
|
\
|
|
*
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
|
*
Write to STDERR on error in test-build.
Sadie Powell
2021-05-28
1
-3
/
+3
|
*
Add the GitHub FUNDING file.
Sadie Powell
2021-05-26
1
-0
/
+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
|
*
Verify hostnames when installing contrib modules.
•••
This was missed in f6b861f12d.
Sadie Powell
2021-05-22
1
-1
/
+1
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
90
-322
/
+351
*
|
Add a workaround for a bug in GitHub Actions.
Sadie Powell
2021-05-27
1
-0
/
+4
*
|
Fire OnUserPreJoin regardless of whether the join is an override.
Sadie Powell
2021-05-23
17
-45
/
+48
*
|
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
4
-15
/
+33
|
\
|
|
*
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
|
*
Update the Doxygen config for the new version.
Sadie Powell
2021-05-16
1
-3
/
+12
|
*
Enable Doxygen XML generation.
Sadie Powell
2021-05-16
1
-1
/
+1
[prev]
[next]