summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-18Deinit wocky at the end of the run so it can free some memorySjoerd Simons1-0/+2
2009-12-18Remove now unused out labelSjoerd Simons1-1/+0
2009-12-18Chain up to the parent class so it can free some memorySjoerd Simons1-0/+2
2009-12-18Fix usage of potentially freed memorySjoerd Simons1-10/+10
2009-12-18Fail early if we can't get local ip address to prevent leaking memorySjoerd Simons1-7/+7
2009-12-18Don't leak the intset returned by tp_handle_set_updateSjoerd Simons1-1/+5
2009-12-18plug various leaksDafydd Harries12-4/+45
2009-12-15Merge branch 'fd.o#25341'Will Thompson1-0/+48
2009-12-09vcard-manager: Iterate over hashtable instead of usin g_hash_table_find to ch...Andre Moreira Magalhaes (andrunko)1-18/+18
2009-12-09vcard-manager: Do not try to set vcard fields not supported by google servers.Andre Moreira Magalhaes (andrunko)1-2/+22
2009-12-08Move pmuc-v1 #define up with the other bundles'Will Thompson1-2/+1
2009-12-08Fall back to stun.telepathy.im not stun.ccuWill Thompson1-1/+1
2009-12-08Make 'resource' override a resource in 'account'Will Thompson1-8/+10
2009-12-07fd.o#25341: Always sets its own vcard on loginAndre Moreira Magalhaes (andrunko)1-0/+28
2009-12-07Tweak coding styleSjoerd Simons1-1/+1
2009-12-07Merge remote branch 'maiku/gresolver'Sjoerd Simons1-34/+47
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-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-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
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-03Merge branch 'plugin-headers'Will Thompson3-167/+3
2009-12-02Don't use self if it is NULL.Mike Ruprecht1-3/+8
2009-11-27Move headers available to plugins to gabble/Will Thompson3-167/+3
2009-11-27Remove FT debug messages that get printed repeatedlySjoerd Simons1-8/+0
2009-11-27Make GabblePluginLoader a mortal singletonWill Thompson2-4/+15
2009-11-27Merge branch 'master' into pluginsWill Thompson22-493/+235