Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merging killerbee stuff, bringing all the bleeding-edge stuff together. | Wilmer van der Gaast | 2010-06-07 | -2/+61 |
|\ | ||||
| * | A few more configure script tweaks: Don't enable libpurple by default | Wilmer van der Gaast | 2010-06-05 | -3/+4 |
| | | | | | | | | | | | | anymore (in preparation for a merge), and limit the directory replication stuff. | |||
| * | Allow one to run the configure script from a different directory and put all | Wilmer van der Gaast | 2010-05-25 | -1/+23 |
| | | | | | | | | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native). | |||
| * | Merging killerbee. (The non-libpurple stuff currently doesn't compile.) | Wilmer van der Gaast | 2010-05-25 | -1/+1 |
| |\ | ||||
| * | | As long as this is a separate branch, enabling purple by default's not a | Wilmer van der Gaast | 2010-05-14 | -1/+1 |
| | | | | | | | | | | | | | | | bad idea. | |||
| * | | Warning on the libpurple+libevent combination. | Wilmer van der Gaast | 2010-05-02 | -0/+7 |
| | | | ||||
| * | | Although probably the Twitter module won't interfere with libpurple, | Wilmer van der Gaast | 2010-05-02 | -0/+1 |
| | | | | | | | | | | | | | | | for now I'll let BitlBee-libpurple be just that. | |||
| * | | Merging stuff from mainline (1.2.6). | Wilmer van der Gaast | 2010-04-24 | -3/+27 |
| |\ \ | ||||
| * \ \ | Merging head. Most changes are not so relevant because they're to IM | Wilmer van der Gaast | 2010-03-20 | -8/+14 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | modules. | |||
| * \ \ \ | Merging in head. | Wilmer van der Gaast | 2010-03-14 | -1/+8 |
| |\ \ \ \ | ||||
| * \ \ \ \ | Merging in mainline, including improved away/status stuff. | Wilmer van der Gaast | 2010-03-07 | -11/+44 |
| |\ \ \ \ \ | ||||
| * | | | | | | Fixed build system: Run pkg-config at configure-time instead of just failing | Wilmer van der Gaast | 2010-01-04 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysteriously at build time if libpurple-dev is missing. | |||
| * | | | | | | Automatically try prpl-$proto if $proto doesn't exist, and disable native | Wilmer van der Gaast | 2009-10-12 | -9/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protocol modules if purple is enabled; they don't go together very well. | |||
| * | | | | | | Something that compiles and runs, but otherwise utterly useless. Added a | Wilmer van der Gaast | 2009-10-05 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protocols/purple/ module and included it in the build system. Already picks up all the supported protocols and adds them individually. | |||
* | | | | | | | Merging loads of stuff from mainline. | Wilmer van der Gaast | 2010-04-14 | -3/+27 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | |_|_|_|_|/ |/| | | | | | ||||
| * | | | | | Make compiling on BSD less painful: mktemp really does need a template on | Wilmer van der Gaast | 2010-04-10 | -3/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some machines, and warn the user about make vs. gmake at configure time. | |||
| * | | | | | Merging Twitter support. | Wilmer van der Gaast | 2010-04-07 | -0/+10 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||
| | * | | | | Added twitter-module. | Geert Mulders | 2009-12-01 | -0/+10 |
| | | | | | | ||||
* | | | | | | Now seems like a pretty good time to finally kill crypting.c and storage_text. | Wilmer van der Gaast | 2010-03-24 | -1/+1 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This means people won't be able to upgrade from BitlBee 1.0 to this version anymore but only via 1.2. 1.0 is old enough that I don't really expect this to be a problem. | |||
* | | | | | Use a proper tempfile for the libresolv checks and add a missing " to | Wilmer van der Gaast | 2010-03-18 | -7/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | systemlibdir. :-/ | |||
* | | | | | Care about lib64 directories as well when trying to find libresolv.a. | Wilmer van der Gaast | 2010-03-18 | -1/+1 |
| | | | | | ||||
* | | | | | Undo -iquote change which seems to cause plenty of problems to people | Wilmer van der Gaast | 2010-03-17 | -1/+1 |
| |_|_|/ |/| | | | | | | | | | | | | | | | using older/non-GCC compilers. :-/ | |||
* | | | | Warn if xmlto is missing and a prebuilt helpfile is missing. | Wilmer van der Gaast | 2010-03-14 | -0/+6 |
| | | | | ||||
* | | | | Adding a few consts and other misc fixes from bug #431. Doing this via a | Wilmer van der Gaast | 2010-03-14 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | merge because bzr can probably deal with the conflicts better than patch. | |||
| * | | | | Some const/etc cleanups submitted by domen@coderock.org back in bug #431. | Wilmer van der Gaast | 2010-03-14 | -1/+1 |
| | |/ / | |/| | | ||||
* | | | | Don't strip binaries on OS X since it causes plugin troubles. (Bug #480) | Wilmer van der Gaast | 2010-03-14 | -0/+1 |
| |_|/ |/| | | ||||
* | | | Also disable Yahoo! module if SSL support is missing since it also fully | Wilmer van der Gaast | 2010-02-17 | -3/+3 |
| |/ |/| | | | | | | | depends on working SSL support. | |||
* | | Proper detection of a usable libresolv.so or libresolv.a. glibc 2.9 and | Wilmer van der Gaast | 2009-11-12 | -8/+41 |
|/ | | | | | | later are no longer retarded and support SRV record lookups without having to link against a static library. | |||
* | Move OUTFILE determination to Makefile rather than configure. | Jelmer Vernooij | 2008-06-10 | -2/+0 |
| | ||||
* | Update docs, remove obsolete win32-related utilities. | Jelmer Vernooij | 2008-06-10 | -2/+0 |
| | ||||
* | Fix undefined references. | Jelmer Vernooij | 2008-06-10 | -1/+1 |
| | ||||
* | Use system lib directories and pkg-config directory from target when specified. | Jelmer Vernooij | 2008-06-09 | -2/+9 |
| | ||||
* | Merge cross compilation patch. | Jelmer Vernooij | 2008-04-02 | -8/+21 |
|\ | ||||
| * | Add --target argument to configure to allow cross-compilation. | Jelmer Vernooij | 2008-04-02 | -7/+22 |
| | | ||||
* | | Merge gnutls detection fix. | Jelmer Vernooij | 2008-04-02 | -1/+8 |
|\ \ | ||||
| * | | Use pkg-config file for gnutls if possible. | Jelmer Vernooij | 2008-04-02 | -1/+8 |
| |/ | | | | | | | | | | | This allows building against a gnutls built for a an architecture other than the host architecture. | |||
* | | Merge trunk. | Jelmer Vernooij | 2008-04-02 | -121/+193 |
|\ \ | ||||
| * | | Use simpler flags for gcov. | Jelmer Vernooij | 0 min. | -2/+2 |
| |/ | ||||
| * | Using test -f instead of test -e. This breaks if the include files are | Wilmer van der Gaast | 2008-01-19 | -2/+2 |
| | | | | | | | | | | | | symlinks, but I guess that's less common than people trying to run BitlBee on Solaris machines... (Bug #350) | |||
| * | More consistency in error/warning errors. Until now "WARNING:" was usually | Wilmer van der Gaast | 2008-01-06 | -1/+1 |
| | | | | | | | | | | in upper case while "Error:" wasn't .... that doesn't really make sense. | |||
| * | Defining DEBUG via CFLAGS so that it'll always be there, even when a file | Wilmer van der Gaast | 2007-12-02 | -1/+1 |
| | | | | | | | | | | doesn't include config.h. | |||
| * | Some changes to get rid of compiler warnings. (And disabling strict | Wilmer van der Gaast | 2007-11-22 | -1/+1 |
| | | | | | | | | | | aliasing because there are too many warnings about it. :-P) | |||
| * | Use standard functions for dealing with both IPv6 and IPv4. | Jelmer Vernooij | 2007-10-18 | -7/+0 |
| | | ||||
| * | configure script now allows one to override CFLAGS. (Bug #171) | Wilmer van der Gaast | 2007-10-10 | -2/+3 |
| | | ||||
| * | From vmiklos: Added --plugins= option to configure script. | Wilmer van der Gaast | 2007-08-30 | -0/+8 |
| | | ||||
| * | Hiding LDAP support because it doesn't actually work at all ATM. | Wilmer van der Gaast | 2007-07-15 | -2/+0 |
| | | ||||
| * | Merging new Jabber module. See the massive changelog for all the cool | Wilmer van der Gaast | 2007-02-18 | -0/+8 |
| |\ | | | | | | | | | | | | | improvements. :-) | |||
| | * | Merge from main tree. | Wilmer van der Gaast | 2006-10-22 | -4/+13 |
| | |\ | ||||
| | * | | Added SRV lookups to automatically find out the correct server for a | Wilmer van der Gaast | 2006-10-07 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | domain. | |||
| * | | | AIX fixup. See #230. | Wilmer van der Gaast | 2007-02-18 | -0/+3 |
| | | | |