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
Sadie Powell
671b84ecf2
Vendor the fmtlib library.
2023-01-23 13:07:52 +00:00
Sadie Powell
cca9b9cb0f
Fix require_version not respecting env and rename to require_library.
...
[skip windows ci]
2023-01-14 01:35:44 +00:00
Sadie Powell
74e94eb02d
Merge branch 'insp3' into master.
2023-01-09 18:37:56 +00:00
Sadie Powell
9c95315763
Fix suspending GDB when the process gets sent a signal.
2023-01-09 18:08:40 +00:00
Sadie Powell
d048778f78
Merge branch 'insp3' into master.
2023-01-01 13:19:45 +00:00
InspIRCd Robot
2b810b412a
Update copyright headers.
2022-12-30 11:31:28 +00:00
Sadie Powell
8f84e725c6
Remove support for the old deprecated Intel compiler.
2022-12-10 07:08:46 +00:00
Sadie Powell
20a1892e31
Merge branch 'insp3' into master.
2022-12-10 07:00:24 +00:00
Sadie Powell
513309fc68
Fix building with the Intel C++ compiler.
...
- Fix adding -Wshadow in the compiler flags twice.
- Detect the new Clang-based Intel compiler as well as the old one.
- Silence some deprecation warnings using Intel syntax.
2022-12-10 06:58:39 +00:00
Sadie Powell
ba587437a4
Merge branch 'insp3' into master.
2022-10-01 01:59:56 +01:00
Sadie Powell
1e29546b16
Remove error prone missing include logic in calcdep.
...
[skip windows ci]
2022-09-24 17:41:44 +01:00
Sadie Powell
2a0cce9d46
Fix more warnings discovered with -Weverything.
2022-09-05 21:14:36 +01:00
Sadie Powell
28a7f1f0c8
Merge branch 'insp3' into master.
2022-08-27 14:48:19 +01:00
InspIRCd Robot
96f355c2fa
Update copyright headers.
2022-08-25 20:46:11 +01:00
Sadie Powell
d124f8c4db
Fix the last modified dates of the man pages.
...
The Linux man-pages project recommends using YYYY-MM-DD. Some dates
had also not been updated since they were added.
2022-08-24 04:04:49 +01:00
Sadie Powell
b763b1e69e
Merge branch 'insp3' into master.
2022-07-19 17:00:23 +01:00
Wade Cline
af78050297
Allow logrotate to rotate logs with just a pid file.
...
Ref: #1991
2022-07-19 10:21:17 +01:00
Wade Cline
5384fb3e2d
Fix the logrotate config rotating already rotated log files.
...
Ref: #1990 .
2022-07-11 01:16:02 +01:00
Sadie Powell
9f98e08e6c
Fix installing example SQL schemas.
2022-05-02 22:03:08 +01:00