summaryrefslogtreecommitdiff
path: root/src/bytestream-factory.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-06bytestream_factory_negotiate_stream(): don't pass stream id to callbacksWill Thompson1-1/+1
2012-12-06bytestream_factory_negotiate_stream(): remove return valueWill Thompson1-6/+2
2012-12-06bytestream_factory_negotiate_stream(): use send_iq_asyncWill Thompson1-22/+18
2012-12-06bytestream-factory: stop NIHing TpWeakRefWill Thompson1-34/+14
2012-05-30Use meta-headers for everythingSimon McVittie1-1/+2
2012-05-10Stop using tp_handle_ref/unrefXavier Claessens1-5/+0
2012-02-06Update Wocky snapshot for One Big Header.Will Thompson1-1/+1
2012-01-31Replace trivial uses of lm_message_node_get_child_with_namespaceWill Thompson1-18/+17
2012-01-31bytestream-factory: move to WockyNodeIterWill Thompson1-34/+25
2012-01-27Remove vestigial Loudmouth headers and build systemWill Thompson1-1/+0
2012-01-27Remove LmHandlerResultWill Thompson1-6/+3
2012-01-27BytestreamFactory: stop using LmMessageHandlerWill Thompson1-117/+101
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-36/+36
2012-01-27Remove lm_message_get_[sub_]type.Will Thompson1-7/+17
2012-01-27Remove lm_message_build[_with_subtype]Will Thompson1-26/+26
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-1/+1
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-6/+9
2011-12-20Add configure option to disable file transfer support.Andre Moreira Magalhaes (andrunko)1-0/+2
2011-11-17Remove gabble_decode_jid in favour of wocky_decode_jid.Andre Moreira Magalhaes (andrunko)1-2/+3
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-4/+4
2011-05-03Remove GabbleXmppError.Will Thompson1-40/+43
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-60/+60
2011-05-02use the new xmlns and xml:lang build tagsJonny Lamb1-10/+10
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-41/+49
2010-04-06Remove the proxy from the potential proxies list if the result is invalidSjoerd Simons1-2/+2
2010-04-06Use g_resolver_lookup_by_name instead of getaddrinfo in GibberTcpTransportSjoerd Simons1-8/+13
2009-12-18Don't accept an open ibb iq if we didn't accept the bytestream yetSjoerd Simons1-0/+12
2009-12-18Make sure we only call the callback if it's still aliveSjoerd Simons1-4/+3
2009-12-18plug various leaksDafydd Harries1-1/+1
2009-12-07remove useless \nGuillaume Desmottes1-1/+0
2009-12-07fix typoGuillaume Desmottes1-1/+1
2009-12-07remove proxy from the list if we receive an IQ errorGuillaume Desmottes1-0/+24
2009-12-07use a timestamp instead of a timer to manage the lifetime of the proxies listGuillaume Desmottes1-30/+11
2009-12-07proxies_disco_cb: log a debug msg if disco failedGuillaume Desmottes1-1/+4
2009-12-07Always recycle the socks5_potential_proxies listGuillaume Desmottes1-16/+5
2009-12-07proxies_disco_cb: Replace the old list instead of adding elements to itGuillaume Desmottes1-5/+8
2009-12-07add_proxy_to_list: free the oldest proxy once removedGuillaume Desmottes1-0/+1
2009-12-07remove double ';'Guillaume Desmottes1-1/+1
2009-12-07mark the proxies list has expired after 6 hoursGuillaume Desmottes1-0/+40
2009-12-07query proxies.telepathy.im if there is no fallback serverGuillaume Desmottes1-2/+68
2009-12-07remove the sock5 proxies timer; instead request a new proxy if a reply is wrongGuillaume Desmottes1-39/+12
2009-12-07factor out query_proxiesGuillaume Desmottes1-25/+35
2009-12-07don't recycle proxies list if that doesn't make senseGuillaume Desmottes1-2/+14
2009-12-07recycle the list of potential proxiesGuillaume Desmottes1-6/+18
2009-12-07gabble_bytestream_factory_get_socks5_proxies: stop randomizing proxiesGuillaume Desmottes1-4/+0
2009-12-07streamhost are identified by their hostGuillaume Desmottes1-11/+2
2009-12-07remove oldest proxy from the cacheGuillaume Desmottes1-0/+15
2009-12-07move existing proxy to the head of the list when they are re-discoveredGuillaume Desmottes1-6/+13
2009-12-07gabble_bytestream_factory_query_socks5_proxies: always request at least one p...Guillaume Desmottes1-5/+8
2009-12-07rename NB_SOCKS5_PROXIES_USED to NB_MIN_SOCKS5_PROXIES and decrease it to 3Guillaume Desmottes1-3/+4