| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2025-08-02 | 1 | -1/+1 | |
| * | Add an OpenRC init script. | 2025-06-13 | 1 | -0/+2 | |
| * | The macOS init script should be installed as a text file. | 2025-06-13 | 1 | -1/+1 | |
| * | 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-07-14 | 1 | -0/+1 | |
| * | Build with -pie as well as -fPIE.•••Co-authored-by: Marcus Rueckert <darix@nordisch.org> | 2024-07-03 | 1 | -1/+1 | |
| * | Update copyright headers. | 2024-06-21 | 1 | -1/+1 | |
| * | Make filenames a bit more friendly for Windows users. | 2024-06-17 | 1 | -8/+8 | |
| * | Update copyright headers. | 2024-06-07 | 1 | -3/+2 | |
| * | Merge branch 'insp3' into insp4. | 2024-06-07 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2024-06-07 | 1 | -1/+1 | |
| | * | Fix building on macOS.•••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] | 2024-05-16 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-08-15 | 1 | -0/+1 | |
| |\| | |||||
| | * | Add a script for deploying SSL files from an ACME renewal tool. | 2023-08-15 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-07-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2023-07-15 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-07-12 | 1 | -1/+3 | |
| |\| | |||||
| | * | Define _BSD_SOURCE when building on Haiku.•••This fixes a few modules which depend on common BSD extensions. | 2023-07-12 | 1 | -0/+3 | |
| * | | Clean up some remaining old format string stuff. | 2023-01-24 | 1 | -1/+1 | |
| * | | Vendor the fmtlib library. | 2023-01-23 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-12-10 | 1 | -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. | 2022-12-10 | 1 | -1/+1 | |
| * | | Fix more warnings discovered with -Weverything. | 2022-09-05 | 1 | -1/+1 | |
| * | | Fix installing example SQL schemas. | 2022-05-02 | 1 | -2/+4 | |
| * | | Replace consolecolors with a vendored library.•••This library supports much more than consolecolors including the Windows 8 console API. | 2022-01-26 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -2/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -2/+1 | |
| * | | Drop support for Debian GNU/kFreeBSD.•••This distribution is long dead and probably can't build v4 anyway. | 2021-07-19 | 1 | -2/+2 | |
| * | | Avoid using -pthreads on Haiku. | 2021-06-19 | 1 | -2/+3 | |
| * | | Avoid creating unnecessary symlinks. | 2021-06-09 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-06-09 | 1 | -38/+64 | |
| |\| | |||||
| | * | Fix uninstalling files on `make deinstall` and similar. | 2021-06-09 | 1 | -10/+29 | |
| | * | Add the --disable-ownership option to help packagers out. | 2021-06-09 | 1 | -31/+38 | |
| | * | Fix the compiler_info name for the Intel compiler. | 2021-06-09 | 1 | -1/+1 | |
| * | | Refactor the compiler and linker flags in the makefile. | 2021-06-09 | 1 | -28/+45 | |
| * | | Link against libc++fs/libstdc++fs on older compilers. | 2021-06-08 | 1 | -1/+1 | |
| * | | Stop explicitly linking against libstdc++. | 2021-06-08 | 1 | -2/+2 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-05-22 | 1 | -0/+2 | |
| |\| | |||||
| | * | Create the runtime directory at install time if it does not exist. | 2021-05-14 | 1 | -0/+2 | |
| * | | Stop asking if users want to generate a self-signed certificate.•••Users should be using real certificates in 2021. | 2021-03-30 | 1 | -1/+0 | |
| * | | Stop installing inspircd-genssl and delete the now useless manpage.•••Hopefully this pushes people towards using real certificates instead of self-signed certificates. | 2021-03-30 | 1 | -3/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-02-01 | 1 | -4/+0 | |
| |\| | |||||
| | * | Fix the base path being used for more than just the install prefix. | 2021-01-31 | 1 | -4/+0 | |
| * | | Merge tag 'v3.8.1' into master. | 2020-11-20 | 1 | -0/+1 | |
| |\| | |||||
| | * | Add an AppArmor config. | 2020-11-12 | 1 | -0/+1 | |
| * | | Only use libc++ when building with AppleClang. | 2020-11-10 | 1 | -1/+1 | |
| * | | Initial support for platform-specific module file extensions. | 2020-11-04 | 1 | -3/+9 | |
