aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Collapse)AuthorAgeFilesLines
* 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.Gravatar Sadie Powell2023-07-131-46/+0
| | | | | | | | | | | | | | 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.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-07-121-1/+3
|\|
| * Define _BSD_SOURCE when building on Haiku.Gravatar Sadie Powell2023-07-121-0/+3
| | | | | | | | This fixes a few modules which depend on common BSD extensions.
* | 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
| |
* | Fix require_version not respecting env and rename to require_library.Gravatar Sadie Powell2023-01-141-4/+5
| | | | | | | | [skip windows ci]
* | 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-015-5/+4
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-305-5/+4
| |
* | Remove support for the old deprecated Intel compiler.Gravatar Sadie Powell2022-12-102-6/+3
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-12-103-4/+7
|\|
| * Fix building with the Intel C++ compiler.Gravatar Sadie Powell2022-12-103-4/+7
| | | | | | | | | | | | - 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.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-10-011-8/+0
|\|
| * Remove error prone missing include logic in calcdep.Gravatar Sadie Powell2022-09-241-8/+0
| | | | | | | | [skip windows ci]
* | 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.Gravatar Sadie Powell2022-08-243-3/+3
| | | | | | | | | | The Linux man-pages project recommends using YYYY-MM-DD. Some dates had also not been updated since they were added.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-07-191-2/+5
|\|
| * Allow logrotate to rotate logs with just a pid file.Gravatar Wade Cline2022-07-191-1/+4
| | | | | | Ref: #1991
| * Fix the logrotate config rotating already rotated log files.Gravatar Wade Cline2022-07-111-1/+1
| | | | | | Ref: #1990.
* | Fix installing example SQL schemas.Gravatar Sadie Powell2022-05-021-2/+4
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-293-3/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-283-3/+3
| |
* | 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
| |
* | Kill vendor_directory in favour of normal include paths.Gravatar Sadie Powell2022-01-261-21/+0
| |
* | Replace consolecolors with a vendored library.Gravatar Sadie Powell2022-01-261-1/+1
| | | | | | | | | | This library supports much more than consolecolors including the Windows 8 console API.
* | Add the new coremods target as a dependency for the all target.Gravatar Sadie Powell2022-01-221-1/+1
| | | | | | | | [skip windows ci]
* | Separate core modules from modules in CI.Gravatar Sadie Powell2022-01-221-4/+8
| | | | | | | | [skip windows ci]
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-182-4/+34
|\|
| * Fix the regex_re2 module on the latest RE2 git.Gravatar Sadie Powell2022-01-181-0/+16
| | | | | | | | [skip windows ci]
| * Fix being unable to use a pkg-config that isn't in the PATH.Gravatar Sadie Powell2022-01-181-2/+4
| | | | | | | | [skip windows ci]
| * Add extra debug information to the module error message.Gravatar Sadie Powell2022-01-172-2/+14
| | | | | | | | [skip windows ci]
* | Revert "Remove support for defaults in find_{compiler,linker}_flags()".Gravatar Sadie Powell2021-12-141-2/+14
| | | | | | | | | | | | This is needed for compat with older versions of some libraries. This reverts commit 83327a1978eddef854cad9e937263f80bf25f056.
* | Fix linking to the v3 docs regardless of version.Gravatar Sadie Powell2021-10-091-1/+3
| |
* | ALlow specifying multiple ModAuthors, remove ModAuthorMail.Gravatar Sadie Powell2021-10-091-16/+21
| |
* | 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.Gravatar Sadie Powell2021-07-281-17/+0
| | | | | | | | | | This has never actually worked properly. If a user wants to drop privileges then they should specify that in the config file.
* | Drop support for Debian GNU/kFreeBSD.Gravatar Sadie Powell2021-07-191-2/+2
| | | | | | | | This distribution is long dead and probably can't build v4 anyway.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-1/+1
|\|