| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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.•••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. | 2023-07-13 | 1 | -46/+0 | |
| * | | 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 | |
| * | | 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.•••[skip windows ci] | 2023-01-14 | 1 | -4/+5 | |
| * | | 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 | |
| |\| | |||||
| | * | 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 | 3 | -4/+7 | |
| * | | Merge branch 'insp3' into master. | 2022-10-01 | 1 | -8/+0 | |
| |\| | |||||
| | * | Remove error prone missing include logic in calcdep.•••[skip windows ci] | 2022-09-24 | 1 | -8/+0 | |
| * | | Fix more warnings discovered with -Weverything. | 2022-09-05 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-08-27 | 3 | -4/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-08-25 | 4 | -3/+4 | |
| | * | Fix the last modified dates of the man pages.•••The Linux man-pages project recommends using YYYY-MM-DD. Some dates had also not been updated since they were added. | 2022-08-24 | 3 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2022-07-19 | 1 | -2/+5 | |
| |\| | |||||
| | * | Allow logrotate to rotate logs with just a pid file.•••Ref: #1991 | 2022-07-19 | 1 | -1/+4 | |
| | * | Fix the logrotate config rotating already rotated log files.•••Ref: #1990. | 2022-07-11 | 1 | -1/+1 | |
| * | | Fix installing example SQL schemas. | 2022-05-02 | 1 | -2/+4 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 3 | -3/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 3 | -3/+3 | |
| * | | Merge branch 'insp3' into master. | 2022-02-01 | 1 | -0/+4 | |
| |\| | |||||
| | * | Fix SSL modules not being able to access the system-wide SSL dirs. | 2022-01-31 | 1 | -0/+4 | |
| * | | Kill vendor_directory in favour of normal include paths. | 2022-01-26 | 1 | -21/+0 | |
| * | | 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 | |
| * | | Add the new coremods target as a dependency for the all target.•••[skip windows ci] | 2022-01-22 | 1 | -1/+1 | |
| * | | Separate core modules from modules in CI.•••[skip windows ci] | 2022-01-22 | 1 | -4/+8 | |
| * | | Merge branch 'insp3' into master. | 2022-01-18 | 2 | -4/+34 | |
| |\| | |||||
| | * | Fix the regex_re2 module on the latest RE2 git.•••[skip windows ci] | 2022-01-18 | 1 | -0/+16 | |
| | * | Fix being unable to use a pkg-config that isn't in the PATH.•••[skip windows ci] | 2022-01-18 | 1 | -2/+4 | |
| | * | Add extra debug information to the module error message.•••[skip windows ci] | 2022-01-17 | 2 | -2/+14 | |
| * | | Revert "Remove support for defaults in find_{compiler,linker}_flags()".•••This is needed for compat with older versions of some libraries. This reverts commit 83327a1978eddef854cad9e937263f80bf25f056. | 2021-12-14 | 1 | -2/+14 | |
| * | | Fix linking to the v3 docs regardless of version. | 2021-10-09 | 1 | -1/+3 | |
| * | | ALlow specifying multiple ModAuthors, remove ModAuthorMail. | 2021-10-09 | 1 | -16/+21 | |
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 2 | -3/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 2 | -3/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-08-01 | 1 | -17/+0 | |
| |\| | |||||
| | * | Remove the root checks from the helper script.•••This has never actually worked properly. If a user wants to drop privileges then they should specify that in the config file. | 2021-07-28 | 1 | -17/+0 | |
