aboutsummaryrefslogtreecommitdiff
path: root/make
Commit message (Collapse)AuthorAgeFilesLines
* 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.Gravatar Sadie Powell2020-09-263-2/+3
| | | | Co-Authored-By: Nicole Kleinhoff <ilbelkyr@shalture.org>
* Add documentation links to the systemd unit file.Gravatar Sadie Powell2020-09-191-0/+1
| | | | Ref: https://www.freedesktop.org/software/systemd/man/systemd.unit.html#%5BUnit%5D%20Section%20Options
* 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.Gravatar Sadie Powell2020-07-071-27/+25
| | | | | - Fix running configure where configure is not in the PWD. - Only show relative paths when generating files from templates.
* 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.Gravatar Sadie Powell2020-01-171-1/+1
| | | | | | 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.
* 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
|
* Update my name and email address.Gravatar Sadie Powell2019-12-3113-13/+13
|
* Use network-online instead of network in the systemd service.Gravatar Peter Powell2019-11-301-1/+2
| | | | | | As recommended at https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/. Closes #1729.
* Use separate build dirs when rebuilding with a different compiler.Gravatar Peter Powell2019-10-162-2/+5
|
* Install the provider configs.Gravatar Peter Powell2019-09-071-1/+3
|
* Replace the gdbargs file with the --eval-command flag.Gravatar Peter Powell2019-09-073-9/+9
|
* Respect indentation in configure template declarations.Gravatar Peter Powell2019-09-071-12/+12
|
* Add -Werror to the Travis build flags.Gravatar Peter Powell2019-08-231-1/+1
|
* Link to the associated documentation page for modules in errors.Gravatar Peter Powell2019-07-161-0/+3
|
* Refer to modules without the m_ prefix in error messagesGravatar Peter Powell2019-07-161-11/+18
|
* Document the --example-dir option.Gravatar Peter Powell2019-07-051-0/+3
|
* Allow customising the example config directory at build time.Gravatar Peter Powell2019-07-031-11/+15
| | | | Fixes #1626.
* Fix finding files when the init script is not in the cwd.Gravatar Peter Powell2019-07-031-17/+15
| | | | This should fix #1621.
* Document the --disable-auto-extras configure option.Gravatar Peter Powell2019-05-151-0/+2
|
* Clean up and document the config header file.Gravatar Peter Powell2019-05-131-4/+27
|
* Fix relying on PWD being set in the makefile.Gravatar Peter Powell2019-05-061-1/+1
| | | | This may not be set in some circumstances.
* Fix the permissions files are installed with.Gravatar Peter Powell2019-05-041-14/+14
| | | | Reported by @ensra.
* Fix --distribution-label erroneously requiring --development.Gravatar Peter Powell2019-05-031-0/+1
| | | | Reported by @ensra.
* Merge branch 'insp20' into insp3.Gravatar Peter Powell2019-05-021-2/+2
|\
| * Update documentation links.Gravatar Peter Powell2019-04-261-2/+2
| |
* | Link flags must be after compiled objects.Gravatar iwalkalone2019-04-221-1/+1
| |
* | Omit debug symbols when doing CI builds.Gravatar Peter Powell2019-04-161-0/+6
| | | | | | | | This provides a significant build time improvement.
* | Add the User and Group options to the systemd service unit template file.Gravatar Robby2019-03-241-0/+2
| |
* | Update most URLs to use HTTPS and fix some dead links.Gravatar Robby2019-03-141-1/+1
| |
* | Silence a warning from the helper script on OpenBSD.Gravatar Peter Powell2019-02-141-1/+1
| |
* | Improve the accessibility and robustness of prompt_bool.Gravatar Peter Powell2019-01-291-2/+6
| | | | | | | | | | | | | | - Use "yes" and "no" instead of "y" and "n". - Validate the true and false responses properly. - Keep prompting the user for a response until they give one which is valid.
* | Improve setting the gid/uid which will own files.Gravatar Peter Powell2019-01-291-33/+22
| | | | | | | | | | | | | | - Consistently set the gid/uid for all directories and files. - Replace the obnoxious warning about root on `make install` with a friendlier warning whilst running configure. - Always install the inspircd executable and modules.
* | Remove trailing whitespace from various source files.Gravatar Peter Powell2019-01-244-4/+4
| |
* | Fix "smartmatch is experimental" warning from the helper script.Gravatar Peter Powell2018-10-261-1/+1
| |
* | Fix a bunch of harmless compiler warnings on recent GCC releases.Gravatar Peter Powell2018-10-261-1/+1
| |