aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | | twitter: Add support for The United States of Americadequis2014-09-27-1/+3
| | | | | | | | | | | | Land of the Free, Home of the Brave
* | | Default twitter's show_old_mentions to 0dequis2014-09-27-1/+1
| | |
* | | ssl_gnutls: Fix some uninitialized memory warningsdequis2014-09-27-2/+2
|/ /
* | Fix word_wrap memory leak...dequis2014-09-21-0/+1
| |
* | Add missing dependency of install-systemd on systemd.Jelmer Vernooij2014-09-21-1/+1
| |
* | Support building against libgnutls28-dev. Closes: #753020Jelmer Vernooij2014-09-21-4/+2
| |
* | Pass generate.consistent.ids flag to xsltproc so id tags in HTML output willWilmer van der Gaast2014-09-21-1/+1
| | | | | | | | | | | | no longer be randomised, so when you generate the file from the same input, it will in fact generate the same output.
* | One small comment correction while "merging" stuff.Wilmer van der Gaast2014-09-21-1/+1
| |
* | fix latest HAS_NAMESER code on cygwin, mac and openbsdJason Copenhaver2014-07-24-27/+13
| |
* | Allow filtering of blist outputtribut2014-07-24-41/+52
| | | | | | | | | | Add an (optional) second parameter to blist. If present, it is treated as regex and used to filter the result list.
* | srv_lookup: Portability fixes, handle compressed responsesjcopenha2014-07-24-19/+421
| | | | | | | | | | | | | | | | | | | | srv_lookup works on cygwin and openbsd now. Provide ns_initparse, friends, and types where they aren't provided by platform. Use dn_expandname instead of custom parser so compressed DNS responses are handled correctly.
* | Fix the NSS init after fork bug, and clean up lies in unix.cdequis2014-07-24-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This might look like a simple diff, but those 'lies' made this not very straightforward. The NSS bug itself is simple: NSS detects a fork happened after the initialization, and refuses to work because shared CSPRNG state is bad. The bug has been around for long time. I've been aware of it for 5 months, which says something about this mess. Trac link: http://bugs.bitlbee.org/bitlbee/ticket/785 This wasn't a big deal because the main users of NSS (redhat) already applied a different patch in their packages that workarounded the issue somewhat accidentally. And this is the ticket for the 'lies' in unix.c: http://bugs.bitlbee.org/bitlbee/ticket/1159 Basically a conflict with libotr that doesn't happen anymore. Read that ticket for details on why ignoring those comments is acceptable. Anyway: yay!
* | Add limit param to split_command_parts(), fix twitter quotes bugdequis2014-07-24-7/+57
| | | | | | | | Only took me a few months to write. I even added a test case.
* | Gadugadu local contact storage (ticket #917)dequis2014-07-24-1/+35
| | | | | | | | Patch originally by MichaƂ Siejak, adapted for 3.2.1
* | Added jabber_compare_jid to fix JID comparison case sensitivityGRMrGecko2014-07-24-1/+35
|/
* Remove funny 'Non-maintainer upload' line, fix version.Jelmer Vernooij2014-07-20-2/+1
|
* Allow LDFLAGS to be provided in the environment and consistently use $(LDFLAGS)Jelmer Vernooij2014-07-20-4/+6
| | | | | when linking (not partially linking).
* Pass dpkg-buildflags to actual configure command.Jelmer Vernooij2014-07-20-1/+1
|
* Use my Debian e-mail address in Uploaders.Jelmer Vernooij2014-07-20-1/+2
|
* Don't ignore failure of invoke-rc.d; fixes lintian warning.Jelmer Vernooij2014-07-20-2/+3
|
* Force re-building of user guide on Debian.Jelmer Vernooij2014-07-20-0/+2
|
* Build with dpkg-flags, for hardening.Jelmer Vernooij2014-07-20-1/+2
|
* Remove obsolete DM-Upload-Allowed header.Jelmer Vernooij2014-07-20-1/+1
|
* * Non-maintainer upload.Jelmer Vernooij2014-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 Gaast2014-07-06-1/+1
|
* 3.2.2. Last revisions pretty much all done and/or merged by dx!3.2.2Wilmer van der Gaast2014-07-05-2/+27
|
* Nope, do not install systemd stuff by default. Remove it from the install:Wilmer van der Gaast2014-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 Gaast2014-07-01-4/+5
|
* Fix double slashes in systemd unit templatesdequis2014-06-26-2/+2
|
* Fix version in pkg-config file, also change bzr version format slightlydequis2014-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_argsMatej Cepl2014-06-26-4/+7
|
* configure: Let the user enable both built-in protocols and purpledequis2014-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 claritydequis2014-06-26-9/+9
| | | | I mean, they confuse the vim bash syntax highlighter
* Merging test suite fixes from Jelmer.Wilmer van der Gaast2014-04-25-12/+13
|\
| * Fix building of testsuite.Jelmer Vernooij2014-04-20-2/+3
| |
| * Fix compiler warnings in testsuite/.Jelmer Vernooij2014-04-20-10/+10
|/
* Merging compiler warning fix. Patch by Mark H Weaver <mhw@netris.org>.Wilmer van der Gaast2014-03-07-1/+1
|
* Unicode parsing fix in JSON parser: JSON can contain UTF-16 surrogate pairsWilmer van der Gaast2014-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 passwordWilmer van der Gaast2014-02-28-7/+15
| | | | | "securely". Patch from Flexo, bug #1117.
* Merging a bunch of patches from Trac, collected by dx.Wilmer van der Gaast2014-02-28-23/+28
|\
| * Makefile: use $(MAKE) for skype install (Ticket #1099)radhermit2014-02-28-1/+1
| | | | | | | | Fixes freebsd and parallel make install issues.
| * Word wrapping for group chat mesages (Ticket #1131)dequis2014-02-27-2/+3
| |
| * pkgconfig: Plugindir fix for bitlbee.pc (Ticket #1085)jgeboski2014-02-27-0/+2
| |
| * init/bitlbee.socket: Listen on ipv6 too (Ticket #1008)Matej Cepl2014-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 Scheck2014-02-27-14/+14
| |
| * Fix check_nick tests (Ticket #1102)radhermit2014-02-27-3/+4
| |
| * Fix for rejecting buddy requests on jabber (Ticket #887)kevin8t82014-02-27-1/+1
| | | | | | | | Patch from ticket #1112
| * Fix for null pointer in nick_gen (Ticket #1101)Daniel Albers2014-02-27-1/+1
|/
* Merging two OTR-related bugfixes from pesco.Wilmer van der Gaast2014-02-13-2/+13
|\
| * fix 'otr connect' commandunknown2014-02-13-1/+11
| |