Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | msn_buddy_ask: only ask to add if contact is in pending list | dequis | 2014-11-17 | -1/+1 | |
| | | | | | Previously it asked if they were in pending/reverse but not allow/block. In theory that would fix inconsistent states. And in practice... nope. | ||||
* | msn: Update ApplicationId again to one used by skype | dequis | 2014-11-17 | -1/+1 | |
| | | | | Because why not | ||||
* | msn: update ABService ApplicationId to WLM 2012 to fix login | dequis | 2014-11-12 | -1/+1 | |
| | | | | The previous ApplicationId was from WLM 2008 (8.5) | ||||
* | Merging warning fixes from dx. | Wilmer van der Gaast | 2014-10-27 | -2/+15 | |
|\ | |||||
| * | dcc: Fix some invalid memory accesses reported by ASAN | dequis | 2014-10-27 | -2/+3 | |
| | | | | | | | | ASAN <3 | ||||
| * | Some more g_source_remove warning fixes | dequis | 2014-10-27 | -0/+12 | |
|/ | | | | | - http_incoming_data calling itself - jabber_bs_free_transfer calling jabber_si_free_transfer | ||||
* | doc/AUTHORS updated to the current state of things. | Wilmer van der Gaast | 2014-10-17 | -1/+4 | |
| | |||||
* | Bunch of merges from dx. | Wilmer van der Gaast | 2014-10-17 | -36/+49 | |
|\ | |||||
| * | nick_lc: use unsigned chars to avoid unicode issues | dequis | 2014-10-11 | -2/+2 | |
| | | |||||
| * | Add support for XEP-0203: Delayed delivery (message timestamps) | dequis | 2014-10-10 | -11/+38 | |
| | | | | | | | | | | | | | | | | Very similar to XEP-0091 which is already supported, but was marked as obsolete, replaced by XEP-0203. The main differences are the tag name and the timestamp format. Due to the similarities, both XEPs are still supported. | ||||
| * | Handle not-authorized stream errors, avoid reconnect | dequis | 2014-10-10 | -0/+5 | |
| | | | | | | | | Got this one while trying to connect to google servers with hipchat auth | ||||
| * | Remove MSNXMPP specific code | dequis | 2014-10-10 | -23/+3 | |
| | | | | | | | | The MSN XMPP gateway was shutdown december 2013 and isn't coming back. | ||||
* | | Debian bug #764181: Accidentally had an LGPL header in a bunch of files. | Wilmer van der Gaast | 2014-10-17 | -64/+89 | |
| | | | | | | | | | | | | Replaced them with GPL headers where possible. OSCAR and Twitter modules can't be relicenced though, so add an LGPL blurb to debian/copyright. | ||||
* | | 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 | |
| | | | | | | | | | | | | | | | - Fix install-dev when _SRCDIR_ is set - Don't require root to install systemd units | ||||
* | | | 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 | |
| | | | | | | | | | | | | It has been broken for a very long time and nobody cared about it. | ||||
* | | | Add -lgcrypt when building with OTR built-in | dequis | 2014-09-27 | -1/+1 | |
| | | | | | | | | | | | | Needed when building without gnutls (which already depends on gcrypt) | ||||
* | | | Prevent some "Source ID ## was not found..." warnings | dequis | 2014-09-27 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | These appear in glib 2.40, and, well, are pretty much useless. But people complain about them anyway. Probably fixes trac ticket 1151, at least partially. | ||||
* | | | Makefile: Use wildcard for headers to avoid missing files | dequis | 2014-09-27 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | The following headers were missing: dcc.h otr.h lib/base64.h lib/oauth2.h lib/oauth.h lib/xmltree.h | ||||
* | | | twitter: Add support for The United States of America | dequis | 2014-09-27 | -1/+3 | |
| | | | | | | | | | | | | Land of the Free, Home of the Brave | ||||
* | | | 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 | |
| | | | | | | | | | | | | 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 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 | |
| | | | | | | | | | | 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 responses | jcopenha | 2014-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.c | dequis | 2014-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 bug | dequis | 2014-07-24 | -7/+57 | |
| | | | | | | | | Only took me a few months to write. I even added a test case. | ||||
* | | Gadugadu local contact storage (ticket #917) | dequis | 2014-07-24 | -1/+35 | |
| | | | | | | | | Patch originally by MichaĆ Siejak, adapted for 3.2.1 | ||||
* | | 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 | |
| | | | | | 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 | |
| |