summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Update code-gten tools from telepathy-glib 0.9.2Sjoerd Simons6-188/+337
2009-12-07Add tp:name-for-bindings to the OLPC specsSjoerd Simons4-16/+20
2009-12-07Update wocky to include openssl deadlock and build fixes.Vivek Dasmohapatra1-0/+0
2009-12-07Remove various bits that were only used for GibberResolverSjoerd Simons5-1691/+3
2009-12-07Tweak coding styleSjoerd Simons1-1/+1
2009-12-07Merge remote branch 'maiku/gresolver'Sjoerd Simons13-1893/+383
2009-12-07remove debug message in bytestream_write_blocked_cbGuillaume Desmottes1-10/+0
2009-12-07remove useless \nGuillaume Desmottes1-1/+0
2009-12-07fix typoGuillaume Desmottes1-1/+1
2009-12-07test if bugged proxies are not queried twiceGuillaume Desmottes1-9/+20
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-07connection.h: remove old comments about proxiesGuillaume Desmottes1-9/+2
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-07Stop hardcoding a list of public proxiesGuillaume Desmottes1-13/+1
2009-12-07test if proxies_telepathy_im is properly queriedGuillaume Desmottes1-1/+30
2009-12-07query proxies.telepathy.im if there is no fallback serverGuillaume Desmottes1-2/+68
2009-12-07check if Gabble requests a new proxy if a reply is an errorGuillaume Desmottes1-1/+24
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-07check that we don't flood proxies with useless requestsGuillaume Desmottes1-0/+3
2009-12-07don't recycle proxies list if that doesn't make senseGuillaume Desmottes1-2/+14
2009-12-07test-fallback-socks5-proxy: test that the list of proxies is recycledGuillaume Desmottes1-0/+8
2009-12-07recycle the list of potential proxiesGuillaume Desmottes1-6/+18
2009-12-07test-fallback-socks5-proxy.py: test how gabble manages the proxy cache once i...Guillaume Desmottes1-2/+81
2009-12-07test-fallback-socks5-proxy.py: factor out send_file_to_aliceGuillaume Desmottes1-12/+8
2009-12-07gabble_bytestream_factory_get_socks5_proxies: stop randomizing proxiesGuillaume Desmottes1-4/+0
2009-12-07streamhost are identified by their hostGuillaume Desmottes2-14/+5
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-07test-fallback-socks5-proxy: add wait_si_and_return_proxies returning the list...Guillaume Desmottes1-59/+36
2009-12-07test-fallback-socks5-proxy.py: make send_socks5_reply more genericGuillaume Desmottes1-11/+11
2009-12-07rename NB_SOCKS5_PROXIES_USED to NB_MIN_SOCKS5_PROXIES and decrease it to 3Guillaume Desmottes1-3/+4
2009-12-07test-fallback-socks5-proxy.py: check that the same proxy can't be added twiceGuillaume Desmottes1-0/+48
2009-12-07add_proxy_to_list: don't add twice the same proxyGuillaume Desmottes1-0/+28
2009-12-07bytestream-factory: factor out add_proxy_to_listGuillaume Desmottes1-13/+25
2009-12-04fd.o #25296: break race in test-send-file-provide-immediately.py and test-sen...Guillaume Desmottes1-7/+7
2009-12-03Merge branch 'plugin-headers'Will Thompson11-7/+77
2009-12-03Adjust test plugin to include plugin.h properlyWill Thompson1-1/+1
2009-12-03Put headers in lib/telepathy-gabble-0/{gabble,wocky}Will Thompson3-5/+5
2009-12-03Include plugin directory in .pc filesWill Thompson2-0/+5
2009-12-03Install plugin and Wocky headers, and a .pc fileWill Thompson5-2/+66
2009-12-02Don't use self if it is NULL.Mike Ruprecht1-3/+8
2009-12-02Use g_hostname_to_ascii unconditionally (instead of removing it).Mike Ruprecht1-1/+7