Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | 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 | |
| | | | | |||||
| * | | | configure script tweaks. | Wilmer van der Gaast | 2007-02-18 | -2/+6 | |
| | | | | |||||
| * | | | [merge] wilmer | Jelmer Vernooij | 2006-12-05 | -76/+123 | |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Copied 1.0.x changelogs, disabled LDAP support in configure (because the | Wilmer van der Gaast | 2006-10-22 | -4/+13 | |
| | |/ | | | | | | | | | | | | | | | | code just doesn't work yet) and added GLib version detection. (GLib 2.4 and up *should* work.) | ||||
| | * | Cleaned up Makefiles + configure: Cleaning up bitlbee.pc, removed the second | Wilmer van der Gaast | 2006-06-28 | -102/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | piece of libevent probing code that mysteriously appeared (?), better handling of storage backends, an SSL module is now always included (so BitlBee can be compiled again when building without MSN- and Jabber-support (http_client also depends on SSL libs and can't be disabled)), oh, and fixed a compiler warning. | ||||
| | * | Merging from devel/Jelmer. | Wilmer van der Gaast | 2006-06-25 | -0/+23 | |
| | |\ | |||||
| | * | | Moving all generic files to lib/ instead of having some in / and some in | Wilmer van der Gaast | 2006-06-25 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | protocols/, and adding RC4 code. | ||||
| | * | | Fixed bug in LDAP Makefile generation. | Wilmer van der Gaast | 2006-06-17 | -1/+1 | |
| | | | | |||||
| | * | | Merging Jelmer's storage tree (with LDAP support). | Wilmer van der Gaast | 2006-06-07 | -3/+43 | |
| | |\ \ | | | |/ | | |/| | |||||
| | | * | Try to detect -lldap | Jelmer Vernooij | 2006-06-03 | -8/+13 | |
| | | | | |||||
| | | * | [merge] Wilmer | Jelmer Vernooij | 2006-06-03 | -28/+13 | |
| | | |\ | |||||
| | | * | | Switch from LDB to LDAP (LDB's authentication subsystem is not mature enough ↵ | Jelmer Vernooij | 2006-03-24 | -15/+15 | |
| | | | | | | | | | | | | | | | | | | | | yet) | ||||
| | | * | | [merge] Wilmer | Jelmer Vernooij | 2006-03-05 | -2/+25 | |
| | | |\ \ | |||||
| | | * | | | Initial work on new LDB-based storage backend | Jelmer Vernooij | 2006-02-12 | -0/+35 | |
| | | | | | | |||||
| * | | | | | Add support for checking test suite coverage using gcov. | Jelmer Vernooij | 2006-07-07 | -0/+7 | |
| |/ / / / | |||||
| * | | | | Merging from main/jelmer. | Wilmer van der Gaast | 2006-05-29 | -31/+5 | |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Require GLib 2 | Jelmer Vernooij | 2006-05-26 | -30/+5 | |
| | | | | | |||||
| | | | | | |||||
| | \ \ \ | |||||
| *-. | | | | Merging from main development tree. | Wilmer van der Gaast | 2006-05-26 | -1/+5 | |
| |\ \| | | | |||||
| * | | | | | Added --events= flag to configure. | Wilmer van der Gaast | 2006-05-14 | -8/+37 | |
| |/ / / / | |||||
* | | | | | Allow overriding --arch, support --arch=Windows | Jelmer Vernooij | 2006-05-26 | -0/+7 | |
| | | | | | |||||
* | | | | | [merge] integration | Jelmer Vernooij | 2006-05-25 | -1/+5 | |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Use iconv from GLib if available | Jelmer Vernooij | 2006-05-25 | -1/+5 | |
| |/ / / | |||||
* | | | | [merge] Wilmer | Jelmer Vernooij | 2006-05-25 | -2/+27 | |
|\| | | | |||||
| * | | | Made configure quiet when it can't find bzr, and added repository nick to | Wilmer van der Gaast | 2006-03-30 | -2/+8 | |
| | |/ | |/| | | | | | | | | | | generated version number. | ||||
| * | | Install bitlbee's header files and a pkg-config file. This means | Jelmer Vernooij | 2006-03-02 | -0/+19 | |
| | | | | | | | | | | | | | | | that 3rd-parties can write support for additional protocols in BitlBee. | ||||
* | | | [merge] Wilmer | Jelmer Vernooij | 2006-03-01 | -0/+9 | |
|\| | | |||||
| * | | Also listen for admin connections on a unix domain socket at /var/run/bitlbee | Jelmer Vernooij | 2006-03-01 | -2/+6 | |
| |/ | |||||
| * | Added PID-file code. | Wilmer van der Gaast | 2006-02-02 | -0/+5 | |
| | | |||||
* | | Merge Wilmer | Jelmer Vernooij | 2006-01-10 | -19/+15 | |
|\| | |||||
| * | Removed send-flood protection code completely. | Wilmer van der Gaast | 2006-01-10 | -9/+0 | |
| | | |||||
| * | configure now uses the bzr revision number as version number if compiling ↵ | Wilmer van der Gaast | 2005-12-26 | -4/+9 | |
| | | | | | | | | from a .bzr tree. | ||||
| * | Stuff from Jelmer. | Wilmer van der Gaast | 2005-12-18 | -6/+10 | |
| |\ | |||||
| * | | Forgot to update configure for the _mod change. | Wilmer van der Gaast | 2005-12-17 | -4/+4 | |
| | | | |||||
| * | | Hmmm, a WARNING followed by "exit 1".. That doesn't really make sense. | Wilmer van der Gaast | 2005-12-17 | -4/+4 | |
| | | | |||||
* | | | Initial work on a SSPI SSL backend | Jelmer Vernooij | 2005-12-18 | -1/+3 | |
| |/ |/| | |||||
* | | Allow overriding the pkg-config command to run | Jelmer Vernooij | 2005-12-17 | -6/+10 | |
|/ | |||||
* | Merge from Wilmer | Jelmer Vernooij | 2005-12-04 | -14/+12 | |
|\ | |||||
| * | Cleaned up configure script a bit. | Wilmer van der Gaast | 2005-12-04 | -7/+2 | |
| | | |||||
| * | Disabling send flood protection, too many bugs (that were there from the | Wilmer van der Gaast | 2005-12-01 | -7/+10 | |
| | | | | | | | | | | beginning) and too trigger-happy. | ||||
* | | Merge small fix. | Jelmer Vernooij | 2005-11-29 | -0/+2 | |
|\| |