summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-30version 0.11.3telepathy-gabble-0.11.3Jonny Lamb2-3/+12
2010-11-30Merge branch 'async-contact-list'Simon McVittie6-24/+25
2010-11-30Merge branch 'undraft'Simon McVittie16-1112/+84
2010-11-30Map WOCKY_XMPP_ERROR_INTERNAL_SERVER_ERROR and WOCKY_AUTH_ERROR_INVALID_REPLY...Simon McVittie1-4/+5
2010-11-30map_wocky_xmpp_error: map <bad-request/> and <unexpected-request/> to ConfusedSimon McVittie1-2/+2
2010-11-30Don't assume that AddMembers/RemoveMembers on a ContactList channel returns i...Simon McVittie6-24/+25
2010-11-26Map SASL_Abort_Reason_Invalid_Challenge to TP_ERROR_SERVICE_CONFUSEDSimon McVittie3-3/+3
2010-11-26Depend on telepathy-glib 0.13.7 and use it for SASLSimon McVittie13-1103/+74
2010-11-26Update to spec 0.21.5's stable version of ServerAuthentication etc.Simon McVittie5-38/+65
2010-11-25Remove accidental dependency on glib 2.27Will Thompson1-2/+4
2010-11-25NEWS for fd.o #31106Will Thompson1-0/+2
2010-11-25Merge branch 'ofdt-protocol-interface-presences'Will Thompson5-18/+64
2010-11-24Merge branch 'sasl'Simon McVittie23-1343/+2401
2010-11-24sasl/abort.py: test aborting early, and check that unknown codes don't crashSimon McVittie1-1/+2
2010-11-24saslutil: assert that the right error is in ConnectionError tooSimon McVittie1-5/+7
2010-11-24connector_error_disconnect: harvest a detailed error from the auth managerSimon McVittie1-3/+17
2010-11-24gabble_auth_manager_get_failure_details: addSimon McVittie2-0/+68
2010-11-24gabble_server_sasl_channel_get_failure_details: addSimon McVittie2-3/+43
2010-11-24jabber_auth: exercise unsuccessful Jabber authenticationSimon McVittie1-6/+77
2010-11-24jabber_auth test: drive the SASL authenticator interactivelySimon McVittie1-3/+16
2010-11-24saslutil: split out expect_sasl_channel()Simon McVittie1-0/+3
2010-11-24JabberAuthenticator: optionally emit events rather than being automaticSimon McVittie1-1/+20
2010-11-24rename SaslComplexAuthenticator to SaslEventAuthenticator and delete SaslPlai...Simon McVittie4-45/+21
2010-11-24remove unused imports of SaslPlainAuthenticatorSimon McVittie2-3/+2
2010-11-24sasl/abort test: use interactive authenticatorSimon McVittie1-8/+12
2010-11-24sasl/plain test: exercise all the defined error conditions from RFC 3920 ยง6.4Simon McVittie1-7/+49
2010-11-24sasl/plain test: convert to SaslComplexAuthenticator so we can test other rea...Simon McVittie1-20/+55
2010-11-24test_jabber_pass_success: remove dead codeSimon McVittie1-2/+0
2010-11-24SASL tests: use more idiomatic error-checkingSimon McVittie3-38/+19
2010-11-24Raise NotImplemented if the user requests an unsupported mechanismSimon McVittie1-11/+13
2010-11-23Assert that DefaultUsername is available over D-Bus and correctSimon McVittie2-0/+3
2010-11-23Update SASL to current spec masterSimon McVittie6-105/+182
2010-11-23Don't make X-WOCKY-JABBER pseudo-mechanisms available over D-BusSimon McVittie3-10/+5
2010-11-23Implement and test X-TELEPATHY-PASSWORDSimon McVittie4-13/+100
2010-11-23gabble_auth_manager_start_auth_async: wrap the channel's async methodSimon McVittie1-3/+33
2010-11-23gabble_server_sasl_channel_fail: use gabble_set_tp_conn_error_from_wockySimon McVittie1-26/+9
2010-11-23map_wocky_auth_error: support the complete set of auth error codesSimon McVittie1-0/+18
2010-11-23gabble_server_sasl_channel_fail: on repeated failure, don't overwrite errorSimon McVittie1-0/+6
2010-11-23GabbleServerSaslChannel: check for expected state, and debug, in async methodsSimon McVittie1-0/+6
2010-11-23AbortSASL: improve state tracking and debuggingSimon McVittie1-5/+23
2010-11-23AcceptSASL: improve state tracking and debug messagesSimon McVittie1-9/+38
2010-11-23StartMechanism[WithData]: improve debugSimon McVittie1-5/+16
2010-11-23StartMechanism[WithData]: streamline search for mechanismSimon McVittie1-11/+2
2010-11-23Respond: check status more carefully and improve debug outputSimon McVittie1-3/+19
2010-11-23GabbleServerSaslChannel: move to In_Progress state when StartMechanism is calledSimon McVittie4-23/+28
2010-11-23gabble_server_sasl_channel_raise_not_available: take varargsSimon McVittie1-5/+13
2010-11-23Change SaslComplexAuthenticator so it's driven by the test frameworkSimon McVittie3-87/+179
2010-11-23gabbletests: allow Authenticator to emit events tooSimon McVittie1-0/+6
2010-11-23Make sure every Authenticator we use is a subclass of GabbleAuthenticatorSimon McVittie2-6/+6
2010-11-23StartMechanism[WithData]: don't crash if no initial dataSimon McVittie1-1/+3