aboutsummaryrefslogtreecommitdiff
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-08-272-3/+2
* 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
* Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-211-1/+1
* Fix uninstalling files on `make deinstall` and similar.Gravatar Sadie Powell2021-06-092-10/+30
* Add the --disable-ownership option to help packagers out.Gravatar Sadie Powell2021-06-092-31/+39
* Fix the compiler_info name for the Intel compiler.Gravatar Sadie Powell2021-06-091-1/+1
* Create the runtime directory at install time if it does not exist.Gravatar Sadie Powell2021-05-141-0/+2
* Remove some todo comments which are outdated or misleading.Gravatar Sadie Powell2021-03-051-2/+0
* Fix print_warning using print instead of say.Gravatar Sadie Powell2021-02-281-1/+1
* Fix running configure on systems with old versions of Perl.•••Closes #1852. Gravatar Sadie Powell2021-02-281-1/+2
* Update copyright headers.Gravatar InspIRCd Robot2021-02-2611-12/+11
* Fix using the TR1 headers on compilers that support C++17.Gravatar Sadie Powell2021-02-011-1/+1
* 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
* Remove unnecessary chdirs in the helper script.Gravatar Sadie Powell2021-01-291-7/+1
* Fix some minor oversights introduced in 859a799 and 3e557e8.Gravatar Sadie Powell2021-01-291-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 []. Gravatar Sadie Powell2021-01-291-33/+38
* Always use for in Perl modules.Gravatar Sadie Powell2021-01-293-7/+7
* Purge all remaining uses of print_format.Gravatar Sadie Powell2021-01-293-29/+23
* Migrate some stuff away from print_format.Gravatar Sadie Powell2021-01-273-9/+9
* Fix unnecessary begin blocks in Perl source files.Gravatar Sadie Powell2021-01-256-35/+11
* 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-184-15/+8
* Fix `./configure --update` with cache files generated before v3.2.Gravatar Sadie Powell2021-01-181-0/+1
* Use the builtin Perl kill function not system.Gravatar Sadie Powell2020-12-311-1/+1
* Export console_format from make::console and make it more robust.•••Previously a module could do warning("<|INVALID wibble|>") in its $CompilerFlags or $LinkerFLags and this would break the build. Gravatar Sadie Powell2020-12-311-9/+13
* 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-093-3/+6
* Remove an obsolete comment about BSD Make.Gravatar Sadie Powell2020-11-121-2/+0
* Add an AppArmor config.Gravatar Sadie Powell2020-11-122-0/+47
* Update copyright headers.Gravatar InspIRCd Robot2020-10-304-2/+5
* More consistently show modules without the file prefix and suffix.Gravatar Sadie Powell2020-10-152-20/+27
* Remove the mod-footer make target as it prints invalid messages.Gravatar Sadie Powell2020-09-301-7/+1
* Store generated SSL certificates in the .configure directory.•••Co-Authored-By: Nicole Kleinhoff <ilbelkyr@shalture.org> Gravatar Sadie Powell2020-09-263-2/+3
* Add documentation links to the systemd unit file.•••Ref: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#%5BUnit%5D%20Section%20Options Gravatar Sadie Powell2020-09-191-0/+1
* Add a link to the packaging advice to the configure help.Gravatar Sadie Powell2020-08-251-0/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-07-303-3/+3
* Switch systemd service to be non-forking & avoid using the helper.Gravatar Sadie Powell2020-07-281-5/+3
* Add a logrotate config.Gravatar Sadie Powell2020-07-272-0/+43
* Various improvements to the build system.•••- Fix running configure where configure is not in the PWD. - Only show relative paths when generating files from templates. Gravatar Sadie Powell2020-07-071-27/+25
* Implement a tool for testing SSL connectivity.Gravatar Sadie Powell2020-06-162-0/+48
* Add a file to the config directory telling new users what to do.Gravatar Sadie Powell2020-05-212-0/+20
* Fix the documentation comments in config.h.Gravatar Sadie Powell2020-05-191-11/+11
* Implement support for portable installations.Gravatar Sadie Powell2020-05-162-2/+5
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-01-312-2/+2
* Add a function for showing a command whilst executing it.Gravatar Sadie Powell2020-01-181-0/+6
* Migrate from Travis CI to GitHub Actions.•••This brings shiny new GitHub integrations as well as allowing us to bring back the macOS builds which were disabled because of the very broken Travis CI macOS infrastructure. Gravatar Sadie Powell2020-01-171-1/+1
* Remove whitespace between the shebang and the copyright header.Gravatar Sadie Powell2020-01-113-3/+0
* Update copyright headers.Gravatar InspIRCd Robot2020-01-1116-13/+51
* Add a replacement for the nationalchars module.Gravatar Sadie Powell2020-01-071-0/+2