| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-09-07 | 1 | -1/+1 | |
| | | |||||
| * | Fix the getentropy test. | 2024-08-30 | 1 | -1/+1 | |
| | | |||||
| * | Add a config variable for the example dir. | 2024-08-30 | 1 | -0/+3 | |
| | | | | | This makes including example files easier on system-wide installs. | ||||
| * | Allow inverted matches in require_* functions. | 2024-08-23 | 1 | -15/+33 | |
| | | |||||
| * | Make the Perl helper script somewhat cleaner. | 2024-08-10 | 1 | -73/+40 | |
| | | | | | | | | - Avoid duplicate check* methods. - Remove some broken valgrind behaviour. - Call executable instead of hardcoding the version. - Simplify $binpath/$executable code. | ||||
| * | Update copyright headers. | 2024-07-14 | 4 | -2/+4 | |
| | | |||||
| * | Fix the getentropy test on systems with a new libc and old kernel. | 2024-07-13 | 1 | -2/+1 | |
| | | |||||
| * | Switch require_system to /etc/os-release from lsb_release. | 2024-07-13 | 1 | -4/+12 | |
| | | |||||
| * | Merge the compiler and compiler_info tests. | 2024-07-13 | 3 | -55/+33 | |
| | | |||||
| * | Use getentropy() from POSIX 2024 if it is available. | 2024-07-13 | 2 | -0/+29 | |
| | | |||||
| * | Don't execute functions in ModConfig directives. | 2024-07-07 | 1 | -7/+9 | |
| | | |||||
| * | Build with -pie as well as -fPIE. | 2024-07-03 | 1 | -1/+1 | |
| | | | | | Co-authored-by: Marcus Rueckert <darix@nordisch.org> | ||||
| * | Update the AppArmor profile for the new profile syntax. | 2024-07-03 | 1 | -7/+10 | |
| | | | | | Co-authored-by: Marcus Rueckert <darix@nordisch.org> | ||||
| * | Update copyright headers. | 2024-07-02 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2024-06-29 | 4 | -4/+4 | |
| | | |||||
| * | Bump the man page change dates for the previous commit. | 2024-06-29 | 2 | -2/+2 | |
| | | |||||
| * | Tell people to use the main ChatSpike domain not our alias. | 2024-06-28 | 5 | -5/+5 | |
| | | |||||
| * | Move module_{expand,shrink} to make::common. | 2024-06-24 | 2 | -14/+15 | |
| | | |||||
| * | Update copyright headers. | 2024-06-21 | 2 | -3/+3 | |
| | | |||||
| * | Make filenames a bit more friendly for Windows users. | 2024-06-17 | 1 | -8/+8 | |
| | | |||||
| * | Update copyright headers. | 2024-06-14 | 2 | -2/+2 | |
| | | |||||
| * | Fix some references to --debug that should be --protocoldebug now. | 2024-06-11 | 2 | -7/+11 | |
| | | |||||
| * | Update copyright headers. | 2024-06-07 | 7 | -9/+8 | |
| | | |||||
| * | Merge branch 'insp3' into insp4. | 2024-06-07 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| | | | |||||
| | * | Fix building on macOS. | 2024-05-16 | 1 | -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. | 2024-04-15 | 1 | -1/+1 | |
| | | | | | | | | | Closes #2088. | ||||
| * | | Use `--version` to check whether the compiler binary is valid. | 2024-02-11 | 1 | -1/+1 | |
| | | | | | | | Ref: #2071 | ||||
| * | | Merge branch 'insp3' into master. | 2023-11-14 | 1 | -6/+4 | |
| |\| | |||||
| | * | Fix the helper script on newer versions of Valgrind. | 2023-11-06 | 1 | -6/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-08-15 | 2 | -0/+35 | |
| |\| | |||||
| | * | Add a script for deploying SSL files from an ACME renewal tool. | 2023-08-15 | 2 | -0/+35 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-07-15 | 2 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-07-15 | 2 | -2/+2 | |
| | | | |||||
| * | | Simplify the codes that InspIRCd can exit with. | 2023-07-13 | 1 | -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. | 2023-07-12 | 1 | -1/+3 | |
| |\| | |||||
| | * | Define _BSD_SOURCE when building on Haiku. | 2023-07-12 | 1 | -0/+3 | |
| | | | | | | | | | This fixes a few modules which depend on common BSD extensions. | ||||
| * | | Merge branch 'insp3' into master. | 2023-07-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a missing quote in the inspircd.1 man page. | 2023-07-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-04-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Clean up some remaining old format string stuff. | 2023-01-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Vendor the fmtlib library. | 2023-01-23 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix require_version not respecting env and rename to require_library. | 2023-01-14 | 1 | -4/+5 | |
| | | | | | | | | | [skip windows ci] | ||||
| * | | Merge branch 'insp3' into master. | 2023-01-09 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix suspending GDB when the process gets sent a signal. | 2023-01-09 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 5 | -5/+4 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 5 | -5/+4 | |
| | | | |||||
| * | | Remove support for the old deprecated Intel compiler. | 2022-12-10 | 2 | -6/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-12-10 | 3 | -4/+7 | |
| |\| | |||||
