summaryrefslogtreecommitdiff
path: root/src/bytestream-factory.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename NB_SOCKS5_PROXIES_USED to NB_MIN_SOCKS5_PROXIES and decrease it to 3Guillaume Desmottes2009-12-071-3/+4
* add_proxy_to_list: don't add twice the same proxyGuillaume Desmottes2009-12-071-0/+28
* bytestream-factory: factor out add_proxy_to_listGuillaume Desmottes2009-12-071-13/+25
* fd.o#21151: Don't query SOCKS5 proxies when we are connectedGuillaume Desmottes2009-11-261-7/+4
* Stop idle/timeout probing for proxies when we are disconnected.Vivek Dasmohapatra2009-10-141-0/+7
* remove NS_DATA as we already have NS_X_DATA for this namespaceGuillaume Desmottes2009-09-251-3/+3
* remove checks made redundant by gabble_decode_jid() changesDafydd Harries2009-09-031-2/+2
* make gabble_decode_jid() return a booleanDafydd Harries2009-09-031-2/+25
* style tweaksDafydd Harries2009-09-031-7/+7
* fix indentationDafydd Harries2009-09-031-5/+5
* bytestream-factory.c: bytestream_state_changed_cb: no need to remove the byte...Guillaume Desmottes2009-07-161-0/+5
* bytestream-factory.c: use node iteration wrappersDafydd Harries2009-06-291-13/+21
* bytestream_factory_iq_si_cb: explicitely say that ID is a muc one whenGuillaume Desmottes2009-05-111-9/+15
* add a timer when querying proxies so we'll query more if neededGuillaume Desmottes2009-04-211-0/+30
* bytestream-factory: only query few SOCKS5 proxies instead of the whole listGuillaume Desmottes2009-04-211-33/+83
* factor out randomize_g_slistGuillaume Desmottes2009-04-211-24/+29
* bytestream_factory_iq_si_cb: initialize self_jid so world won't explode if we...Guillaume Desmottes2009-04-161-1/+1
* Merge branch 'master' into file-transferGuillaume Desmottes2009-04-031-0/+206
|\
| * gabble_bytestream_factory_get_socks5_proxies: randomize fallback proxies listGuillaume Desmottes2009-03-261-2/+26
| * change fallback-socks5-proxy to fallback-socks5-proxiesGuillaume Desmottes2009-03-261-6/+11
| * socks5_proxy_query_reply_cb: prepend fallback proxy from the right listGuillaume Desmottes2009-03-261-2/+2
| * properly cast socks5_proxy_query_reply_cb user_dataGuillaume Desmottes2009-03-241-2/+3
| * store fallback proxies in a separated list so we can list them after the one ...Guillaume Desmottes2009-03-241-13/+35
| * rename gabble_bytestream_factory_get_socks_proxies to gabble_bytestream_facto...Guillaume Desmottes2009-03-241-1/+1
| * query fallback-socks5-proxy if definedGuillaume Desmottes2009-03-241-9/+43
| * track SOCKS5 proxy available in bytestream-factory and offer API to access to...Guillaume Desmottes2009-03-241-0/+120
| * Merge branch 'master' into socks5-revertedGuillaume Desmottes2009-03-131-6/+1
| |\