summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-03saslutil: expect ConnectionError whenever abortedSimon McVittie1-0/+2
2010-08-03sasl/plain test: expect ConnectionErrorSimon McVittie1-1/+3
2010-08-03test-register: check ConnectionError for each failure caseSimon McVittie1-6/+9
2010-08-03Check that registering and getting a <conflict/> raises RegistrationExistsSimon McVittie1-0/+3
2010-08-03connect/test-fail.py: exercise the ConnectionError signalSimon McVittie2-6/+39
2010-08-03gabble_set_tp_conn_error_from_wocky: be sensitive to previous statusSimon McVittie4-26/+45
2010-08-03Merge branch 'master' into errataSimon McVittie32-226/+1680
2010-08-03Merge branch 'trivia'Simon McVittie7-36/+25
2010-07-28GabbleSearchChannel: change_search_state: use tp_error_get_dbus_nameSimon McVittie1-16/+3
2010-07-28gabble_connection_dispose: comment why we are not leaking the porterSimon McVittie1-0/+2
2010-07-28_gabble_connection_send: remove unused variableSimon McVittie1-3/+0
2010-07-28plugins: put top_srcdir and top_builddir first in CFLAGSSimon McVittie1-3/+3
2010-07-28test-receive-file-decline.py: fix race conditionSimon McVittie1-3/+4
2010-07-28test-location: don't assume that stream events happen before D-Bus eventsSimon McVittie1-8/+8
2010-07-28jingle/decloak-peer test: assert that RequestStreams raises Offline when failingSimon McVittie1-1/+2
2010-07-28jingle/decloak-peer.py: fix a race between the two sub-testsSimon McVittie1-1/+2
2010-07-28Fix spelling mistake detected by LintianSimon McVittie1-1/+1
2010-07-19Remove a trailing spaceWill Thompson1-1/+1
2010-07-19Skip file collection candidates with invalid addressesWill Thompson1-1/+9
2010-07-16Merge branch 'coverity'Will Thompson5-8/+19
2010-07-16Update Wocky snapshot for Coverity fixesWill Thompson1-0/+0
2010-07-16DEBUG if MCE's InactivityChanged signal is malformedWill Thompson1-3/+5
2010-07-16Remove unused GError variable.Will Thompson1-4/+0
2010-07-16Cope if Jingle sharing requests omit <manifest>Will Thompson1-0/+8
2010-07-16Make "Session has at least one Content" assertion explicitWill Thompson1-1/+6
2010-07-16Delete non-functional invisibility fallbacks test.Will Thompson2-101/+0
2010-07-15connection: add Connection.Future to interfaces_always_presentGuillaume Desmottes1-0/+1
2010-07-14Merge branch 'toob'Jonny Lamb6-109/+264
2010-07-14NEWS: updatedJonny Lamb1-1/+6
2010-07-14muc-factory: rearrange which NewChannels signals come firstJonny Lamb3-107/+145
2010-07-14tests: add check-create-tube-returnJonny Lamb2-0/+108
2010-07-14muc-factory: don't associate a request with tubes if a tube was requestedJonny Lamb1-1/+5
2010-07-14Merge branch 'misc'Jonny Lamb3-7/+9
2010-07-13base-channel: fix a small typoJonny Lamb1-1/+1
2010-07-13gitignore: updated to include more emacs stuffJonny Lamb1-0/+2
2010-07-09muc-factory: fix indentationJonny Lamb1-6/+6
2010-07-08Merge branch 'invisibility'Eitan Isaacson13-56/+1428
2010-07-08Fixed 'dnd' fallback when requested status was not 'hidden'.Eitan Isaacson1-1/+2
2010-07-08[tests/twisted] Return an error on privacy lists IQs by default.Eitan Isaacson3-8/+21
2010-07-08Changed DEBUG() in disable_privacy_lists to output fallback method.Eitan Isaacson1-2/+4
2010-07-08Remove null-checking GError after _gabble_connection_send_with_reply.Eitan Isaacson1-18/+9
2010-07-08Fix unfortunate unindenting.Eitan Isaacson1-1/+1
2010-07-08Don't use addRawXml.Eitan Isaacson2-28/+32
2010-07-08Gave create_list functions an internal AsyncResult.Eitan Isaacson1-27/+54
2010-07-08Replaced set_presence_after_invisible_privacy_list_setup_cb with more generic...Eitan Isaacson1-39/+9
2010-07-08Renamed invisible_privacy_list private struct member to invisible_list_nameEitan Isaacson1-13/+13
2010-07-08Removed get_list_name_from_message. It was only called once.Eitan Isaacson1-23/+7
2010-07-08Remove simulated disco privacy feature, we need to work without that.Eitan Isaacson2-19/+13
2010-07-08Added whimsical diagram.Eitan Isaacson1-0/+24
2010-07-08A new world order! Restrung privacy list management.Eitan Isaacson3-186/+286