Age | Commit message (Expand) | Author |
2014-10-24 | Use clang++ on FreeBSD 10 instead of g++. | Peter Powell |
2014-08-19 | Fix pkg-config not being used for OpenSSL on non-FreeBSD systems. | Peter Powell |
2014-04-04 | Fix typos and update text in the configure script | Attila Molnar |
2013-06-05 | Report the full GnuTLS version in configure | attilamolnar |
2013-01-28 | Use the preprocessor to detect whether hash_map is available. | Peter Powell |
2013-01-22 | Fix OpenSSL detection on distributions which modify the version number. | Peter Powell |
2012-11-15 | unhook --uid from --system in configure script | Steven Van Acker |
2012-11-07 | Temporary fix for HASHMAP_DEPRECATED on clang. | Peter Powell |
2012-10-26 | Fix configure system loading cache file too late. | Peter Powell |
2012-10-04 | Replace hardcoded paths with configurable ones | ChrisTX |
2012-07-27 | Don't hard code the branch version. | Peter Powell |
2012-07-21 | Don't hardcode conf/inspircd.conf as the config file, allow the configure scr... | attilamolnar |
2012-07-05 | GnuTLS requires pkg-config as well. | Peter Powell |
2012-04-20 | Headers: update remaining scripts too | Robby- |
2012-03-22 | Use `xcrun clang++` on OS X as the compiler | Kyle Fuller |
2012-03-21 | Typo fixes. | Peter Powell |
2012-03-21 | Switch configure script to use clang on OS X as Apple no longer maintain thei... | Peter Powell |
2010-09-08 | Add gettimeofday() fallback for systems without clock_gettime | Daniel De Graaf |
2010-03-25 | Remove references to svn from configure | Daniel De Graaf |
2010-03-11 | Clean up the Makefile a bit, add DESTDIR | danieldg |
2010-03-07 | Enable POSIX extra modules in UNIX configure | danieldg |
2010-02-23 | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ... | danieldg |
2010-02-12 | Improve support for NetBSD | danieldg |
2010-01-17 | Make a ./configure --system to support system-wide installation of inspircd | danieldg |
2010-01-14 | Remove launchd references (incomplete pieces of a system-wide installation se... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-04 | Fix makefile remake target to work in BSD make and avoid looping when .config... | danieldg |
2009-10-30 | Ask before running modulemanager update | danieldg |
2009-10-20 | Move ugly .*.inc files into make/template/ where they can be more easily found | danieldg |
2009-10-13 | Change to new execution directory structure | danieldg |
2009-09-30 | Remove include/inspircd_se_config.h and socketengine-specific headers | danieldg |
2009-09-28 | Add directory change to unit-cc, to fix the immensely stupid BSD make behavio... | danieldg |
2009-09-24 | Move configuration filename specification to start script, to reduce hardcode... | danieldg |
2009-09-17 | Update make help, configure, and fix build of empty m_* directories | danieldg |
2009-09-17 | Remove .*.d dependency garbage, and use a dedicated build directory | danieldg |
2009-09-15 | Fix null ExtensionItem when unregistering hooks; fix CORE_FLAGS on darwin | danieldg |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Fix some ICC-found warnings and remove unused #define | danieldg |
2009-09-02 | Put back missing semicolon | brain |
2009-09-01 | Clarify FreeBSD 4 message a bit more | danieldg |
2009-09-01 | Make the FreeBSD 4 message useful | danieldg |
2009-09-01 | Enable IPv6 support by default | danieldg |
2009-09-01 | Strip SUPPORT_IP6LINKS #define | danieldg |
2009-09-01 | Run a dependency check on modules so missing dependencies are detected during... | danieldg |
2009-09-01 | Fix MAKEPROG configure warning | danieldg |
2009-09-01 | Move compiler flag selection from configure to Makefile; add support for Inte... | danieldg |
2009-09-01 | Move VERSION/REVISION to their own header to avoid needless rebuilds on update | danieldg |
2009-09-01 | ./configure fixes: -modupdate is no longer needed, -update no longer forces a... | danieldg |
2009-09-01 | Fix install of module .so files | danieldg |
2009-09-01 | Fix build of m_spanningtree and display of dependency regeneration | danieldg |