| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
When we release 3.0 these links will break as they will point to
the pages for 3.0 rather than 2.0.
|
| | |
|
| |
|
|
|
| |
GCC 7 may optionally omit the MINOR version number in dumpversion
depending on the compiler flags it was built with.
|
| |
|
|
|
| |
warning: macro name is a reserved identifier [-Wreserved-id-macro]
warning: extra ';' after member function definition [-Wextra-semi]
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
It seems like the newer OS X versions don't put headers into the
system include directories. Switch to using a test file instead.
|
| |\
| |
| | |
[2.0] Fix mistakenly using Clang instead of GCC on older FreeBSD versions.
|
| | | |
|
| |/
|
|
|
| |
The existing method works fine when building with the default
paths but breaks when you are doing a system-wide installation.
|
| | |
|
| | |
|
| |
|
|
|
| |
This is not used and apparently there are some distros which do
not include it as part of the system Perl.
|
| | |
|
| | |
|
| |
|
|
| |
Some of these were picked from #448
|
| |
|
|
| |
Fix incorrect version being reported when the minor version is longer than one digit (2.10.x)
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Specifying --uid allows the ircd to run as a specific user, while
--system fixes the install directories to be spread all over the system.
Specifying --uid shouldn't imply --system. This fix allows a uid to be set
while not interfering with --prefix
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
| |
script to override it (configure asked for the path but the ircd used the hardcoded path regardless)
Fixes #264 reported by @ampt
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
their fork of GCC.
|
| | |
|
| | |
|
| |
|
|
| |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12620 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
| |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12612 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
|
|
| |
specified
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12550 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
| |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12438 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
| |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12275 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
|
|
| |
setup)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12251 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
| |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
|
|
| |
.config.cache is updated
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12242 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
| |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11983 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
| |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11929 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
|
|
|
|
| |
Don't change CWD into bin/
Remove path-resolution hacks from configuration
Store pidfile and xline DBs in data, logs in logs.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11866 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
| |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11784 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
|
|
| |
behavior of changing directories
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11772 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
|
|
| |
hardcoded paths in executable
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11759 e03df62e-2008-0410-955e-edbf42e46eb7
|
| |
|
|
| |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11739 e03df62e-2008-0410-955e-edbf42e46eb7
|