| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use `xcrun clang++` on OS X as the compiler | Kyle Fuller | 2012-03-22 | 1 | -1/+1 |
| * | Typo fixes. | Peter Powell | 2012-03-22 | 1 | -1/+1 |
| * | Switch configure script to use clang on OS X as Apple no longer maintain thei... | Peter Powell | 2012-03-22 | 1 | -2/+10 |
| * | Update copyright notices to 2011 | Jackmcbarn | 2011-05-04 | 1 | -1/+1 |
| * | Remove ELSIFEQ since old GNU make doesn't support it | Daniel De Graaf | 2010-09-28 | 1 | -2/+0 |
| * | Add gettimeofday() fallback for systems without clock_gettime | Daniel De Graaf | 2010-09-08 | 1 | -0/+3 |
| * | Finish header file #include untangle | Daniel De Graaf | 2010-08-08 | 1 | -1/+1 |
| * | Remove references to svn from configure | Daniel De Graaf | 2010-08-05 | 1 | -80/+0 |
| * | Support PURE_STATIC specified in .config.cache, clean up startscript a bit | Daniel De Graaf | 2010-08-03 | 1 | -6/+4 |
| * | Enable POSIX extra modules in UNIX configure | Daniel De Graaf | 2010-08-03 | 1 | -0/+4 |
| * | Replace #define IPV6 with <config defaultbind="ipv6">, and autodetect if not ... | Daniel De Graaf | 2010-08-03 | 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 |
| * | Remove .*.d dependency garbage, and use a dedicated build directory•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11738 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-17 | 1 | -1/+5 |
| * | Fix null ExtensionItem when unregistering hooks; fix CORE_FLAGS on darwin•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11729 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-15 | 1 | -1/+1 |
| * | Change cmd_*.so to use the Module object API•••Create Module* objects for each command, and load them like modules.
This unifies the external API for modules.
Library directory is now deprecated: all modules are located in a
single module directory.
Header files for each command are no longer needed; remove.
This also fixes two potential segfaults in m_spanningtree.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11668 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-03 | 1 | -9/+1 |
| * | Fix some ICC-found warnings and remove unused #define•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11639 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-02 | 1 | -1/+0 |
| * | Put back missing semicolon•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11588 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-09-02 | 1 | -1/+1 |
| * | Clarify FreeBSD 4 message a bit more•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11586 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -1/+2 |
| * | Make the FreeBSD 4 message useful•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11584 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -2/+3 |
| * | Enable IPv6 support by default•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11573 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -6/+6 |
| * | Strip SUPPORT_IP6LINKS #define•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11572 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -27/+3 |
| * | Run a dependency check on modules so missing dependencies are detected during...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11566 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -0/+10 |
| * | Fix MAKEPROG configure warning•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11565 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -1/+1 |
| * | Move compiler flag selection from configure to Makefile; add support for Inte...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11564 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -96/+9 |
| * | Move VERSION/REVISION to their own header to avoid needless rebuilds on update•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11561 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -4/+9 |
| * | ./configure fixes: -modupdate is no longer needed, -update no longer forces a...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11560 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -131/+28 |
| * | Fix install of module .so files•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11558 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -100/+0 |
| * | Fix build of m_spanningtree and display of dependency regeneration•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11557 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -278/+10 |
| * | Move dependency tracking from ./configure to Makefile•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11556 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-01 | 1 | -56/+13 |
| * | Add contents of LDFLAGS in addition to CXXFLAGS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11536 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-08-21 | 1 | -0/+2 |
| * | Run modulemanager upgrade to check for updates to third party (and extras) mo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11515 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-08-14 | 1 | -0/+3 |
| * | Fix non-interactive configure asking SSL certificate generation question, pat...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11481 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-08-04 | 1 | -1/+1 |
| * | Ask the user if they want to generate SSL certificates before generating one•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11436 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-07-03 | 1 | -4/+5 |
| * | Fix symlink creation of openssl if both it and gnutls are selected•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11435 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-07-03 | 1 | -1/+3 |
| * | Rebuild modeclasses.a when configure -update is run•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11416 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-06-18 | 1 | -1/+1 |
| * | Makefile updates: clean up some installation assumptions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11405 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-06-07 | 1 | -1/+1 |
| * | Use pkg-config to search for gnutls rather than the now-removed libgnutls-config•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11400 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-06-03 | 1 | -1/+1 |
| * | Makefile updates: Fix BSD make conditionals•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11397 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-06-01 | 1 | -23/+38 |
| * | Makefile updates: Allow run-cc wrapper to be disabled by "make V=1"•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11396 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-06-01 | 1 | -14/+14 |