Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |
| | ||||
* | 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 |
| | | | | | when linking (not partially linking). | |||
* | 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 |
| | | | | * Bump standards version to 3.9.5 (no changes). | |||
* | 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 |
| | | | | | | dependencies and tell the user to run "make install-systemd" in cases where this seems useful. | |||
* | 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 |
| | | | | | | | | | Old bzr version format: bzr-1234 New bzr version format: 3.2.1-bzr-1234 Version spoofing with the BITLBEE_VERSION also changed slightly - it does not need quotes around the version number anymore for it to compile correctly. | |||
* | 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 |
| | | | | | | | | | | There's no real risk in enabling these, since protocols/purple/purple.c already avoids adding duplicate protocols in purple_initmodule(): /* If we already have this one (as a native module), don't add a libpurple duplicate. */ if( find_protocol( prot->info->id ) ) continue; | |||
* | configure: Add spaces after <<EOF heredoc markers for clarity | dequis | 2014-06-26 | -9/+9 |
| | | | | I mean, they confuse the vim bash syntax highlighter | |||
* | 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 |
| | | | | | | | (used to encode >16-bit chars). Added code to parse those *and* the ability to encode >16-bit Unicode in UTF-8. Also sending this upstream. This should fix #1121. | |||
* | Allow use of "ac x set -del password" to use /oper to change the password | Wilmer van der Gaast | 2014-02-28 | -7/+15 |
| | | | | | "securely". Patch from Flexo, bug #1117. | |||
* | Merging a bunch of patches from Trac, collected by dx. | Wilmer van der Gaast | 2014-02-28 | -23/+28 |
|\ | ||||
| * | Makefile: use $(MAKE) for skype install (Ticket #1099) | radhermit | 2014-02-28 | -1/+1 |
| | | | | | | | | Fixes freebsd and parallel make install issues. | |||
| * | Word wrapping for group chat mesages (Ticket #1131) | dequis | 2014-02-27 | -2/+3 |
| | | ||||
| * | pkgconfig: Plugindir fix for bitlbee.pc (Ticket #1085) | jgeboski | 2014-02-27 | -0/+2 |
| | | ||||
| * | init/bitlbee.socket: Listen on ipv6 too (Ticket #1008) | Matej Cepl | 2014-02-27 | -1/+2 |
| | | | | | | | | | | | | Note that this applies to systemd socket activation only. The original issue reported in ticket #1008 is not covered by this patch. | |||
| * | Makefile: Use $INSTALL instead of the hardcoded command (Ticket #725) | Robert Scheck | 2014-02-27 | -14/+14 |
| | | ||||
| * | Fix check_nick tests (Ticket #1102) | radhermit | 2014-02-27 | -3/+4 |
| | | ||||
| * | Fix for rejecting buddy requests on jabber (Ticket #887) | kevin8t8 | 2014-02-27 | -1/+1 |
| | | | | | | | | Patch from ticket #1112 | |||
| * | Fix for null pointer in nick_gen (Ticket #1101) | Daniel Albers | 2014-02-27 | -1/+1 |
|/ | ||||
* | Merging two OTR-related bugfixes from pesco. | Wilmer van der Gaast | 2014-02-13 | -2/+13 |
|\ | ||||
| * | fix 'otr connect' command | unknown | 2014-02-13 | -1/+11 |
| | | ||||
| * | fix a segfault when otr-coloring /me messages | unknown | 2014-02-11 | -1/+2 |
| | | ||||
* | | Update json-parser code to git rev 11a80f389769d1f66ca7fbe64ad89c82d3ba4ba9. | Wilmer van der Gaast | 2014-02-13 | -108/+396 |
|/ | | | | | | Few BitlBee-specific diffs now. Annoyingly need to link to libm now for the use of the function pow() since the lib now does its own number parsing... | |||
* | Fix "Unusuable" typo. | Wilmer van der Gaast | 2014-02-08 | -1/+1 |
| | ||||
* | close otr connections on quit, add 'otr disconnect *' command | unknown | 2014-02-07 | -28/+49 |
| | ||||
* | Merging OTR fixes from pesco. | Wilmer van der Gaast | 2014-02-06 | -19/+16 |
|\ | ||||
| * | use OTRL_INSTAG_BEST instead of _RECENT to work around a segfault in libotr | unknown | 2014-02-02 | -2/+5 |
| | | ||||
| * | work around libotr 4 not sending outgoing plaintext messages | unknown | 2014-02-02 | -18/+12 |
|/ | ||||
* | Merging fix from Flexo for #1109. | Wilmer van der Gaast | 2014-01-20 | -4/+11 |
| | ||||
* | Fix building of debug binaries (partially broken by changeset:devel,253). | Wilmer van der Gaast | 2013-12-20 | -2/+1 |
| | ||||
* | 3.2.1-1 Debian package.3.2.1-13.2.1+otr4-1 | Wilmer van der Gaast | 2013-12-19 | -4/+33 |
| | ||||
* | Update debian/changelog for 3.2.1. | Wilmer van der Gaast | 2013-12-07 | -0/+6 |
| | ||||
* | Ugly: Bogus dependency on libotr2-dev, but adding a warning to the configure | Wilmer van der Gaast | 2013-12-07 | -1/+7 |
| | | | | | | | | | script that this actually won't work. This because I can't figure out how to make a source dependency conditional on whether a certain binary packages is going to be built. It's kind of okay since libotr2-dev is unavailable on new systems anyway. | |||
* | Exchange libotr 2.x compatibility for libotr 3.x compatibility, because that's | Wilmer van der Gaast | 2013-12-05 | -268/+392 |
|\ | | | | | | | | | how annoying the libotr authors apparently want to be. |