Sadie Powell
9efce7bd23
Add documentation links to the systemd unit file.
...
Ref: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#%5BUnit%5D%20Section%20Options
2020-09-19 14:08:16 +01:00
Sadie Powell
73b4ac1b3a
Merge branch 'insp3' into master.
2020-08-25 10:46:42 +01:00
Sadie Powell
7af6a054be
Add a link to the packaging advice to the configure help.
2020-08-25 09:54:27 +01:00
InspIRCd Robot
2f12f76ec9
Update copyright headers.
2020-07-30 14:31:12 +01:00
Sadie Powell
e059f82249
Merge branch 'insp3' into master.
2020-07-29 12:13:45 +01:00
Sadie Powell
5d8dc98dfa
Switch systemd service to be non-forking & avoid using the helper.
2020-07-28 16:35:51 +01:00
Sadie Powell
f953c431d5
Add a logrotate config.
2020-07-27 12:19:44 +01:00
Sadie Powell
93ae431955
Merge branch 'insp3' into master.
2020-07-15 11:00:24 +01:00
Sadie Powell
07b12e7249
Various improvements to the build system.
...
- Fix running configure where configure is not in the PWD.
- Only show relative paths when generating files from templates.
2020-07-07 08:33:07 +01:00
Sadie Powell
4316ae10b1
Implement a tool for testing SSL connectivity.
2020-06-16 10:13:21 +01:00
Sadie Powell
58e9055162
Merge branch 'insp3' into master.
2020-06-08 18:14:19 +01:00
Sadie Powell
e1211a68e5
Add a file to the config directory telling new users what to do.
2020-05-21 00:03:26 +01:00
Sadie Powell
a721aaf90f
Merge branch 'insp3' into master.
2020-05-19 20:37:32 +01:00
Sadie Powell
d2236175a3
Fix the documentation comments in config.h.
2020-05-19 03:14:29 +01:00
Sadie Powell
87bb27a7a7
Implement support for portable installations.
2020-05-16 14:25:24 +01:00
Sadie Powell
30e7e13298
Bump the minimum compiler version to C++17.
2020-05-11 13:12:43 +01:00
Sadie Powell
b755d2a778
Merge branch 'insp3' into master.
2020-05-05 22:03:14 +01:00
InspIRCd Robot
44489ddf7e
Update copyright headers.
2020-04-24 10:23:47 +01:00
Sadie Powell
e13fd56584
Add the vendor directory to the default include path.
2020-04-12 06:14:00 +01:00
Sadie Powell
6da4987073
Merge branch 'insp3' into master.
2020-02-04 12:26:25 +00:00
InspIRCd Robot
8f62016f16
Update copyright headers.
2020-01-31 12:48:25 +00:00
Sadie Powell
87471ab92d
Add a function for showing a command whilst executing it.
2020-01-18 14:25:03 +00:00
Sadie Powell
2e91d9b2e1
Migrate from Travis CI to GitHub Actions.
...
This brings shiny new GitHub integrations as well as allowing us to
bring back the macOS builds which were disabled because of the very
broken Travis CI macOS infrastructure.
2020-01-17 15:35:20 +00:00
Sadie Powell
a11ede58f6
Migrate from Travis CI to GitHub Actions.
...
This brings shiny new GitHub integratiosn as well as allowing us to
bring back the macOS builds which were disabled because of the very
broken Travis CI macOS infrastructure.
2020-01-17 14:16:54 +00:00
Sadie Powell
1de6f5b4a9
Merge branch 'insp3' into master.
2020-01-17 12:36:09 +00:00
Sadie Powell
a0176191c9
Remove whitespace between the shebang and the copyright header.
2020-01-11 22:53:07 +00:00
InspIRCd Robot
aa692dc103
Update copyright headers.
2020-01-11 22:14:43 +00:00
Sadie Powell
3dd446de41
Add a replacement for the nationalchars module.
2020-01-07 18:55:35 +00:00
Sadie Powell
f856d5ab8a
Merge branch 'insp3' into master.
2020-01-01 12:33:10 +01:00
Sadie Powell
56375392ba
Update my name and email address.
2019-12-31 20:55:17 +01:00
Sadie Powell
034dad6ab0
Merge branch 'insp3' into master.
2019-12-08 17:47:07 +00:00
Peter Powell
cad88bcffb
Use network-online instead of network in the systemd service.
...
As recommended at https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/ .
Closes #1729 .
2019-11-30 16:17:32 +00:00
Sadie Powell
7b68936321
Merge branch 'insp3' into master.
2019-11-13 15:24:45 +00:00
Peter Powell
08393c0028
Use separate build dirs when rebuilding with a different compiler.
2019-10-16 12:34:24 +01:00
Sadie Powell
8848169e8b
Merge branch 'insp3' into master.
2019-09-23 00:37:33 +01:00
Peter Powell
96d3f92801
Install the provider configs.
2019-09-07 14:44:36 +01:00
Peter Powell
2648a0e1c4
Replace the gdbargs file with the --eval-command flag.
2019-09-07 14:36:20 +01:00
Peter Powell
1cf76f8aae
Respect indentation in configure template declarations.
2019-09-07 12:54:29 +01:00
Peter Powell
e7ca24f4dc
Add -Werror to the Travis build flags.
2019-08-23 10:40:48 +01:00
Sadie Powell
cd8b456f97
Merge branch 'insp3' into master.
2019-07-16 16:48:18 +01:00
Peter Powell
6d775e0127
Link to the associated documentation page for modules in errors.
2019-07-16 11:52:09 +01:00
Peter Powell
9a7b478f1d
Refer to modules without the m_ prefix in error messages
2019-07-16 10:25:35 +01:00
Peter Powell
021fe61d85
Document the --example-dir option.
2019-07-05 10:09:06 +01:00
Peter Powell
c9a812a5cc
Allow customising the example config directory at build time.
...
Fixes #1626 .
2019-07-03 10:53:21 +01:00
Peter Powell
25359c0884
Fix finding files when the init script is not in the cwd.
...
This should fix #1621 .
2019-07-03 10:02:13 +01:00
Sadie Powell
03d3563ef9
Replace socketengine_{pthread,win32} with C++11 threads.
2019-05-15 21:06:09 +01:00
Sadie Powell
1d5b18de82
Merge branch 'insp3' into master.
2019-05-15 15:26:55 +01:00
Peter Powell
a55ca00569
Document the --disable-auto-extras configure option.
2019-05-15 10:58:45 +01:00
Peter Powell
510f747854
Clean up and document the config header file.
2019-05-13 15:22:14 +01:00
Peter Powell
e122a986a4
Fix relying on PWD being set in the makefile.
...
This may not be set in some circumstances.
2019-05-06 01:57:26 +01:00