summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-08WiP, roster/groups.py failswip-namesSimon McVittie5-304/+217
2012-12-07Bump nano-version to 0.17.2.1Will Thompson2-1/+6
2012-12-07Version 0.17.2Will Thompson2-3/+3
2012-12-07tests: don't crash in verbose mode on unicode in stanzasWill Thompson1-1/+9
2012-12-07NEWS for 0.17.2 to date.Will Thompson1-0/+30
2012-12-06Merge branch 'xep-0184'Will Thompson10-23/+365
2012-12-06Advertise support for message receiptsWill Thompson1-0/+1
2012-12-06Add missing cap for jabber:iq:lastWill Thompson1-0/+1
2012-12-06Test all this receipt stuff.Will Thompson4-0/+200
2012-12-06im-channel: send delivery reports when requested...Will Thompson3-1/+43
2012-12-06roster: obey blocked-ness in gets_presence_from_usWill Thompson1-0/+3
2012-12-06im-channel: clean up obsolete docstringWill Thompson1-7/+1
2012-12-06Support requesting delivery reports when asked to.Will Thompson1-6/+42
2012-12-06Emit delivery reports for XEP-0184 receipts.Will Thompson4-9/+74
2012-12-06Don't crash on <success> after closing auth channel.Will Thompson2-18/+81
2012-12-06tests: add a couple more cases to sasl/abortWill Thompson1-0/+17
2012-12-06Don't crash on <challenge> after closing auth channelWill Thompson2-2/+6
2012-12-06auth-manager: clarify _challenge_async()Will Thompson1-12/+45
2012-12-06auth-manager: propagate failure both up and acrossWill Thompson1-1/+2
2012-12-06auth-manager: rename 'falling_back' field to 'chaining_up'Will Thompson1-5/+8
2012-12-06auth-manager: ensure falling_back is TRUE when we're chaining upWill Thompson1-0/+1
2012-12-06auth-manager: simplify chaining up in _start_auth_async()Will Thompson1-18/+10
2012-12-06auth-manager: save GError from channel when it closesWill Thompson3-5/+13
2012-12-06sasl-channel: stash a GError when Close()dWill Thompson1-3/+23
2012-12-06sasl-channel: stash a GError in more cases.Will Thompson1-18/+25
2012-12-06sasl-channel: split changing state and setting errorsWill Thompson1-14/+18
2012-12-06sasl-channel: don't crash on Abort() then <challenge>Will Thompson2-11/+28
2012-12-06sasl-channel: refactor completing operations to a functionWill Thompson1-45/+43
2012-12-06Add commented-out regression tests for fd.o#52146Will Thompson2-0/+87
2012-12-06sasl/abort: clean up common test codeWill Thompson1-29/+15
2012-12-06sasl/abort.py: clean up invoking test casesWill Thompson1-18/+12
2012-12-06gabbletest: exit if we can't connect to the busWill Thompson1-1/+5
2012-12-06Merge branch 'vcard-manager-use-nodes'Will Thompson6-343/+265
2012-12-06vcard-manager: find no-op replacements with wocky_node_equalWill Thompson1-46/+4
2012-12-06vcard-manager: represent new node tree as a node tree.Will Thompson2-97/+72
2012-12-06vcard-manager: refactor applying editsWill Thompson1-92/+141
2012-12-06vcard-manager: don't repeatedly copy while editingWill Thompson1-97/+53
2012-12-06vcard-manager: fix is_significant()Will Thompson1-1/+3
2012-12-06vcard-manager: clarify commentary in CLEAR pathWill Thompson1-1/+2
2012-12-06Test ClearAvatar()Will Thompson2-0/+28
2012-12-06vcard-manager: split up gargantuan edit_info_apply()Will Thompson1-41/+50
2012-12-06vcard-manager: copy vcards using WockyNodeTree.Will Thompson1-26/+20
2012-12-06Update Wocky snapshot for beautiful new node APIWill Thompson1-0/+0
2012-12-06vcard-manager: use WockyNodeTree to copy vCard nodesWill Thompson1-55/+19
2012-12-06vcard-manager: add children more neatlyWill Thompson1-6/+4
2012-12-06ft-channel: add metadata forms a bit less stupidlyWill Thompson1-19/+7
2012-12-06conn-presence: stop using _gabble_connection_send_with_reply()Will Thompson1-105/+92
2012-12-06Regression test for malformed privacy list repliesWill Thompson1-5/+15
2012-12-06Tidy up privacy list test very slightlyWill Thompson1-6/+3
2012-12-06Regression test for 57521Will Thompson1-0/+31