aboutsummaryrefslogtreecommitdiff
path: root/make/template
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-08-152-0/+35
|\
| * Add a script for deploying SSL files from an ACME renewal tool.Gravatar Sadie Powell2023-08-152-0/+35
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-152-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2023-07-152-2/+2
* | 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. Gravatar Sadie Powell2023-07-131-46/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-121-1/+3
|\|
| * Define _BSD_SOURCE when building on Haiku.•••This fixes a few modules which depend on common BSD extensions. Gravatar Sadie Powell2023-07-121-0/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-051-1/+1
|\|
| * Fix a missing quote in the inspircd.1 man page.Gravatar Sadie Powell2023-07-041-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-04-281-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2023-04-281-1/+1
* | Clean up some remaining old format string stuff.Gravatar Sadie Powell2023-01-241-1/+1
* | Vendor the fmtlib library.Gravatar Sadie Powell2023-01-231-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-091-2/+2
|\|
| * Fix suspending GDB when the process gets sent a signal.Gravatar Sadie Powell2023-01-091-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-101-1/+1
|\|
| * 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. Gravatar Sadie Powell2022-12-101-1/+1
* | Fix more warnings discovered with -Weverything.Gravatar Sadie Powell2022-09-051-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-08-273-4/+5
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-08-254-3/+4
| * 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. Gravatar Sadie Powell2022-08-243-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-07-191-2/+5
|\|
| * Allow logrotate to rotate logs with just a pid file.•••Ref: #1991Gravatar Wade Cline2022-07-191-1/+4
| * Fix the logrotate config rotating already rotated log files.•••Ref: #1990.Gravatar Wade Cline2022-07-111-1/+1
* | Fix installing example SQL schemas.Gravatar Sadie Powell2022-05-021-2/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-02-011-0/+4
|\|
| * Fix SSL modules not being able to access the system-wide SSL dirs.Gravatar Sadie Powell2022-01-311-0/+4
* | Replace consolecolors with a vendored library.•••This library supports much more than consolecolors including the Windows 8 console API. Gravatar Sadie Powell2022-01-261-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-282-3/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-08-272-3/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-011-17/+0
|\|
| * Remove the root checks from the helper script.•••This has never actually worked properly. If a user wants to drop privileges then they should specify that in the config file. Gravatar Sadie Powell2021-07-281-17/+0
* | Drop support for Debian GNU/kFreeBSD.•••This distribution is long dead and probably can't build v4 anyway. Gravatar Sadie Powell2021-07-191-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-1/+1
|\|
| * Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-211-1/+1
* | Avoid using -pthreads on Haiku.Gravatar Sadie Powell2021-06-191-2/+3
* | Avoid creating unnecessary symlinks.Gravatar Sadie Powell2021-06-091-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-091-38/+64
|\|
| * Fix uninstalling files on `make deinstall` and similar.Gravatar Sadie Powell2021-06-091-10/+29
| * Add the --disable-ownership option to help packagers out.Gravatar Sadie Powell2021-06-091-31/+38
| * Fix the compiler_info name for the Intel compiler.Gravatar Sadie Powell2021-06-091-1/+1
* | 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-081-1/+1
* | Stop explicitly linking against libstdc++.Gravatar Sadie Powell2021-06-081-2/+2
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-1/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-221-0/+2
|\|