]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - make/configure.pm
Fix mistakenly using Clang instead of GCC on older FreeBSD versions.
[user/henk/code/inspircd.git] / make / configure.pm
2014-10-15 Attila MolnarMerge pull request #935 from SaberUK/insp20+fix-crlf
2014-10-13 Peter PowellAdd a workaround for compiling modules with Windows...
2014-06-29 Attila MolnarMerge pull request #878 from SaberUK/insp20+fix-minor...
2014-06-26 Peter PowellFix various small problems with configure.
2012-11-08 Peter PowellFix ModuleManager failing when:
2012-10-04 AdamMerge pull request #314 from ChrisTX/insp20+DnsQueryConfig
2012-10-04 ChrisTXReplace hardcoded paths with configurable ones
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-20 Robby-Headers: update remaining scripts too
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #28 from DjSlash/classinconnectmsg
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
2012-04-12 Robin BurchellMerge pull request #43 from Shawn-Smith/insp20+whoisfix
2012-04-12 Robin BurchellMerge pull request #41 from SaberUK/configure-cleanup
2012-04-12 Peter PowellMinor style tweaks.
2012-04-12 Peter PowellRemove references to old configure commands.
2012-04-09 Robin BurchellMerge pull request #27 from DjSlash/maxconnwarn
2012-04-09 Robin BurchellMerge pull request #25 from DjSlash/colour-to-color
2012-04-09 Sir PogsalotMerge pull request #32 from SaberUK/remove-svn-references
2012-04-09 Peter PowellRemove outdated references to SVN.
2010-02-23 danieldgReplace #define IPV6 with <config defaultbind="ipv6...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-01 danieldgEnable IPv6 support by default
2009-09-01 danieldgStrip SUPPORT_IP6LINKS #define
2009-08-28 psychonFix a really minor spelling error in make/configure.pm
2009-08-04 w00tTrack installed module versions, so we can do upgrades...
2009-06-05 danieldgAdd daniel's third-party module repository
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-24 peaveyfix typo
2008-09-07 w00tAllow for silencing getmodules() output (is annoying...
2008-09-07 w00tMake this work with older git, too (thanks danieldg)
2008-09-07 w00tUse git describe rather than git-svn, it works better...
2008-09-07 w00tAlso redirect errors to /dev/null to avoid messy output...
2008-09-07 w00tNicer fix for REVISION stuff when using git, thanks...
2008-09-07 w00tAdd basic module manager, patch courtesy of danieldg...
2008-06-12 brainExtra configure detection for the gcc minor version...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-04-27 brainFix this up a bit nicer
2008-04-03 peaveyremove references to maxclient we forgot here, thx...
2008-02-13 brainMore fixes to configure stability with undefined values...
2008-02-13 brainThis should fix the error owine was getting in configur...
2008-01-27 aquanightSome configure cleanups: like using perl functions...
2008-01-19 aquanightAdd ./configure --list-extras, --enable-extras, and...
2008-01-17 brainAquanight's configure strict/fatal warnings patch
2007-11-03 brainAdd --disable-rpath. Probably wont backport this for...
2007-10-23 brainAdd $NoPedantic build macro, for m_mysql because mysql...
2007-08-25 brainAdd 'require 5.8.0' to the very top of every module...
2007-07-24 peaveyA bit of static lingering
2007-07-17 peaveymore headers.
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-05-14 brainAllow for resizing of MAXBUF above/below 512 via non...
2007-05-05 brainFix for bug typo, dont let it creep into the release!
2007-05-05 brainFix for feature request in bug #262, needs a bit of...
2007-04-07 brainAdd licensing headers to files which are missing them...
2007-02-19 brainAddition of feature request outlined in bug #195, sugge...
2007-02-10 brainFix typo reported by owine (bug #208)
2007-01-26 brainFix for bug #187
2007-01-20 brainBetter detection
2007-01-20 brainFixes to make ./configure prompt for libs if all else...
2007-01-14 brainMove showhelp() into make/configure.pm
2007-01-14 brainSlightly decraqed configure
2007-01-14 brainStarting tidying up the configure script, and moving...