aboutsummaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-293-3/+3
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-283-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-02-011-0/+4
|\|
| * Fix SSL modules not being able to access the system-wide SSL dirs.Gravatar Sadie Powell2022-01-311-0/+4
* | Kill vendor_directory in favour of normal include paths.Gravatar Sadie Powell2022-01-261-21/+0
* | Replace consolecolors with a vendored library.•••This library supports much more than consolecolors including the Windows 8 console API. Gravatar Sadie Powell2022-01-261-1/+1
* | Add the new coremods target as a dependency for the all target.•••[skip windows ci] Gravatar Sadie Powell2022-01-221-1/+1
* | Separate core modules from modules in CI.•••[skip windows ci] Gravatar Sadie Powell2022-01-221-4/+8
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-182-4/+34
|\|
| * Fix the regex_re2 module on the latest RE2 git.•••[skip windows ci] Gravatar Sadie Powell2022-01-181-0/+16
| * Fix being unable to use a pkg-config that isn't in the PATH.•••[skip windows ci] Gravatar Sadie Powell2022-01-181-2/+4
| * Add extra debug information to the module error message.•••[skip windows ci] Gravatar Sadie Powell2022-01-172-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. Gravatar Sadie Powell2021-12-141-2/+14
* | Fix linking to the v3 docs regardless of version.Gravatar Sadie Powell2021-10-091-1/+3
* | ALlow specifying multiple ModAuthors, remove ModAuthorMail.Gravatar Sadie Powell2021-10-091-16/+21
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-282-3/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-08-272-3/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-011-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. Gravatar Sadie Powell2021-07-281-17/+0
* | Drop support for Debian GNU/kFreeBSD.•••This distribution is long dead and probably can't build v4 anyway. Gravatar Sadie Powell2021-07-191-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-1/+1
|\|
| * Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-211-1/+1
* | Avoid using -pthreads on Haiku.Gravatar Sadie Powell2021-06-191-2/+3
* | Avoid creating unnecessary symlinks.Gravatar Sadie Powell2021-06-092-7/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-092-38/+66
|\|
| * Fix uninstalling files on `make deinstall` and similar.Gravatar Sadie Powell2021-06-092-10/+30
| * Add the --disable-ownership option to help packagers out.Gravatar Sadie Powell2021-06-092-31/+39
| * Fix the compiler_info name for the Intel compiler.Gravatar Sadie Powell2021-06-091-1/+1
* | Refactor the compiler and linker flags in the makefile.Gravatar Sadie Powell2021-06-091-28/+45
* | Link against libc++fs/libstdc++fs on older compilers.Gravatar Sadie Powell2021-06-083-4/+16
* | Stop explicitly linking against libstdc++.Gravatar Sadie Powell2021-06-081-2/+2
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-1/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-221-0/+2
|\|
| * Create the runtime directory at install time if it does not exist.Gravatar Sadie Powell2021-05-141-0/+2
* | Remove bsd.mk; this file only existed for ease of v3 migration.Gravatar Sadie Powell2021-05-191-31/+0
* | Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-081-1/+1
* | Stop asking if users want to generate a self-signed certificate.•••Users should be using real certificates in 2021. Gravatar Sadie Powell2021-03-301-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. Gravatar Sadie Powell2021-03-302-50/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-2/+0
|\|
| * Remove some todo comments which are outdated or misleading.Gravatar Sadie Powell2021-03-051-2/+0
* | Remove unnecessary prefix from socketengine source files.Gravatar Sadie Powell2021-03-052-4/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-1/+1
|\|
| * Fix print_warning using print instead of say.Gravatar Sadie Powell2021-02-281-1/+1
* | Require Perl 5.26 in the build system.•••This version is supported by all major systems that ship the C++17 compilers required by the v4 branch. Gravatar Sadie Powell2021-02-285-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-2810-11/+10
|\|
| * Fix running configure on systems with old versions of Perl.•••Closes #1852. Gravatar Sadie Powell2021-02-281-1/+2
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-2611-12/+11
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-013-7/+2
|\|
| * Fix using the TR1 headers on compilers that support C++17.Gravatar Sadie Powell2021-02-011-1/+1
| * Fix the base path being used for more than just the install prefix.Gravatar Sadie Powell2021-01-312-6/+1