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