| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use `xcrun clang++` on OS X as the compiler | Kyle Fuller | 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 |
| * | Remove launchd references (incomplete pieces of a system-wide installation se...•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12250 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-14 | 1 | -2/+0 |
| * | Fix compile on darwin•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@12089 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-11 | 1 | -1/+1 |
| * | Remove modulemanager execution from configure•••git-svn-id: http://svn.inspircd.org/repository/branches/1_2_stable@11982 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-30 | 1 | -3/+0 |
| * | 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 |
| * | Makefile updates: clean up command lines•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11395 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-06-01 | 1 | -14/+28 |
| * | Makefile updates: remove MAKEPROG/MAKEORDER•••Also update the output on "make debug" to look better and avoid
interleaving header output on a parallel make.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11391 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-05-30 | 1 | -3/+0 |
| * | Fix configure check for eventfd, HAS_EVENTFD is true/false not 1/0•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11257 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-23 | 1 | -1/+1 |
| * | Add test-compile checks for epoll and eventfd•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11253 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-03-23 | 1 | -63/+19 |
| * | Update all wiki links to point to the new wiki. This was done automatically w...•••for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7
| psychon | 2009-03-15 | 1 | -3/+3 |
| * | Add ./configure --generate-{gnutls,openssl}-cert for easy re-generation of a ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11040 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2009-02-07 | 1 | -0/+2 |
| * | clean some trailing space and fix a year on copyright•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10999 e03df62e-2008-0410-955e-edbf42e46eb7
| peavey | 2009-01-25 | 1 | -13/+12 |
| * | Update copyrights for 2009.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2009-01-02 | 1 | -1/+1 |
| * | Thanks to Phoenix and MacGyver for their help on this.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10860 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-12-07 | 1 | -0/+1 |
| * | This should help on osx. No gaurantees, as i dont have that OS.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10850 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-12-07 | 1 | -14/+10 |
| * | Test commit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10626 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-10-07 | 1 | -1/+0 |
| * | Make the 'ancient OS' warning a bit more strongly worded.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10534 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-09-13 | 1 | -1/+1 |
| * | typofix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10374 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-09-01 | 1 | -1/+1 |
| * | Allow a choice between openssl and gnutls (or both, if you're a masochist (fo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10373 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-09-01 | 1 | -17/+28 |
| * | Output proper error message when we cant write one of the makefiles etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10372 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-09-01 | 1 | -1/+1 |
| * | Omit -export-dynamic on OS X, thanks to satmd's oper•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10369 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-08-31 | 1 | -1/+1 |
| * | Remove -lunwind from openbsd stuff, per Dagonet•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10308 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-08-26 | 1 | -1/+2 |
| * | Forward-port poll socket engine as it seems reasonably stable, and half-hack ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10264 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-08-25 | 1 | -5/+29 |
| * | Patch submitted by Dagonet that improves detection of gnutls and openssl•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10211 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-21 | 1 | -4/+14 |
| * | add support for windows service. This now is part of inspircd itself being as...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10193 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-08-21 | 1 | -0/+1 |
| * | Remove last vestige of libircdfoo, by changing tag into a single identifier...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10076 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-07-29 | 1 | -2/+2 |
| * | Change modes in channels and users to use std::bitset instead of an array. Th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10043 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-07-19 | 1 | -1/+1 |
| * | Okay. This will probably break *everything*, but hey. Use static linking (JUS...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10033 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-07-18 | 1 | -48/+49 |
| * | Extra configure detection for the gcc minor version (we took this out when we...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9891 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-06-12 | 1 | -8/+20 |
| * | First phase of conversion to dynamic limits on all the lengths, configured vi...•••(the tag isnt there yet, these all just run on defaults in the class constructor)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9802 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-05-25 | 1 | -100/+4 |
| * | Extra support for freebsd openssl, allow user to pick between ports and base ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9591 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-04-27 | 1 | -10/+31 |
| * | More stuff so that freebsd users can still use the ports version of openssl i...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9590 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-04-27 | 1 | -2/+17 |
| * | Detect openssl on freebsd with the openssl binary, so we can find the base ve...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9589 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-04-27 | 1 | -1/+10 |
| * | Bump date•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9498 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-04-13 | 1 | -1/+1 |
| * | Remove all compile-time max client and max fd's configuration. This is no lon...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9264 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-04-02 | 1 | -31/+1 |
| * | Automatic detection and allocation of max fds. No longer needs recompile to c...•••Please note that select and iocp socket engines do not support detection and are always set to FD_SETSIZE and 10240 descriptors respectively.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9263 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-04-02 | 1 | -1/+0 |
| * | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9217 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2008-03-30 | 1 | -5/+5 |
| * | Fix configure -svnupdate not bailing if conflicts occur.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9177 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2008-03-23 | 1 | -0/+2 |
| * | Forgot about .*.inc files•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9054 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2008-03-02 | 1 | -2/+11 |
| * | Make ./configure -svnupdate smarter (don't actually do the update if it's not...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9053 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2008-03-02 | 1 | -3/+76 |