Age | Commit message (Expand) | Author |
2009-07-03 | Ask the user if they want to generate SSL certificates before generating one | danieldg |
2009-07-03 | Fix symlink creation of openssl if both it and gnutls are selected | danieldg |
2009-06-18 | Rebuild modeclasses.a when configure -update is run | danieldg |
2009-06-07 | Makefile updates: clean up some installation assumptions | danieldg |
2009-06-03 | Use pkg-config to search for gnutls rather than the now-removed libgnutls-config | danieldg |
2009-06-01 | Makefile updates: Fix BSD make conditionals | danieldg |
2009-06-01 | Makefile updates: Allow run-cc wrapper to be disabled by "make V=1" | danieldg |
2009-06-01 | Makefile updates: clean up command lines | danieldg |
2009-05-30 | Makefile updates: remove MAKEPROG/MAKEORDER | danieldg |
2009-03-23 | Fix configure check for eventfd, HAS_EVENTFD is true/false not 1/0 | danieldg |
2009-03-23 | Add test-compile checks for epoll and eventfd | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-07 | Add ./configure --generate-{gnutls,openssl}-cert for easy re-generation of a ... | brain |
2009-01-25 | clean some trailing space and fix a year on copyright | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Thanks to Phoenix and MacGyver for their help on this. | w00t |
2008-12-07 | This should help on osx. No gaurantees, as i dont have that OS. | brain |
2008-10-07 | Test commit | brain |
2008-09-13 | Make the 'ancient OS' warning a bit more strongly worded. | w00t |
2008-09-01 | typofix | w00t |
2008-09-01 | Allow a choice between openssl and gnutls (or both, if you're a masochist (fo... | w00t |
2008-09-01 | Output proper error message when we cant write one of the makefiles etc | brain |
2008-08-31 | Omit -export-dynamic on OS X, thanks to satmd's oper | w00t |
2008-08-26 | Remove -lunwind from openbsd stuff, per Dagonet | w00t |
2008-08-25 | Forward-port poll socket engine as it seems reasonably stable, and half-hack ... | w00t |
2008-08-21 | Patch submitted by Dagonet that improves detection of gnutls and openssl | brain |
2008-08-21 | add support for windows service. This now is part of inspircd itself being as... | brain |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-19 | Change modes in channels and users to use std::bitset instead of an array. Th... | w00t |
2008-07-18 | Okay. This will probably break *everything*, but hey. Use static linking (JUS... | w00t |
2008-06-12 | Extra configure detection for the gcc minor version (we took this out when we... | brain |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-04-27 | Extra support for freebsd openssl, allow user to pick between ports and base ... | brain |
2008-04-27 | More stuff so that freebsd users can still use the ports version of openssl i... | brain |
2008-04-27 | Detect openssl on freebsd with the openssl binary, so we can find the base ve... | brain |
2008-04-13 | Bump date | w00t |
2008-04-02 | Remove all compile-time max client and max fd's configuration. This is no lon... | brain |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-23 | Fix configure -svnupdate not bailing if conflicts occur. | aquanight |
2008-03-02 | Forgot about .*.inc files | aquanight |
2008-03-02 | Make ./configure -svnupdate smarter (don't actually do the update if it's not... | aquanight |
2008-02-26 | Revert 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-24 | Make cmd_*.cpp build to a .so in one step, no intermediate .o | aquanight |
2008-02-21 | Change of configure message to plainer english as requested by voidzero | brain |
2008-02-21 | More fixes | brain |
2008-02-21 | Threadengine stuff | brain |
2008-02-11 | Add -Woverloaded-virtual (fixes to follow) | w00t |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |