aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Rename regex_pcre2 to regex_pcre.Gravatar Sadie Powell2021-11-141-1/+1
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-11-051-1/+3
|\
| * Show more build environment information when running configure.Gravatar Sadie Powell2021-11-041-1/+3
* | Yeet regex_pcre into contrib.Gravatar Sadie Powell2021-10-011-1/+0
* | Add the regex_pcre2 module.Gravatar Sadie Powell2021-09-261-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-09-011-0/+10
|\|
| * Warn about how quirky musl's libdl implementation is.Gravatar Sadie Powell2021-08-291-0/+10
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-011-0/+9
|\|
| * Check that the source dir is writable before running compiler checks.Gravatar Sadie Powell2021-07-281-0/+9
| * Always default the genssl question in configure to no.Gravatar Sadie Powell2021-07-181-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-131-1/+1
|\|
| * Use /run/inspircd as the runtime directory on Linux.•••Unfortunately some tooling like AppArmor is not smart enough to follow the symlink from /var/run to /run so we need to explicitly set the path. This fixes running InspIRCd without --nopid on some systems. See also: inspircd/inspircd-packages#402ef9a411. Gravatar Sadie Powell2021-06-111-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-091-4/+14
|\|
| * Fix unnecessary capitalisation at the start of a configure warning.Gravatar Sadie Powell2021-06-091-1/+1
| * Use dummy values for the user/group with --disable-ownership.Gravatar Sadie Powell2021-06-091-2/+2
| * Add the --disable-ownership option to help packagers out.Gravatar Sadie Powell2021-06-091-4/+14
* | Demote the regex_tre module to inspircd-contrib.Gravatar Sadie Powell2021-06-011-1/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-141-1/+0
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-111-1/+1
|\|
* | Refer to encryption as TLS instead of SSL in all messages.Gravatar Sadie Powell2021-04-081-5/+5
* | Stop asking if users want to generate a self-signed certificate.•••Users should be using real certificates in 2021. Gravatar Sadie Powell2021-03-301-26/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-301-1/+1
|\|
| * Make the system-wide runtime directory /var/run/inspircd.•••This avoids permission issues. Gravatar Sadie Powell2021-03-251-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-171-9/+9
|\|
| * Allow passing --prefix with --system.Gravatar Sadie Powell2021-03-111-9/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-101-1/+0
|\|
| * Fix using single quotes where double quotes should be used.Gravatar Sadie Powell2021-03-061-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-4/+3
|\|
| * Fix detection of the ldap, regex_stdlib, and ssl_mbedtls module deps.•••I am so sorry for writing this cursed magic. Gravatar Sadie Powell2021-03-051-6/+3
| * Remove some todo comments which are outdated or misleading.Gravatar Sadie Powell2021-03-051-4/+6
| * Warn users of old compiler versions about the upcoming version bump.Gravatar Sadie Powell2021-02-281-0/+14
| * Warn users of old Perl versions about the upcoming version bump.Gravatar Sadie Powell2021-02-281-0/+9
* | Remove unnecessary prefix from socketengine source files.Gravatar Sadie Powell2021-03-051-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-281-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-4/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-2/+1
| * Fix the system-wide paths to not violate the Linux FHS.Gravatar Sadie Powell2021-02-081-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-011-2/+0
|\|
| * Fix the base path being used for more than just the install prefix.Gravatar Sadie Powell2021-01-311-2/+0
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-291-12/+8
|\|
| * Fix some minor oversights introduced in 859a799 and 3e557e8.Gravatar Sadie Powell2021-01-291-1/+1
| * Always use for in Perl modules.Gravatar Sadie Powell2021-01-291-2/+2
| * Migrate some stuff away from print_format.Gravatar Sadie Powell2021-01-271-5/+5
| * Fix unnecessary begin blocks in Perl source files.Gravatar Sadie Powell2021-01-251-5/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-181-1/+9
|\|
| * Add a new runtime directory and move the pid file to it.•••The data directory is intended for persistent files whereas the pid file is ephemeral. This distinction doesn't matter by default but on system-wide installs ephemeral runtime files go in /var/run or /run instead. Gravatar Sadie Powell2021-01-181-1/+9
* | Merge tag 'v3.8.1' into master.Gravatar Sadie Powell2020-11-201-2/+2
|\|
| * Skip extra whitespace in --{enable,disable}-extras.Gravatar Sadie Powell2020-11-081-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-11-011-0/+2
|\|