| Commit message (Expand) | Author | Age | Lines |
... | |
* | | Debian bug #764181: Accidentally had an LGPL header in a bunch of files. | Wilmer van der Gaast | 2014-10-17 | -64/+89 |
* | | Merge changes from 3.2.2-1 Debian upload. | Wilmer van der Gaast | 2014-10-05 | -17/+11 |
|\ \
| |/
|/| |
|
| * | 3.2.2-1. Minor change, removed very old compatibility kludge.3.2.2-1 | Wilmer van der Gaast | 2014-10-05 | -15/+4 |
| * | Merging two other Debian fixes in preparation for a 3.2.2-1 upload. | Wilmer van der Gaast | 2014-10-05 | -7/+10 |
* | | Merge from dx, fixes two build issues. | Wilmer van der Gaast | 2014-10-05 | -5/+3 |
|\ \ |
|
| * | | Two minor build fixes. | dequis | 2014-09-28 | -5/+3 |
* | | | Merge from Jelmer to fix builds on all recent Deb/Ubuntu versions again. | Wilmer van der Gaast | 2014-10-05 | -2/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | Avoid 'dpkg-buildflags --export=configure, since it doesn't exist in squeeze. | Jelmer Vernooij | 2014-09-27 | -2/+8 |
* | | | RIP native win32 support (use cygwin instead) | dequis | 2014-09-27 | -706/+4 |
* | | | Add -lgcrypt when building with OTR built-in | dequis | 2014-09-27 | -1/+1 |
* | | | Prevent some "Source ID ## was not found..." warnings | dequis | 2014-09-27 | -0/+6 |
* | | | Makefile: Use wildcard for headers to avoid missing files | dequis | 2014-09-27 | -1/+1 |
* | | | twitter: Add support for The United States of America | dequis | 2014-09-27 | -1/+3 |
* | | | Default twitter's show_old_mentions to 0 | dequis | 2014-09-27 | -1/+1 |
* | | | ssl_gnutls: Fix some uninitialized memory warnings | dequis | 2014-09-27 | -2/+2 |
|/ / |
|
* | | Fix word_wrap memory leak... | dequis | 2014-09-21 | -0/+1 |
* | | Add missing dependency of install-systemd on systemd. | Jelmer Vernooij | 2014-09-21 | -1/+1 |
* | | Support building against libgnutls28-dev. Closes: #753020 | Jelmer Vernooij | 2014-09-21 | -4/+2 |
* | | Pass generate.consistent.ids flag to xsltproc so id tags in HTML output will | Wilmer van der Gaast | 2014-09-21 | -1/+1 |
* | | One small comment correction while "merging" stuff. | Wilmer van der Gaast | 2014-09-21 | -1/+1 |
* | | fix latest HAS_NAMESER code on cygwin, mac and openbsd | Jason Copenhaver | 2014-07-24 | -27/+13 |
* | | Allow filtering of blist output | tribut | 2014-07-24 | -41/+52 |
* | | srv_lookup: Portability fixes, handle compressed responses | jcopenha | 2014-07-24 | -19/+421 |
* | | Fix the NSS init after fork bug, and clean up lies in unix.c | dequis | 2014-07-24 | -9/+6 |
* | | Add limit param to split_command_parts(), fix twitter quotes bug | dequis | 2014-07-24 | -7/+57 |
* | | Gadugadu local contact storage (ticket #917) | dequis | 2014-07-24 | -1/+35 |
* | | Added jabber_compare_jid to fix JID comparison case sensitivity | GRMrGecko | 2014-07-24 | -1/+35 |
|/ |
|
* | Remove funny 'Non-maintainer upload' line, fix version. | Jelmer Vernooij | 2014-07-20 | -2/+1 |
* | Allow LDFLAGS to be provided in the environment and consistently use $(LDFLAGS) | Jelmer Vernooij | 2014-07-20 | -4/+6 |
* | Pass dpkg-buildflags to actual configure command. | Jelmer Vernooij | 2014-07-20 | -1/+1 |
* | Use my Debian e-mail address in Uploaders. | Jelmer Vernooij | 2014-07-20 | -1/+2 |
* | Don't ignore failure of invoke-rc.d; fixes lintian warning. | Jelmer Vernooij | 2014-07-20 | -2/+3 |
* | Force re-building of user guide on Debian. | Jelmer Vernooij | 2014-07-20 | -0/+2 |
* | Build with dpkg-flags, for hardening. | Jelmer Vernooij | 2014-07-20 | -1/+2 |
* | Remove obsolete DM-Upload-Allowed header. | Jelmer Vernooij | 2014-07-20 | -1/+1 |
* | * Non-maintainer upload. | Jelmer Vernooij | 2014-07-20 | -1/+8 |
* | Remove libotr2-dev Debian dependency which couldn't possibly work at all. | Wilmer van der Gaast | 2014-07-06 | -1/+1 |
* | 3.2.2. Last revisions pretty much all done and/or merged by dx!3.2.2 | Wilmer van der Gaast | 2014-07-05 | -2/+27 |
* | Nope, do not install systemd stuff by default. Remove it from the install: | Wilmer van der Gaast | 2014-07-05 | -1/+4 |
* | Two small fixes to make Debian builds work again. | Wilmer van der Gaast | 2014-07-01 | -4/+5 |
* | Fix double slashes in systemd unit templates | dequis | 2014-06-26 | -2/+2 |
* | Fix version in pkg-config file, also change bzr version format slightly | dequis | 2014-06-26 | -2/+6 |
* | doc/bitlbee.xinetd: Move -I to server_args | Matej Cepl | 2014-06-26 | -4/+7 |
* | 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 |
* | Merging test suite fixes from Jelmer. | Wilmer van der Gaast | 2014-04-25 | -12/+13 |
|\ |
|
| * | Fix building of testsuite. | Jelmer Vernooij | 2014-04-20 | -2/+3 |
| * | Fix compiler warnings in testsuite/. | Jelmer Vernooij | 2014-04-20 | -10/+10 |
|/ |
|
* | Merging compiler warning fix. Patch by Mark H Weaver <mhw@netris.org>. | Wilmer van der Gaast | 2014-03-07 | -1/+1 |
* | Unicode parsing fix in JSON parser: JSON can contain UTF-16 surrogate pairs | Wilmer van der Gaast | 2014-03-02 | -11/+41 |