| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| * | | Drop support for Debian GNU/kFreeBSD.•••This distribution is long dead and probably can't build v4 anyway. | 2021-07-19 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -1/+1 | |
| * | | Avoid using -pthreads on Haiku. | 2021-06-19 | 1 | -2/+3 | |
| * | | Avoid creating unnecessary symlinks. | 2021-06-09 | 2 | -7/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-06-09 | 2 | -38/+66 | |
| |\| | |||||
| | * | Fix uninstalling files on `make deinstall` and similar. | 2021-06-09 | 2 | -10/+30 | |
| | * | Add the --disable-ownership option to help packagers out. | 2021-06-09 | 2 | -31/+39 | |
| | * | Fix the compiler_info name for the Intel compiler. | 2021-06-09 | 1 | -1/+1 | |
| * | | Refactor the compiler and linker flags in the makefile. | 2021-06-09 | 1 | -28/+45 | |
| * | | Link against libc++fs/libstdc++fs on older compilers. | 2021-06-08 | 3 | -4/+16 | |
| * | | Stop explicitly linking against libstdc++. | 2021-06-08 | 1 | -2/+2 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+4 | |
| * | | Merge branch 'insp3' into master. | 2021-05-22 | 1 | -0/+2 | |
| |\| | |||||
| | * | Create the runtime directory at install time if it does not exist. | 2021-05-14 | 1 | -0/+2 | |
| * | | Remove bsd.mk; this file only existed for ease of v3 migration. | 2021-05-19 | 1 | -31/+0 | |
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -1/+1 | |
| * | | Stop asking if users want to generate a self-signed certificate.•••Users should be using real certificates in 2021. | 2021-03-30 | 1 | -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. | 2021-03-30 | 2 | -50/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -2/+0 | |
| |\| | |||||
| | * | Remove some todo comments which are outdated or misleading. | 2021-03-05 | 1 | -2/+0 | |
| * | | Remove unnecessary prefix from socketengine source files. | 2021-03-05 | 2 | -4/+3 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix print_warning using print instead of say. | 2021-02-28 | 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 | 5 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 10 | -11/+10 | |
| |\| | |||||
| | * | Fix running configure on systems with old versions of Perl.•••Closes #1852. | 2021-02-28 | 1 | -1/+2 | |
| | * | Update copyright headers. | 2021-02-26 | 11 | -12/+11 | |
| * | | Merge branch 'insp3' into master. | 2021-02-01 | 3 | -7/+2 | |
| |\| | |||||
| | * | Fix using the TR1 headers on compilers that support C++17. | 2021-02-01 | 1 | -1/+1 | |
| | * | Fix the base path being used for more than just the install prefix. | 2021-01-31 | 2 | -6/+1 | |
| | * | Fix bitshift in INSPIRCD_VERSION_SINCE. | 2021-01-30 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-01-29 | 7 | -117/+86 | |
| |\| | |||||
| | * | Remove unnecessary chdirs in the helper script. | 2021-01-29 | 1 | -7/+1 | |
| | * | Fix some minor oversights introduced in 859a799 and 3e557e8. | 2021-01-29 | 1 | -1/+1 | |
| | * | Improve the `./configure --help` output•••- Document --portable, --runtime-dir, and INSPIRCD_VERBOSE. - Make the output coloured on supporting terminals. - Fix the description of --data-dir. - Wrap all lines at 80 charactrs. - Upper case the value names and wrap in <> not []. | 2021-01-29 | 1 | -33/+38 | |
| | * | Always use for in Perl modules. | 2021-01-29 | 3 | -7/+7 | |
| | * | Purge all remaining uses of print_format. | 2021-01-29 | 3 | -29/+23 | |
| | * | Migrate some stuff away from print_format. | 2021-01-27 | 3 | -9/+9 | |
| | * | Fix unnecessary begin blocks in Perl source files. | 2021-01-25 | 6 | -35/+11 | |
| * | | Merge branch 'insp3' into master. | 2021-01-18 | 4 | -15/+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. | 2021-01-18 | 4 | -15/+8 | |
| | * | Fix `./configure --update` with cache files generated before v3.2. | 2021-01-18 | 1 | -0/+1 | |
