]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - make
m_delaymsg Add option to disallow NOTICEs too
[user/henk/code/inspircd.git] / make /
2009-11-13 danieldgOpenBSD apparently hates adding features that can be...
2009-11-11 danieldgAllow static build of inspircd without module support
2009-11-03 danieldgClarify comments in Makefiles
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-20 danieldgMove ugly .*.inc files into make/template/ where they...
2009-10-10 danieldgUpdate m_cloaking to use free-form keys instead of...
2009-09-30 danieldgRemove include/inspircd_se_config.h and socketengine...
2009-09-30 danieldgMove destruction logic for User and Spanningtree into...
2009-09-30 danieldgSort the module list to give a useful indicator of...
2009-09-28 danieldgWork around BSD make chdir bug with symlinks
2009-09-28 danieldgFix linking errors on BSD
2009-09-28 danieldgAdd directory change to unit-cc, to fix the immensely...
2009-09-28 danieldgFix warnings from BSD build and work around the failure...
2009-09-27 danieldgFix modules/extra symlinks when calculating dependencies
2009-09-18 danieldgFix unit-cc when build is not a direct subdirectory...
2009-09-17 danieldgUpdate make help, configure, and fix build of empty...
2009-09-17 danieldgRemove .*.d dependency garbage, and use a dedicated...
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-16 danieldgAllow make on a read-only source tree using make O...
2009-09-13 danieldgForce rebuild of symlinked modules when the source...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgInclude VERSION/REVISION information in module version...
2009-09-01 danieldgMove file inclusion logic into calcdep, and complain...
2009-09-01 danieldgEnable IPv6 support by default
2009-09-01 danieldgStrip SUPPORT_IP6LINKS #define
2009-09-01 danieldgUse CXXFLAGS rather than nonstandard NICEFLAGS/FLAGS/etc
2009-09-01 danieldgMove bsd-dep.mk/gnu-dep.mk to top-level Makefile
2009-09-01 danieldgReplace special treatment of spanningtree module direct...
2009-09-01 danieldgRun a dependency check on modules so missing dependenci...
2009-09-01 danieldgMove compiler flag selection from configure to Makefile...
2009-09-01 danieldgClean up unneeded messages, fix BSD make
2009-09-01 danieldg./configure fixes: -modupdate is no longer needed,...
2009-09-01 danieldgRe-implement dependency generation in perl to increase...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-09-01 danieldgMove dependency tracking from ./configure to Makefile
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-26 danieldgMake pkg-config failure error clearer
2009-06-05 danieldgAdd daniel's third-party module repository
2009-03-23 danieldgAdd test-compile checks for epoll and eventfd
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-02-11 brainFix error when configuring with a custom directory...
2009-01-24 peaveyfix typo
2009-01-04 brainFriendlify error message here too
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 brainExtra support for freebsd openssl, allow user to pick...
2008-04-27 brainMore stuff so that freebsd users can still use the...
2008-04-27 brainFix this up a bit nicer
2008-04-27 brainand make it work right...
2008-04-27 brainAdd some stuff from the freebsd port based on ideas...
2008-04-22 w00tShow command line on warnings for darix (probably)
2008-04-13 aquanightMake run-cc handle containers of std::pair, and also...
2008-04-13 aquanightRemove comments about coming up with a better way that...
2008-04-13 aquanightSane-ify the STL filtering and coloring in run-cc.
2008-04-03 peaveyremove references to maxclient we forgot here, thx...
2008-03-17 brainTranslate std::string, irc::string and std::deque to...
2008-02-24 aquanightMake run-cc show ARCHIVE step(s), also get rid of ...
2008-02-24 aquanightMake run-cc.pl show all sources on multi-source BUILDS...
2008-02-15 aquanightMake -nofork work properly with logging now.
2008-02-13 brainPatch provided by danieldg for fixing 3-figure versions...
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-02-12 aquanightTidy up run-cc step display
2008-02-11 aquanightTidy up run-cc error reporting (eg: only say 'An error...
2008-02-10 brainBrainfart
2008-02-10 brainNow very tidy make output, with pretty colours :p
2008-02-10 brainMove run-cc.pl to make/ directory and update paths...
2008-01-27 aquanightRevert tmpfile cleanup from r8761, also make configure...
2008-01-27 aquanightSome configure cleanups: like using perl functions...
2008-01-27 brainMake sure that if an exec() macro fails its picked...
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-20 peaveyFix gnutls cert generation failing. Thx owine.
2007-07-17 peaveymore headers.
2007-07-17 specialAdded the execruntime() function for Compile/Linker...
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-07-11 brainBackport patch from stskeeps for checking success of...
2007-06-26 specialAdded a prompt for certificate expiry time to openssl...
2007-06-26 specialFixed the order of fields in openssl certificate genera...
2007-05-14 brainAllow for resizing of MAXBUF above/below 512 via non...
2007-05-10 brainAdd openssl cert generation prettyness, make it like...
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)
next