summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2009-02-07Add ./configure --generate-{gnutls,openssl}-cert for easy re-generation of a ...brain
2009-01-25clean some trailing space and fix a year on copyrightpeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-07Thanks to Phoenix and MacGyver for their help on this.w00t
2008-12-07This should help on osx. No gaurantees, as i dont have that OS.brain
2008-10-07Test commitbrain
2008-09-13Make the 'ancient OS' warning a bit more strongly worded.w00t
2008-09-01typofixw00t
2008-09-01Allow a choice between openssl and gnutls (or both, if you're a masochist (fo...w00t
2008-09-01Output proper error message when we cant write one of the makefiles etcbrain
2008-08-31Omit -export-dynamic on OS X, thanks to satmd's operw00t
2008-08-26Remove -lunwind from openbsd stuff, per Dagonetw00t
2008-08-25Forward-port poll socket engine as it seems reasonably stable, and half-hack ...w00t
2008-08-21Patch submitted by Dagonet that improves detection of gnutls and opensslbrain
2008-08-21add support for windows service. This now is part of inspircd itself being as...brain
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-19Change modes in channels and users to use std::bitset instead of an array. Th...w00t
2008-07-18Okay. This will probably break *everything*, but hey. Use static linking (JUS...w00t
2008-06-12Extra configure detection for the gcc minor version (we took this out when we...brain
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-04-27Extra support for freebsd openssl, allow user to pick between ports and base ...brain
2008-04-27More stuff so that freebsd users can still use the ports version of openssl i...brain
2008-04-27Detect openssl on freebsd with the openssl binary, so we can find the base ve...brain
2008-04-13Bump datew00t
2008-04-02Remove all compile-time max client and max fd's configuration. This is no lon...brain
2008-04-02Automatic detection and allocation of max fds. No longer needs recompile to c...brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-03-23Fix configure -svnupdate not bailing if conflicts occur.aquanight
2008-03-02Forgot about .*.inc filesaquanight
2008-03-02Make ./configure -svnupdate smarter (don't actually do the update if it's not...aquanight
2008-02-26Revert configure so that we can uh, actually compile.brain
2008-02-24./configure --update-root - Updates the root directory files from their .<foo...aquanight
2008-02-24Make cmd_*.cpp build to a .so in one step, no intermediate .oaquanight
2008-02-21Change of configure message to plainer english as requested by voidzerobrain
2008-02-21More fixesbrain
2008-02-21Threadengine stuffbrain
2008-02-11Add -Woverloaded-virtual (fixes to follow)w00t
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-10Even tidierbrain
2008-02-10Now very tidy make output, with pretty colours :pbrain
2008-02-10Add -pthread link flagbrain
2008-02-10Add threading engine stuff. Docs to follow, untested and not used anywhere yetbrain
2008-02-10Move run-cc.pl to make/ directory and update paths, keeps root tidybrain
2008-02-09Add a perl script which will abort compiles for warning messages that don't h...aquanight
2008-02-02Fix $config{HAS_OPENSSL} winding up undefined and crashing configure if opens...aquanight
2008-02-01fixed type defiined to definedfez
2008-01-27Revert tmpfile cleanup from r8761, also make configure's perl version check h...aquanight
2008-01-27Some configure cleanups: like using perl functions/modules instead of system(...aquanight
2008-01-19Extra sanity checksbrain
2008-01-19Fix freebsd glitchesbrain