summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-26Remove proxy.fsinf.at on their requestGuillaume Desmottes1-1/+1
2009-11-26ft-channel: query SOCKS5 proxy when creating an outgoing FTGuillaume Desmottes1-0/+7
2009-11-26tube_stream: query SOCKS5 proxy when creating an incoming tubeGuillaume Desmottes1-0/+4
2009-11-26tube-dbus: query SOCKS5 proxy when creating a 1-1 D-Bus tubeGuillaume Desmottes1-0/+8
2009-11-26fd.o#21151: Don't query SOCKS5 proxies when we are connectedGuillaume Desmottes2-7/+7
2009-11-26Merge branch '09-conditional-ft'Simon McVittie2-13/+38
2009-11-26Unset debug-sender log handler before unreffing the global debug senderSimon McVittie1-0/+1
2009-11-26Remove proxy.schokokeks.org on their requestSjoerd Simons1-1/+0
2009-11-25Calling g_time_val_from_iso8601() once is enough.Will Thompson1-2/+0
2009-11-24Remove unused handle parameter from add_file_transfer_channel_class()Simon McVittie1-6/+3
2009-11-24fd.o#25243: only advertise FT capability if we have a FT clientSimon McVittie2-8/+36
2009-11-23connection: ack the pmuc-v1 cap disco requestJonny Lamb1-3/+7
2009-11-23util: allow GabbleConnection to be NULL in _normalize_roomJonny Lamb1-8/+18
2009-11-23normalize_room: use gabble_decode_jid to shorten the functionJonny Lamb1-19/+5
2009-11-23fd.o#22456: util: get the canonical room name in gabble_normalize_roomJonny Lamb2-11/+27
2009-11-23fd.o#21152: connection: don't disco rooms in RequestHandlesJonny Lamb1-366/+0