| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move ssl_mbedtls to inspircd-contrib.•••Closes #2088. | 2024-04-15 | 1 | -2/+0 | |
| * | Merge branch 'insp3' into master. | 2022-08-27 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-08-25 | 1 | -1/+1 | |
| * | | Add version constraints to the default module enabling code. | 2022-06-30 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2022-05-21 | 1 | -8/+6 | |
| |\| | |||||
| | * | Allow preconfiguring the owner uid/gid while also disabling ownership. | 2022-05-17 | 1 | -8/+6 | |
| * | | Merge branch 'insp3' into master. | 2022-05-07 | 1 | -1/+1 | |
| |\| | |||||
| | * | Install into /usr/bin instead of /usr/sbin.•••We discourage users from running as root so installing into sbin on system-wide installs doesn't make sense anyway. | 2022-05-03 | 1 | -1/+1 | |
| * | | Implement support for JSON logging. | 2022-05-02 | 1 | -0/+1 | |
| * | | Rewrite the entire logging system.•••- 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. | 2022-05-01 | 1 | -1/+2 | |
| * | | Rename regex_pcre2 to regex_pcre. | 2021-11-14 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-11-05 | 1 | -1/+3 | |
| |\| | |||||
| | * | Show more build environment information when running configure. | 2021-11-04 | 1 | -1/+3 | |
| * | | Yeet regex_pcre into contrib. | 2021-10-01 | 1 | -1/+0 | |
| * | | Add the regex_pcre2 module. | 2021-09-26 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-09-01 | 1 | -0/+10 | |
| |\| | |||||
| | * | Warn about how quirky musl's libdl implementation is. | 2021-08-29 | 1 | -0/+10 | |
| * | | Merge branch 'insp3' into master. | 2021-08-01 | 1 | -0/+9 | |
| |\| | |||||
| | * | Check that the source dir is writable before running compiler checks. | 2021-07-28 | 1 | -0/+9 | |
| | * | Always default the genssl question in configure to no. | 2021-07-18 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-06-13 | 1 | -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. | 2021-06-11 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-06-09 | 1 | -4/+14 | |
| |\| | |||||
| | * | Fix unnecessary capitalisation at the start of a configure warning. | 2021-06-09 | 1 | -1/+1 | |
| | * | Use dummy values for the user/group with --disable-ownership. | 2021-06-09 | 1 | -2/+2 | |
| | * | Add the --disable-ownership option to help packagers out. | 2021-06-09 | 1 | -4/+14 | |
| * | | Demote the regex_tre module to inspircd-contrib. | 2021-06-01 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 1 | -1/+0 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\| | |||||
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -5/+5 | |
| * | | Stop asking if users want to generate a self-signed certificate.•••Users should be using real certificates in 2021. | 2021-03-30 | 1 | -26/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-03-30 | 1 | -1/+1 | |
| |\| | |||||
| | * | Make the system-wide runtime directory /var/run/inspircd.•••This avoids permission issues. | 2021-03-25 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-03-17 | 1 | -9/+9 | |
| |\| | |||||
| | * | Allow passing --prefix with --system. | 2021-03-11 | 1 | -9/+9 | |
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -1/+0 | |
| |\| | |||||
| | * | Fix using single quotes where double quotes should be used. | 2021-03-06 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -4/+3 | |
| |\| | |||||
| | * | Fix detection of the ldap, regex_stdlib, and ssl_mbedtls module deps.•••I am so sorry for writing this cursed magic. | 2021-03-05 | 1 | -6/+3 | |
| | * | Remove some todo comments which are outdated or misleading. | 2021-03-05 | 1 | -4/+6 | |
| | * | Warn users of old compiler versions about the upcoming version bump. | 2021-02-28 | 1 | -0/+14 | |
| | * | Warn users of old Perl versions about the upcoming version bump. | 2021-02-28 | 1 | -0/+9 | |
| * | | Remove unnecessary prefix from socketengine source files. | 2021-03-05 | 1 | -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. | 2021-02-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -4/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -2/+1 | |
| | * | Fix the system-wide paths to not violate the Linux FHS. | 2021-02-08 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-02-01 | 1 | -2/+0 | |
| |\| | |||||
| | * | Fix the base path being used for more than just the install prefix. | 2021-01-31 | 1 | -2/+0 | |
