aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Avoid creating unnecessary symlinks.Gravatar Sadie Powell2021-06-092-7/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-094-43/+80
|\|
| * Fix uninstalling files on `make deinstall` and similar.Gravatar Sadie Powell2021-06-092-10/+30
| * Fix unnecessary capitalisation at the start of a configure warning.Gravatar Sadie Powell2021-06-091-1/+1
| * Use dummy values for the user/group with --disable-ownership.Gravatar Sadie Powell2021-06-091-2/+2
| * Add the --disable-ownership option to help packagers out.Gravatar Sadie Powell2021-06-093-35/+53
| * Fix the compiler_info name for the Intel compiler.Gravatar Sadie Powell2021-06-091-1/+1
* | Attempt to run after building to check everything built okay.Gravatar Sadie Powell2021-06-092-0/+21
* | Refactor the compiler and linker flags in the makefile.Gravatar Sadie Powell2021-06-091-28/+45
* | Link against libc++fs/libstdc++fs on older compilers.Gravatar Sadie Powell2021-06-083-4/+16
* | Stop explicitly linking against libstdc++.Gravatar Sadie Powell2021-06-081-2/+2
* | Fix MSVC compatibility issues.Gravatar Sadie Powell2021-06-079-8/+24
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-0715-7/+141
|\|
| * Add CI support for Windows.Gravatar Sadie Powell2021-06-071-0/+30
| * Migrate Windows builds to installing their dependencies via Conan.Gravatar Sadie Powell2021-06-074-2/+60
| * Update the Windows icon to something used this decade.Gravatar Sadie Powell2021-06-071-0/+0
| * Disable fail-fast in GitHub Actions.Gravatar Sadie Powell2021-06-062-0/+2
| * Broadcast the limits for list modes on server link.•••This allows services to not overflow the limit. Gravatar Sadie Powell2021-06-044-0/+27
| * Send the CHARSET token if using a non-ascii casemapping.Gravatar Sadie Powell2021-06-023-3/+15
| * Fix the name of the strict-rfc1469 codepage file.Gravatar Sadie Powell2021-06-021-1/+1
* | Release v4.0.0 alpha 1. v4.0.0a1Gravatar Sadie Powell2021-06-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-012-3/+3
|\|
| * Look up the SSL I/O hook properly in spanningtree.•••Fixes a regression introduced in commit 83bb6951fe. Gravatar Sadie Powell2021-06-011-1/+1
| * Fix the name of the regex_stdlib regex engine.Gravatar Sadie Powell2021-06-011-2/+2
* | Demote the lockserv module to inspircd-contrib.Gravatar Sadie Powell2021-06-014-161/+7
* | Demote the clones module to inspircd-contrib.Gravatar Sadie Powell2021-06-014-125/+11
* | Demote the censor module to inspircd-contrib.Gravatar Sadie Powell2021-06-014-150/+3
* | Demote the regex_tre module to inspircd-contrib.Gravatar Sadie Powell2021-06-016-106/+3
* | Convert simple modes to use Simple{Channel,User}Mode.Gravatar Sadie Powell2021-06-017-83/+80
* | Rename Simple{Channel,User}ModeHandler to match other mode handlers.Gravatar Sadie Powell2021-06-0127-51/+58
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-018-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. Gravatar Sadie Powell2021-06-011-19/+8
| * Avoid registering services as their unprefixed name.•••This fixes SSL profiles overriding the websocket module. Gravatar Sadie Powell2021-05-281-1/+2
| * Write to STDERR on error in test-build.Gravatar Sadie Powell2021-05-281-3/+3
| * Add the GitHub FUNDING file.Gravatar Sadie Powell2021-05-261-0/+2
| * The dest should be checked for uline status not the source.Gravatar Sadie Powell2021-05-251-1/+1
| * Don't send RPL_WHOISHOST for users on ulined servers.Gravatar Sadie Powell2021-05-251-1/+1
| * Implement support for setting TLSv1.3 ciphersuites in ssl_openssl.Gravatar Sadie Powell2021-05-251-1/+25
| * Implement support for the delayjoin WHOX flag.Gravatar Sadie Powell2021-05-221-0/+21
| * Verify hostnames when installing contrib modules.•••This was missed in f6b861f12d. Gravatar Sadie Powell2021-05-221-1/+1
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-3090-322/+351
* | Add a workaround for a bug in GitHub Actions.Gravatar Sadie Powell2021-05-271-0/+4
* | Fire OnUserPreJoin regardless of whether the join is an override.Gravatar Sadie Powell2021-05-2317-45/+48
* | Refactor the population of exceptions in delayjoin.Gravatar Sadie Powell2021-05-221-21/+17
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-224-15/+33
|\|
| * Only check for a join time if a user is actually in the channel.Gravatar Sadie Powell2021-05-221-1/+4
| * Send the correct join timestamp on a delayed join message.Gravatar Sadie Powell2021-05-221-2/+9
| * Default to file logging if a log type is not specified.Gravatar Sadie Powell2021-05-201-1/+1
| * Update the Doxygen config for the new version.Gravatar Sadie Powell2021-05-161-3/+12
| * Enable Doxygen XML generation.Gravatar Sadie Powell2021-05-161-1/+1