aboutsummaryrefslogtreecommitdiff
path: root/make/template
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-08-273-4/+5
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-08-254-3/+4
| * Fix the last modified dates of the man pages.•••The Linux man-pages project recommends using YYYY-MM-DD. Some dates had also not been updated since they were added. Gravatar Sadie Powell2022-08-243-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-07-191-2/+5
|\|
| * Allow logrotate to rotate logs with just a pid file.•••Ref: #1991Gravatar Wade Cline2022-07-191-1/+4
| * Fix the logrotate config rotating already rotated log files.•••Ref: #1990.Gravatar Wade Cline2022-07-111-1/+1
* | Fix installing example SQL schemas.Gravatar Sadie Powell2022-05-021-2/+4
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
* | 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
* | 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
* | 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-091-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-06-091-38/+64
|\|
| * Fix uninstalling files on `make deinstall` and similar.Gravatar Sadie Powell2021-06-091-10/+29
| * Add the --disable-ownership option to help packagers out.Gravatar Sadie Powell2021-06-091-31/+38
| * 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-081-1/+1
* | 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
* | 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-02-283-4/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-263-4/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-013-7/+2
|\|
| * Fix the base path being used for more than just the install prefix.Gravatar Sadie Powell2021-01-312-6/+1
| * Fix bitshift in INSPIRCD_VERSION_SINCE.Gravatar Sadie Powell2021-01-301-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-291-9/+3
|\|
| * Remove unnecessary chdirs in the helper script.Gravatar Sadie Powell2021-01-291-7/+1
| * Always use for in Perl modules.Gravatar Sadie Powell2021-01-291-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-183-15/+7
|\|
| * 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-183-15/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-071-1/+1
|\|
| * Use the builtin Perl kill function not system.Gravatar Sadie Powell2020-12-311-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-212-1/+5
|\|
| * Replace the SERVER stub command with something actually useful.•••This will typically never be reached because the remote will wait until it receives a CAPAB response before sending SERVER. Instead replace it with a CAPAB stub command that quits servers with a helpful message. Gravatar Sadie Powell2020-12-201-0/+3
| * Make people aware that they can get support on GitHub now.Gravatar Sadie Powell2020-12-091-1/+2
* | Merge tag 'v3.8.1' into master.Gravatar Sadie Powell2020-11-203-2/+47
|\|