summaryrefslogtreecommitdiff
path: root/wocky/wocky-connector.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-30Merge branch 'gabble-0.16'Simon McVittie1-0/+3
2013-05-29CVE-2013-1431: respect tls-required flag on legacy Jabber serversgabble-0.16Simon McVittie1-0/+3
2013-02-22WockyConnector: reduce duplicated code to complete resultWill Thompson1-22/+20
2013-02-22Connector: don't try to generate a random resourceWill Thompson1-4/+4
2013-02-13Fix docs for plural WockyStanzasWill Thompson1-1/+1
2012-11-23connector: simplify including state in debug messagesWill Thompson1-21/+13
2012-10-31Use wocky_stanza_has_type() in a few places.Will Thompson1-4/+4
2012-10-29Replace homegrown macro with g_clear_objectWill Thompson1-7/+6
2012-08-30connector: add ::connection-establishedJonny Lamb1-0/+33
2012-06-19WockyConnector: Support see-other-hostXavier Claessens1-2/+36
2012-06-19WockyConnector: Fix problem if host is an ipv6 or contains a portXavier Claessens1-10/+28
2012-06-19WockyConnector: Remove unused private memberXavier Claessens1-3/+0
2012-03-15connector: display the port when falling back to HOSTGuillaume Desmottes1-1/+1
2012-02-06Namespace debug flags.Will Thompson1-1/+1
2012-02-06Move most of debug.h to debug-internal.hWill Thompson1-1/+1
2012-02-06Include foo-enumtypes.h from each foo.hWill Thompson1-1/+0
2011-11-18Use wocky_node_matches() in a couple of placesWill Thompson1-2/+1
2011-09-01Connector: change misleading “Bad SRV record” messageWill Thompson1-2/+3
2011-07-07Add an extra_identify argument to the TLS verification functionsMarco Barisione1-2/+2
2011-06-09Connector: clarify debug in host fallback path.Will Thompson1-6/+8
2011-06-09Connector: make XMPP version='' debug message NULL-safeWill Thompson1-1/+2
2011-06-09Connector: clarify legacy auth selectionWill Thompson1-5/+6
2011-03-17Connector: simplify building a debug stringWill Thompson1-3/+1
2011-03-07connector: add missing argument docsJonny Lamb1-0/+5
2011-03-07connector: don't put comments where annotations are meant to goJonny Lamb1-2/+2
2010-10-04Added support for HTTP Connect ProxyNicolas Dufresne1-4/+29
2010-09-14connector: use a GCancellable for async operationsCosimo Cecchi1-26/+74
2010-09-06Trick the coding style checkerWill Thompson1-1/+1
2010-09-06Work around chat.facebook.com's broken SRV record.Will Thompson1-13/+34
2010-07-22Remove an unused property.Cosimo Cecchi1-19/+0
2010-07-22Use WockyTLS[Handler, Module] in the connectorCosimo Cecchi1-325/+93
2010-07-16Simplify building resource binding stanzaWill Thompson1-5/+3
2010-07-02Correct a typo in gtk-doc header.Cosimo Cecchi1-1/+1
2010-06-15fd.o #27488: wocky_connector_connect_finish, _register_finish: put GError lastSimon McVittie1-6/+6
2010-06-08Properly use is_secure argument in wocky_auth_registry_start_auth_async.Eitan Isaacson1-3/+4
2010-06-03Merge branch 'coverity'Will Thompson1-74/+88
2010-05-25Unref auth registry on dispose.Eitan Isaacson1-0/+1
2010-05-19allow NULL passwordsEitan Isaacson1-8/+1
2010-05-07Added WockyJabberAuth, WockyJabberAuthPassword and WockyJabberAuthDigest.Eitan Isaacson1-319/+63
2010-05-04Default WockyAuthRegistry upon construction.Eitan Isaacson1-12/+5
2010-05-04Added WockyAuthRegistry.Eitan Isaacson1-4/+35
2010-05-04Document deliberate fall-throughs.Will Thompson1-0/+4
2010-05-04connector: assert that connect_to_service_finish() isn't broken.Will Thompson1-14/+17
2010-05-03connector: Clean up GSimpleAsyncResult usageWill Thompson1-60/+67
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-29/+29
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-10/+15
2010-04-20Add a namespace argument to wocky_stanza_newSjoerd Simons1-2/+1
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-47/+47
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-52/+49
2010-04-13Use ASCII mnemonics throughout.Will Thompson1-33/+33