| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp4' into master. | 2025-07-28 | 5 | -20/+30 | |
| |\ | |||||
| | * | Don't use a dummy owner when building with --disable-ownership. | 2025-07-26 | 5 | -8/+17 | |
| | * | Make some regex matches more explicit in parse_templates. | 2025-07-26 | 1 | -12/+13 | |
| * | | Merge branch 'insp4' into master. | 2025-07-16 | 1 | -1/+1 | |
| |\| | |||||
| | * | The --portable option should imply --disable-ownership. | 2025-07-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2025-07-12 | 1 | -0/+4 | |
| |\| | |||||
| | * | Add the location of the PSL database to the AppArmor profile. | 2025-07-11 | 1 | -0/+4 | |
| * | | Merge branch 'insp4' into master. | 2025-06-29 | 2 | -1/+59 | |
| |\| | |||||
| | * | Add an OpenRC init script. | 2025-06-13 | 2 | -0/+58 | |
| | * | The macOS init script should be installed as a text file. | 2025-06-13 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2025-04-13 | 1 | -0/+18 | |
| |\| | |||||
| | * | Add the require_environment() build function. | 2025-04-12 | 1 | -0/+18 | |
| * | | Merge branch 'insp4' into master. | 2025-03-29 | 1 | -1/+0 | |
| |\| | |||||
| | * | Update copyright headers. | 2025-03-28 | 1 | -1/+0 | |
| * | | Allow using signals to rehash any module instead of just TLS. | 2025-03-19 | 2 | -0/+28 | |
| * | | Merge branch 'insp4' into master. | 2025-01-17 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2025-01-04 | 1 | -1/+1 | |
| * | | Merge branch 'insp4' into master. | 2024-12-01 | 1 | -2/+14 | |
| |\| | |||||
| | * | Add a command for rehashing TLS profiles to the helper script. | 2024-11-27 | 1 | -2/+14 | |
| * | | Merge branch 'insp4' into master. | 2024-11-01 | 5 | -7/+7 | |
| |\| | |||||
| | * | Merge branch 'insp3' into insp4. | 2024-10-17 | 5 | -7/+7 | |
| | |\ | |||||
| | | * | Tell people to connect to Teranova directly instead of our alias. | 2024-10-13 | 6 | -8/+8 | |
| | * | | Merge branch 'insp3' into insp4. | 2024-10-10 | 5 | -5/+5 | |
| | |\| | |||||
| | | * | Revert "Tell people to use the main ChatSpike domain not our alias".•••This reverts commit 78c4f3bd97d003d0f528d98752e0528023b27045. | 2024-10-08 | 6 | -6/+6 | |
| | | * | Tell people to use the main ChatSpike domain not our alias.•••Backport from master. | 2024-07-07 | 6 | -6/+6 | |
| * | | | Merge branch 'insp4' into master. | 2024-09-09 | 4 | -3/+6 | |
| |\| | | |||||
| | * | | Use -I for the vendor directory instead of -isystem.•••Fixes {fmt} from the system conflicting with our local vendored copy of {fmt}. Thanks to @slimture for testing. Closes #2105. | 2024-09-09 | 1 | -1/+1 | |
| | * | | 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.•••This makes including example files easier on system-wide installs. | 2024-08-30 | 1 | -0/+3 | |
| * | | | Merge branch 'insp4' into master. | 2024-08-23 | 1 | -15/+33 | |
| |\| | | |||||
| | * | | Allow inverted matches in require_* functions. | 2024-08-23 | 1 | -15/+33 | |
| * | | | Merge branch 'insp4' into master. | 2024-08-16 | 1 | -73/+40 | |
| |\| | | |||||
| | * | | Make the Perl helper script somewhat cleaner.•••- Avoid duplicate check* methods. - Remove some broken valgrind behaviour. - Call executable instead of hardcoding the version. - Simplify $binpath/$executable code. | 2024-08-10 | 1 | -73/+40 | |
| * | | | Adjust the build system for the new module structure. | 2024-07-17 | 4 | -26/+31 | |
| * | | | Install test-tls instead of testssl. | 2024-07-16 | 2 | -6/+6 | |
| * | | | Merge branch 'insp4' into master. | 2024-07-16 | 4 | -2/+4 | |
| |\| | | |||||
| | * | | Update copyright headers. | 2024-07-14 | 4 | -2/+4 | |
| * | | | Merge branch 'insp4' into master. | 2024-07-13 | 6 | -66/+82 | |
| |\| | | |||||
| | * | | 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 | |
| * | | | Merge branch 'insp4' into master. | 2024-07-05 | 8 | -33/+37 | |
| |\| | | |||||
| | * | | Build with -pie as well as -fPIE.•••Co-authored-by: Marcus Rueckert <darix@nordisch.org> | 2024-07-03 | 1 | -1/+1 | |
| | * | | Update the AppArmor profile for the new profile syntax.•••Co-authored-by: Marcus Rueckert <darix@nordisch.org> | 2024-07-03 | 1 | -7/+10 | |
| | * | | 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 | |
