| Commit message (Expand) | Author | Age | Lines |
* | Include debug symbols in non-debug builds, disable stripping by default | dequis | 2016-11-28 | -2/+2 |
* | Remove yahoo (the old protocol). Use funyahoo++ instead. | dequis | 2016-11-19 | -11/+0 |
* | configure: improve error message on missing pkg-config | dequis | 2016-07-25 | -1/+7 |
* | configure: add 'arch' variable again, needed for portability | dequis | 2016-05-25 | -0/+2 |
* | Remove the ARCH / CPU defines. | Jelmer Vernooij | 2016-05-15 | -7/+0 |
* | ldap authentication backend | Dennis Kaarsemaker | 2016-03-25 | -0/+13 |
* | Linux pam authentication backend | Dennis Kaarsemaker | 2016-03-25 | -0/+15 |
* | Authentication: scaffolding for multiple authentication backends | Dennis Kaarsemaker | 2016-03-25 | -0/+5 |
* | Show ./configure args in bitlbee -V, config.h and Makefile.settings | dequis | 2015-11-21 | -0/+7 |
* | Add missing space in configure | André Glüpker | 2015-10-08 | -4/+4 |
* | Improved cross compiler support. | Guillermo A. Amaral | 2015-08-31 | -4/+27 |
* | configure: use pkg-config for libotr | dequis | 2015-08-07 | -22/+14 |
* | Replace `backticks` with $(something better) in configure script. | Wilmer van der Gaast | 2015-07-29 | -26/+26 |
* | configure: allow specifying location of python executable | dequis | 2015-06-04 | -1/+7 |
* | configure: bsd sed doesn't support \+ without -r, use * instead | dequis | 2015-05-31 | -1/+1 |
* | configure: 'sed -r' doesn't work in mac os x | dequis | 2015-05-31 | -2/+2 |
* | configure: handle 'git describe' failures when no tags are reachable | dequis | 2015-05-31 | -2/+7 |
* | configure: workaround for branch names with slashes in them... | dequis | 2015-05-30 | -1/+1 |
* | Include prebuilt skyped manpage, remove asciidoc dependency | dequis | 2015-05-17 | -10/+0 |
* | configure: Replace xmlto/xsltproc checks with a python>=2.5 check | dequis | 2015-05-17 | -8/+5 |
* | configure: fix spoofed BITLBEE_VERSION env variable handling | dequis | 2015-05-06 | -0/+7 |
* | configure: change version number format, add --dump-version | dequis | 2015-05-03 | -25/+28 |
* | configure: Indentation fixes | dequis | 2015-02-23 | -21/+21 |
* | Add --doc= configure option to disable helpfile generation | dequis | 2015-02-23 | -8/+27 |
* | Use glib's GChecksum for md5/sha1 | dequis | 2015-01-31 | -1/+1 |
* | Add git specific stuff! | dequis | 2015-01-25 | -0/+6 |
* | Fix compiler warnings on Cygwin and Mac OS X. | Jason Copenhaver | 2015-01-16 | -0/+8 |
* | configure: --asan=1 parameter for AddressSanitizer | dequis | 2014-11-24 | -1/+14 |
* | RIP native win32 support (use cygwin instead) | dequis | 2014-09-27 | -3/+1 |
* | Add -lgcrypt when building with OTR built-in | dequis | 2014-09-27 | -1/+1 |
* | fix latest HAS_NAMESER code on cygwin, mac and openbsd | Jason Copenhaver | 2014-07-24 | -27/+13 |
* | srv_lookup: Portability fixes, handle compressed responses | jcopenha | 2014-07-24 | -1/+112 |
* | Allow LDFLAGS to be provided in the environment and consistently use $(LDFLAGS) | Jelmer Vernooij | 2014-07-20 | -0/+2 |
* | Fix version in pkg-config file, also change bzr version format slightly | dequis | 2014-06-26 | -2/+6 |
* | configure: Let the user enable both built-in protocols and purple | dequis | 2014-06-26 | -10/+15 |
* | configure: Add spaces after <<EOF heredoc markers for clarity | dequis | 2014-06-26 | -9/+9 |
* | pkgconfig: Plugindir fix for bitlbee.pc (Ticket #1085) | jgeboski | 2014-02-27 | -0/+2 |
* | Update json-parser code to git rev 11a80f389769d1f66ca7fbe64ad89c82d3ba4ba9. | Wilmer van der Gaast | 2014-02-13 | -1/+1 |
* | Fix building of debug binaries (partially broken by changeset:devel,253). | Wilmer van der Gaast | 2013-12-20 | -2/+1 |
* | Ugly: Bogus dependency on libotr2-dev, but adding a warning to the configure | Wilmer van der Gaast | 2013-12-07 | -0/+6 |
* | Define _GNU_SOURCE via the command line instead of bitlbee.h (which doesn't | Wilmer van der Gaast | 2013-06-02 | -1/+1 |
* | Merging "storage" branch which I wrote long ago. It separates generation of | Wilmer van der Gaast | 2013-04-20 | -34/+0 |
|\ |
|
| * | Drop the LDAP stuff that was never even close to finished. | Wilmer van der Gaast | 2012-06-04 | -34/+0 |
* | | #978 fix Mac build of the Skype plugin | Miklos Vajna | 2013-03-01 | -0/+5 |
* | | make check: fix this to work again | Miklos Vajna | 2013-01-20 | -1/+1 |
* | | Remove claims that BitlBee with NSS for SSL is supported or even preferred. | Wilmer van der Gaast | 2012-12-02 | -5/+5 |
* | | Remove ssl_bogus.c, it really shouldn't be used anymore since it builds a | Wilmer van der Gaast | 2012-11-12 | -16/+2 |
* | | Allow building position-independent executables. #981, patch from brainsmoke. | Wilmer van der Gaast | 2012-09-15 | -0/+15 |
* | | NSS module fixes from mcepl in #714. This removes des.c since it's no | Wilmer van der Gaast | 2012-08-19 | -8/+0 |
|/ |
|
* | Commit two patches from RH package maintainer (#956). | Wilmer van der Gaast | 2012-06-03 | -1/+3 |