| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| * | 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 | |
| * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | 2021-06-21 | 1 | -1/+1 | |
| * | Update copyright headers. | 2021-02-26 | 1 | -2/+1 | |
| * | Fix the base path being used for more than just the install prefix. | 2021-01-31 | 1 | -2/+1 | |
| * | Remove unnecessary chdirs in the helper script. | 2021-01-29 | 1 | -7/+1 | |
| * | Always use for in Perl modules. | 2021-01-29 | 1 | -2/+2 | |
| * | 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 | 1 | -15/+3 | |
| * | Use the builtin Perl kill function not system. | 2020-12-31 | 1 | -1/+1 | |
| * | Remove whitespace between the shebang and the copyright header. | 2020-01-11 | 1 | -1/+0 | |
| * | Update copyright headers. | 2020-01-11 | 1 | -0/+14 | |
| * | Replace the gdbargs file with the --eval-command flag. | 2019-09-07 | 1 | -2/+9 | |
| * | Fix finding files when the init script is not in the cwd.•••This should fix #1621. | 2019-07-03 | 1 | -17/+15 | |
| * | Silence a warning from the helper script on OpenBSD. | 2019-02-14 | 1 | -1/+1 | |
| * | Fix "smartmatch is experimental" warning from the helper script. | 2018-10-26 | 1 | -1/+1 | |
| * | Fix a minor typo in the init script. | 2017-10-05 | 1 | -1/+1 | |
| * | Move the init scripts out of the prefix into the new script dir.•••The previous directory was okay for home directory installs but was problematic for system wide installs. | 2017-09-21 | 1 | -2/+3 | |
| * | Update stuff for the new versioning system. | 2016-09-02 | 1 | -1/+1 | |
| * | Merge insp20 | 2016-08-17 | 1 | -2/+2 | |
| |\ | |||||
| | * | Fix 'cron' and 'restart' in the helper not forwarding arguments. | 2016-03-21 | 1 | -2/+2 | |
| | * | Updated inspircd init script template to make it chkconfig compatible.•••Backported from master, PR #901 | 2014-11-12 | 1 | -0/+6 | |
| * | | Increase entries in valgrind stack traces to 30 (--num-callers) | 2015-05-19 | 1 | -3/+3 | |
| * | | Making init-script exit codes compliant with LSB 4.1 | 2015-02-05 | 1 | -18/+35 | |
| * | | Updated inspircd init script template to make it chkconfig compatible. | 2014-08-31 | 1 | -0/+6 | |
| * | | Replace the configure templating system with something better.•••A large amount of this code can be removed when buildtool is done as we will not need to worry about the differences between BSD and GNU Make. | 2014-05-23 | 1 | -1/+2 | |
| * | | Remove a ton of duplicate and obsolete code from configure.•••- Add the data and log paths to dumphash. - Always exit with EXIT_FAILURE on error. - Always replace the old config.h with our new one. - Clean up the ./configure --help message slightly. - Install dhparams.pem into the conf directory on GnuTLS as well as OpenSSL. - Only show the users InspIRCd Git revision when building from Git. - Remove a check for MinGW (we have proper Windows builds). - Remove a check for FreeBSD 4 (released in 2000). - Remove a ton of pointless tab-indented comments. - Remove a ton of duplicate or unused variables. - Remove the check for stdint.h (always available on TR1 compilers). - Remove the $writeheader argument from writefiles (always 1). - Remove the following %config options: - DESTINATION (not used, always set to BASE). - EXECUTABLE (always set to inspircd). - OSNAME (duplicate of SYSTEM). - Remove support for checking whether -extra modules are up to date (if the user is installing they won't have any -extra modules installed). - Remove SSL generation messages (genssl provides these). - Replace inappropriate uses of printf with print. - Replace is_dir with -d from the Perl stdlib. - Replace resolve_directory with rel2abs from the Perl stdlib. - Rewrite getrevision to be more compact, cache the revision and return 'release' on non-Git builds. - Use consistent messages for all tests. - Use tput to clear the screen in a portable way. | 2013-07-29 | 1 | -1/+1 | |
| * | | Made the launch script aware of --runasroot, so it does not drop privs if thi... | 2013-06-28 | 1 | -1/+1 | |
| |/ | |||||
| * | Fix c2f7fc047c2e5bbb899c820590ce07fee593b28f | 2012-10-06 | 1 | -2/+3 | |
| * | Replace hardcoded paths with configurable ones•••This patchset aims to ease the packaging of InspIRCd for a system-wide installation scenario. Changes in detail: configure: Add the options --log-path and --data-path m_ssl_gnutls, openssl: Change the hardcoded "conf/" to the existent CONFIG_PATH macro m_xline_db: Make the location of xline.db configurable. It will use --data-path as default value, but this can be changed using the configuration files. | 2012-10-04 | 1 | -2/+2 | |
| * | Headers: update remaining scripts too | 2012-04-20 | 1 | -8/+16 | |
| * | Fix for bug 116, in addition an improvement of the regex is made | 2011-03-18 | 1 | -2/+2 | |
| * | Fix taint mode execution | 2010-10-20 | 1 | -4/+4 | |
| * | Fix typo in argument to valdebug spotted by daemonic. | 2010-04-05 | 1 | -1/+1 | |
| * | Remove checkconf, it is no longer needed•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12628 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-03-13 | 1 | -184/+0 | |
| * | Improve support for NetBSD•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12438 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-12 | 1 | -6/+6 | |
| * | Make a ./configure --system to support system-wide installation of inspircd•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12275 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-17 | 1 | -0/+17 | |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-01-11 | 1 | -1/+1 | |
| * | Move ugly .*.inc files into make/template/ where they can be more easily found•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11929 e03df62e-2008-0410-955e-edbf42e46eb7 | 2009-10-20 | 1 | -0/+590 | |
