aboutsummaryrefslogtreecommitdiff
path: root/make
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-07-144-2/+4
|
* Fix the getentropy test on systems with a new libc and old kernel.Gravatar Sadie Powell2024-07-131-2/+1
|
* Switch require_system to /etc/os-release from lsb_release.Gravatar Sadie Powell2024-07-131-4/+12
|
* Merge the compiler and compiler_info tests.Gravatar Sadie Powell2024-07-133-55/+33
|
* Use getentropy() from POSIX 2024 if it is available.Gravatar Sadie Powell2024-07-132-0/+29
|
* Don't execute functions in ModConfig directives.Gravatar Sadie Powell2024-07-071-7/+9
|
* Build with -pie as well as -fPIE.Gravatar Sadie Powell2024-07-031-1/+1
| | | | Co-authored-by: Marcus Rueckert <darix@nordisch.org>
* Update the AppArmor profile for the new profile syntax.Gravatar Sadie Powell2024-07-031-7/+10
| | | | Co-authored-by: Marcus Rueckert <darix@nordisch.org>
* Update copyright headers.Gravatar InspIRCd Robot2024-07-021-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-294-4/+4
|
* Bump the man page change dates for the previous commit.Gravatar Sadie Powell2024-06-292-2/+2
|
* Tell people to use the main ChatSpike domain not our alias.Gravatar Sadie Powell2024-06-285-5/+5
|
* Move module_{expand,shrink} to make::common.Gravatar Sadie Powell2024-06-242-14/+15
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-212-3/+3
|
* Make filenames a bit more friendly for Windows users.Gravatar Sadie Powell2024-06-171-8/+8
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-142-2/+2
|
* Fix some references to --debug that should be --protocoldebug now.Gravatar Sadie Powell2024-06-112-7/+11
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-077-9/+8
|
* Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-06-071-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
| |
| * Fix building on macOS.Gravatar Sadie Powell2024-05-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | 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]
* | Move ssl_mbedtls to inspircd-contrib.Gravatar Sadie Powell2024-04-151-1/+1
| | | | | | | | Closes #2088.
* | Use `--version` to check whether the compiler binary is valid.Gravatar satmd2024-02-111-1/+1
| | | | | | Ref: #2071
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-11-141-6/+4
|\|
| * Fix the helper script on newer versions of Valgrind.Gravatar Sadie Powell2023-11-061-6/+4
| |
* | 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.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
|\|