InspIRCd Robot
28ea18cfdf
Update copyright headers.
2025-01-04 12:08:33 +00:00
Sadie Powell
7f50113d83
Add a command for rehashing TLS profiles to the helper script.
2024-11-27 10:40:06 +00:00
Sadie Powell
73bc08d743
Merge branch 'insp3' into insp4.
2024-10-17 12:33:11 +01:00
Sadie Powell
7763a034a8
Tell people to connect to Teranova directly instead of our alias.
2024-10-13 09:44:53 +01:00
Sadie Powell
ca6ccac8b0
Merge branch 'insp3' into insp4.
2024-10-10 15:03:21 +01:00
Sadie Powell
522c202a9c
Revert "Tell people to use the main ChatSpike domain not our alias".
...
This reverts commit 78c4f3bd97d003d0f528d98752e0528023b27045.
2024-10-08 01:31:09 +01:00
Sadie Powell
a3668d75d6
Use -I for the vendor directory instead of -isystem.
...
Fixes {fmt} from the system conflicting with our local vendored
copy of {fmt}.
Thanks to @slimture for testing.
Closes #2105 .
2024-09-09 07:42:31 +01:00
InspIRCd Robot
8e784862f5
Update copyright headers.
2024-09-07 11:10:36 +01:00
Sadie Powell
5d801283bb
Fix the getentropy test.
2024-08-30 15:34:00 +01:00
Sadie Powell
ef8e631be2
Add a config variable for the example dir.
...
This makes including example files easier on system-wide installs.
2024-08-30 15:31:47 +01:00
Sadie Powell
5399861e1e
Allow inverted matches in require_* functions.
2024-08-23 17:29:53 +01:00
Sadie Powell
7b6b3b9f35
Make the Perl helper script somewhat cleaner.
...
- Avoid duplicate check* methods.
- Remove some broken valgrind behaviour.
- Call executable instead of hardcoding the version.
- Simplify $binpath/$executable code.
2024-08-10 03:01:48 +01:00
InspIRCd Robot
a3b0aa484b
Update copyright headers.
2024-07-14 11:58:57 +01:00
Sadie Powell
821fccabcc
Fix the getentropy test on systems with a new libc and old kernel.
2024-07-13 22:33:15 +01:00
Sadie Powell
dd8fc5b7d7
Switch require_system to /etc/os-release from lsb_release.
2024-07-13 22:00:35 +01:00
Sadie Powell
2382fa06fa
Merge the compiler and compiler_info tests.
2024-07-13 13:31:44 +01:00
Sadie Powell
610688e410
Use getentropy() from POSIX 2024 if it is available.
2024-07-13 13:31:44 +01:00
Sadie Powell
78c4f3bd97
Tell people to use the main ChatSpike domain not our alias.
...
Backport from master.
2024-07-07 20:54:18 +01:00
Sadie Powell
f02704524c
Don't execute functions in ModConfig directives.
2024-07-07 17:48:25 +01:00
Sadie Powell
cfad49d655
Build with -pie as well as -fPIE.
...
Co-authored-by: Marcus Rueckert <darix@nordisch.org>
2024-07-03 16:16:36 +01:00
Sadie Powell
c1c34113cc
Update the AppArmor profile for the new profile syntax.
...
Co-authored-by: Marcus Rueckert <darix@nordisch.org>
2024-07-03 15:59:32 +01:00
InspIRCd Robot
6703d7ac37
Update copyright headers.
2024-07-02 22:54:30 +01:00
InspIRCd Robot
5b1dd4cfa5
Update copyright headers.
2024-06-29 09:43:32 +01:00
Sadie Powell
e307143df5
Bump the man page change dates for the previous commit.
2024-06-29 09:43:32 +01:00
Sadie Powell
f7194cb8b3
Tell people to use the main ChatSpike domain not our alias.
2024-06-28 10:14:26 +01:00
Sadie Powell
e11adbea4f
Move module_{expand,shrink} to make::common.
2024-06-24 19:15:41 +01:00
InspIRCd Robot
fd4c5e3840
Update copyright headers.
2024-06-21 10:36:09 +01:00
Sadie Powell
31541a8645
Make filenames a bit more friendly for Windows users.
2024-06-17 17:32:53 +01:00
InspIRCd Robot
d4da9eeff9
Update copyright headers.
2024-06-14 09:13:03 +01:00
Sadie Powell
ed8abaa6e0
Fix some references to --debug that should be --protocoldebug now.
2024-06-11 12:24:01 +01:00
InspIRCd Robot
ae3e2db109
Update copyright headers.
2024-06-07 10:37:56 +01:00
Sadie Powell
f3e847b21a
Merge branch 'insp3' into insp4.
2024-06-07 10:33:35 +01:00
InspIRCd Robot
855c1f6ab4
Update copyright headers.
2024-06-07 10:30:30 +01:00
Sadie Powell
dac4b23df7
Fix building on macOS.
...
It seems like Apple have killed the remaining bits of TR1. Thankfully,
all Apple systems we support now have a C++11 compiler so we can just
force that on macOS.
[skip alpine ci]
[skip irctest ci]
[skip ubuntu ci]
[skip windows ci]
2024-05-16 20:36:33 +01:00
Sadie Powell
e24ea1723c
Move ssl_mbedtls to inspircd-contrib.
...
Closes #2088 .
2024-04-15 21:45:42 +01:00
satmd
d2df15e520
Use --version
to check whether the compiler binary is valid.
...
Ref: #2071
2024-02-11 04:18:32 +00:00
Sadie Powell
59845198e1
Merge branch 'insp3' into master.
2023-11-14 15:15:33 +00:00
Sadie Powell
4de6623ea1
Fix the helper script on newer versions of Valgrind.
2023-11-06 00:18:57 +00:00
Sadie Powell
6cf3608be0
Merge branch 'insp3' into master.
2023-08-15 14:22:35 +01:00
Sadie Powell
84f2c99234
Add a script for deploying SSL files from an ACME renewal tool.
2023-08-15 10:07:05 +01:00
Sadie Powell
75c17e87b6
Merge branch 'insp3' into master.
2023-07-15 13:05:57 +01:00
InspIRCd Robot
9923c34a42
Update copyright headers.
2023-07-15 10:37:19 +01:00
Sadie Powell
b4e3e97329
Simplify the codes that InspIRCd can exit with.
...
The custom codes that InspIRCd exits with are not very useful and can confuse init systems like systemd which assume that certain
exit codes mean certain things. INSPIRCD_BINARY_EXIT was a workaround
for this in v3 but considering thatsers have to check the logs anyway
so we may as well just use EXIT_SUCCESS and EXIT_FAILURE.
2023-07-13 14:07:26 +01:00
Sadie Powell
c9668b8ab6
Merge branch 'insp3' into master.
2023-07-12 09:36:58 +01:00
Sadie Powell
07672be5bd
Define _BSD_SOURCE when building on Haiku.
...
This fixes a few modules which depend on common BSD extensions.
2023-07-12 09:23:44 +01:00
Sadie Powell
b373e631ad
Merge branch 'insp3' into master.
2023-07-05 15:08:26 +01:00
Sadie Powell
7b1f75d392
Fix a missing quote in the inspircd.1 man page.
2023-07-04 08:03:09 +01:00
Sadie Powell
8900f17231
Merge branch 'insp3' into master.
2023-04-28 19:30:25 +01:00
InspIRCd Robot
f2c74267ac
Update copyright headers.
2023-04-28 10:21:39 +01:00
Sadie Powell
d83f7391f5
Clean up some remaining old format string stuff.
2023-01-24 00:16:42 +00:00