aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2026-06-051-1/+1
|
* Revert "Demote the regex_tre module to inspircd-contrib".Gravatar Sadie Powell2025-08-191-0/+1
| | | | | | TRE is now maintained again so we can revive this. This reverts commit bd9b6c40059795fd5fb78e16a540ce661c77f82f.
* Update copyright headers.Gravatar InspIRCd Robot2025-08-021-1/+1
|
* Don't show an invalid user/group when building portably.Gravatar Sadie Powell2025-07-141-2/+15
|
* The --portable option should imply --disable-ownership.Gravatar Sadie Powell2025-07-141-0/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2025-03-281-1/+1
|
* Add a link to the TLS tutorial to the error about building withGravatar Sadie Powell2024-11-251-2/+4
| | | | TLS support.
* Update copyright headers.Gravatar InspIRCd Robot2024-09-071-1/+0
|
* Allow building log_json against yyjson.Gravatar Sadie Powell2024-08-231-1/+1
| | | | | | This is the default if available. RapidJSON has not had a release in years and has known security vulnerabilities so we should really not be using it.
* Modernise the contrib filenames in configure.Gravatar Sadie Powell2024-08-221-14/+14
|
* Tell people to use insp4 not insp3.Gravatar Sadie Powell2024-07-241-1/+1
|
* Use pkg-config for determining whether to enable the ldap module.Gravatar Sadie Powell2024-07-131-1/+1
|
* Use getentropy() from POSIX 2024 if it is available.Gravatar Sadie Powell2024-07-131-0/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-211-1/+1
|
* Put examples in the example directory on system-wide installs.Gravatar Sadie Powell2024-06-191-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-141-1/+1
|
* Rename regex_pcre back to regex_pcre2.Gravatar Sadie Powell2024-06-071-1/+1
| | | | | This rename happened before we had config compatibility and it doesn't make sense to keep it anymore.
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+0
|
* Move ssl_mbedtls to inspircd-contrib.Gravatar Sadie Powell2024-04-151-2/+0
| | | | Closes #2088.
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-08-271-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-08-251-1/+1
| |
* | Add version constraints to the default module enabling code.Gravatar Sadie Powell2022-06-301-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-05-211-8/+6
|\|
| * Allow preconfiguring the owner uid/gid while also disabling ownership.Gravatar Sadie Powell2022-05-171-8/+6
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-05-071-1/+1
|\|
| * Install into /usr/bin instead of /usr/sbin.Gravatar Sadie Powell2022-05-031-1/+1
| | | | | | | | | | We discourage users from running as root so installing into sbin on system-wide installs doesn't make sense anyway.
* | Implement support for JSON logging.Gravatar Sadie Powell2022-05-021-0/+1
| |
* | Rewrite the entire logging system.Gravatar Sadie Powell2022-05-011-1/+2
| | | | | | | | | | | | - Much cleaner API for writing to the log. - Adds support for stderr and stdout logging to the core. - Adds support for sql and syslog logging in modules.
* | 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.Gravatar Sadie Powell2021-06-111-1/+1
| | | | | | | | | | | | | | | | | | 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.
* | 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.Gravatar Sadie Powell2021-03-301-26/+1
| | | | | | | | Users should be using real certificates in 2021.