| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update wiki links to use HTTPS and point to the correct pages.•••When we release 3.0 these links will break as they will point to
the pages for 3.0 rather than 2.0.
| Peter Powell | 2017-10-15 | 1 | -1/+1 |
| * | Tell OpenBSD users that they need to use a different make command. | Peter Powell | 2017-05-19 | 1 | -0/+8 |
| * | Fix compiler version parsing on GCC 7.•••GCC 7 may optionally omit the MINOR version number in dumpversion
depending on the compiler flags it was built with.
| Peter Powell | 2017-04-14 | 1 | -10/+9 |
| * | Fix some compiler warnings.•••warning: macro name is a reserved identifier [-Wreserved-id-macro]
warning: extra ';' after member function definition [-Wextra-semi]
| Peter Powell | 2017-03-20 | 1 | -2/+2 |
| * | Use clock_gettime() on macOS 10.12. | Peter Powell | 2016-12-26 | 1 | -0/+4 |
| * | Workaround modern Perls not adding . to @INC. | Peter Powell | 2016-11-08 | 1 | -0/+1 |
| * | GCC should never assume that this can not be null. | Peter Powell | 2016-06-27 | 1 | -1/+4 |
| * | Switch <stdint.h> test to use a test file too. | Peter Powell | 2015-07-21 | 1 | -8/+2 |
| * | Switch strlcpy test to use a test file too. | Peter Powell | 2015-07-21 | 1 | -17/+2 |
| * | Fix checking whether kqueue is available.•••It seems like the newer OS X versions don't put headers into the
system include directories. Switch to using a test file instead.
| Peter Powell | 2015-07-21 | 1 | -16/+2 |
| * | Merge pull request #1061 from SaberUK/insp20+fix-fbsd•••[2.0] Fix mistakenly using Clang instead of GCC on older FreeBSD versions. | Attila Molnar | 2015-06-15 | 1 | -1/+2 |
| |\ |
|
| | * | Fix mistakenly using Clang instead of GCC on older FreeBSD versions. | Peter Powell | 2015-06-14 | 1 | -1/+2 |
| * | | Fix system-wide installation of the data and log directories.•••The existing method works fine when building with the default
paths but breaks when you are doing a system-wide installation.
| Peter Powell | 2015-06-14 | 1 | -1/+1 |
| |/ |
|
| * | Fix configure overwriting the cache settings on startup. | Peter Powell | 2015-05-12 | 1 | -12/+12 |
| * | Fix erroneous error messages in configure. | Peter Powell | 2015-02-12 | 1 | -2/+2 |
| * | Don't load Data::Dumper in the configure script.•••This is not used and apparently there are some distros which do
not include it as part of the system Perl.
| Peter Powell | 2015-01-11 | 1 | -6/+0 |
| * | Use clang++ on FreeBSD 10 instead of g++. | Peter Powell | 2014-10-24 | 1 | -5/+7 |
| * | Fix pkg-config not being used for OpenSSL on non-FreeBSD systems. | Peter Powell | 2014-08-19 | 1 | -0/+1 |
| * | Fix typos and update text in the configure script•••Some of these were picked from #448
| Attila Molnar | 2014-04-04 | 1 | -18/+16 |
| * | Report the full GnuTLS version in configure•••Fix incorrect version being reported when the minor version is longer than one digit (2.10.x)
| attilamolnar | 2013-06-05 | 1 | -1/+1 |
| * | Use the preprocessor to detect whether hash_map is available. | Peter Powell | 2013-01-28 | 1 | -9/+0 |
| * | Fix OpenSSL detection on distributions which modify the version number. | Peter Powell | 2013-01-22 | 1 | -1/+1 |
| * | unhook --uid from --system in configure script•••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
| Steven Van Acker | 2012-11-15 | 1 | -3/+3 |
| * | Temporary fix for HASHMAP_DEPRECATED on clang. | Peter Powell | 2012-11-07 | 1 | -0/+2 |
| * | Fix configure system loading cache file too late. | Peter Powell | 2012-10-26 | 1 | -1/+2 |
| * | 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.
| ChrisTX | 2012-10-04 | 1 | -3/+23 |
| * | Don't hard code the branch version. | Peter Powell | 2012-07-27 | 1 | -0/+6 |
| * | Don't hardcode conf/inspircd.conf as the config file, allow the configure scr...•••Fixes #264 reported by @ampt
| attilamolnar | 2012-07-21 | 1 | -0/+1 |
| * | GnuTLS requires pkg-config as well. | Peter Powell | 2012-07-05 | 1 | -2/+2 |
| * | Headers: update remaining scripts too | Robby- | 2012-04-20 | 1 | -8/+22 |
| * | Use `xcrun clang++` on OS X as the compiler | Kyle Fuller | 2012-03-22 | 1 | -1/+1 |
| * | Typo fixes. | Peter Powell | 2012-03-21 | 1 | -1/+1 |
| * | Switch configure script to use clang on OS X as Apple no longer maintain thei... | Peter Powell | 2012-03-21 | 1 | -2/+10 |
| * | Add gettimeofday() fallback for systems without clock_gettime | Daniel De Graaf | 2010-09-08 | 1 | -0/+3 |
| * | Remove references to svn from configure | Daniel De Graaf | 2010-03-25 | 1 | -80/+0 |
| * | Clean up the Makefile a bit, add DESTDIR•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12620 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-11 | 1 | -2/+1 |
| * | Enable POSIX extra modules in UNIX configure•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12612 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-03-07 | 1 | -0/+3 |
| * | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12550 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-23 | 1 | -11/+0 |
| * | Improve support for NetBSD•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12438 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-12 | 1 | -1/+1 |
| * | 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
| danieldg | 2010-01-17 | 1 | -38/+31 |
| * | Remove launchd references (incomplete pieces of a system-wide installation se...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12251 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-14 | 1 | -2/+0 |
| * | ...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
| brain | 2010-01-11 | 1 | -1/+1 |
| * | Fix makefile remake target to work in BSD make and avoid looping when .config...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12242 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-04 | 1 | -2/+5 |
| * | Ask before running modulemanager update•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11983 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-30 | 1 | -3/+8 |
| * | 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
| danieldg | 2009-10-20 | 1 | -59/+51 |
| * | Change to new execution directory structure•••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
| danieldg | 2009-10-13 | 1 | -6/+3 |
| * | Remove include/inspircd_se_config.h and socketengine-specific headers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11784 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-30 | 1 | -13/+1 |
| * | Add directory change to unit-cc, to fix the immensely stupid BSD make behavio...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11772 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-28 | 1 | -1/+1 |
| * | Move configuration filename specification to start script, to reduce hardcode...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11759 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-24 | 1 | -1/+0 |
| * | Update make help, configure, and fix build of empty m_* directories•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11739 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-17 | 1 | -0/+1 |