| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Revert configure so that we can uh, actually compile.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9037 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-02-26 | 1 | -125/+84 |
| * | ./configure --update-root - Updates the root directory files from their .<foo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9032 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2008-02-24 | 1 | -84/+124 |
| * | Make cmd_*.cpp build to a .so in one step, no intermediate .o•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9015 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2008-02-24 | 1 | -8/+1 |
| * | Change of configure message to plainer english as requested by voidzero•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8986 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-02-21 | 1 | -4/+4 |
| * | More fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8981 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-02-21 | 1 | -1/+1 |
| * | Threadengine stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8980 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-02-21 | 1 | -1/+2 |
| * | Add -Woverloaded-virtual (fixes to follow)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8898 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-02-11 | 1 | -3/+4 |
| * | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8892 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-02-11 | 1 | -3/+3 |
| * | Even tidier•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8879 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-02-10 | 1 | -12/+12 |
| * | Now very tidy make output, with pretty colours :p•••(Unless it errors, then you get the full commandline and error output etc)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8878 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-02-10 | 1 | -14/+14 |
| * | Add -pthread link flag•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8875 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-02-10 | 1 | -4/+4 |
| * | Add threading engine stuff. Docs to follow, untested and not used anywhere yet•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8874 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-02-10 | 1 | -6/+9 |
| * | Move run-cc.pl to make/ directory and update paths, keeps root tidy•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8868 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-02-10 | 1 | -14/+14 |
| * | Add a perl script which will abort compiles for warning messages that don't h...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8855 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2008-02-09 | 1 | -14/+14 |
| * | Fix $config{HAS_OPENSSL} winding up undefined and crashing configure if opens...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8789 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2008-02-02 | 1 | -4/+7 |
| * | fixed type defiined to defined•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8779 e03df62e-2008-0410-955e-edbf42e46eb7
| fez | 2008-02-01 | 1 | -1/+1 |
| * | Revert tmpfile cleanup from r8761, also make configure's perl version check h...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8762 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2008-01-27 | 1 | -1/+3 |
| * | Some configure cleanups: like using perl functions/modules instead of system(...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8761 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2008-01-27 | 1 | -69/+56 |
| * | Extra sanity checks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8741 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-01-19 | 1 | -16/+16 |
| * | Fix freebsd glitches•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8740 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-01-19 | 1 | -7/+7 |
| * | Add ./configure --list-extras, --enable-extras, and --disable-extras•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8739 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2008-01-19 | 1 | -0/+184 |
| * | Modules using NoPedantic now properly respect 'make debug'.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8737 e03df62e-2008-0410-955e-edbf42e46eb7
| aquanight | 2008-01-19 | 1 | -8/+5 |
| * | And another tiny one•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8734 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-01-19 | 1 | -1/+1 |
| * | Patch from aquanight to fix a problem introduced with some of the recent tidy...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8733 e03df62e-2008-0410-955e-edbf42e46eb7
| w00t | 2008-01-19 | 1 | -5/+6 |
| * | Aquanight's configure strict/fatal warnings patch•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8731 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-01-17 | 1 | -82/+118 |
| * | Relax detection rules on openssl and gnutls, there arent any commonly used ve...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8477 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2007-11-03 | 1 | -2/+2 |