summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-03-18Use tp_g_hash_table_update instead of re-inventing itGuillaume Desmottes1-14/+6
2010-03-18Fix feature leak if there is not serviceGuillaume Desmottes1-2/+2
2010-03-18gabble_private_tubes_factory_update_caps: pass value_dup function to tp_g_has...Guillaume Desmottes1-2/+4
2010-03-18private-tubes-factory: factor out copy_capsGuillaume Desmottes1-10/+16
2010-03-03location: remove the 'error' keyGuillaume Desmottes1-1/+0
2010-03-03location: countrycode has been added to XEP-0080Guillaume Desmottes1-1/+0
2010-03-03location: implement the 'accuracy' keyGuillaume Desmottes1-0/+1
2010-02-23Merge branch '08-portability-minimal' into telepathy-gabble-0.8Simon McVittie1-2/+9
2010-02-22Don't advertise support for credentials-passing on platforms where it won't workSimon McVittie1-2/+9
2010-02-22Don't send a content-modify message if the content hasn't been sent yet.Senko Rasic1-5/+11
2010-02-12Use correct client type when calculating hash.Will Thompson2-6/+3
2010-02-11Fix a non-UTF-8 string being sent to the debug log.Mike Ruprecht1-2/+4
2010-02-08Fix typo.Jonny Lamb1-2/+2
2010-01-27Don't crash on disco requests with no id=''Will Thompson1-0/+5
2010-01-22Add --enable-is-a-phoneWill Thompson1-0/+4
2010-01-20Merge branch 'caps-cache-0.8' into telepathy-gabble-0.8Dafydd Harries13-52/+781
2010-01-20caps cache: create correct directory when falling back to default pathDafydd Harries1-1/+1
2010-01-13restore per-channel-manager caps from the cacheDafydd Harries1-2/+7
2010-01-13make caps cache persist to disk using SQLiteDafydd Harries3-19/+468
2010-01-13free shared caps cache when CM exitsDafydd Harries3-0/+14
2010-01-13add initial implementation of CM-wide caps cacheDafydd Harries6-4/+239
2010-01-12factor out capability URI extraction from messagesDafydd Harries5-45/+56
2010-01-11free debugger singleton on exitDafydd Harries3-0/+15
2010-01-11Treat <item-not-found/> as the empty vCardWill Thompson1-1/+12
2010-01-11Negotiate chat state support for capsless contactsWill Thompson3-16/+64
2010-01-11Send chat state notifications as type='chat'Will Thompson1-2/+2
2010-01-11Refactor determining whether to send chat statesWill Thompson1-45/+43
2009-12-15Merge branch '0.8-fd.o#25341' into telepathy-gabble-0.8Will Thompson1-0/+48
2009-12-14vcard-manager: Iterate over hashtable instead of usin g_hash_table_find to ch...Andre Moreira Magalhaes (andrunko)1-18/+18
2009-12-14vcard-manager: Do not try to set vcard fields not supported by google servers.Andre Moreira Magalhaes (andrunko)1-2/+22
2009-12-14fd.o#25341: Always sets its own vcard on loginAndre Moreira Magalhaes (andrunko)1-0/+28
2009-12-08Make 'resource' override a resource in 'account'Will Thompson1-8/+10
2009-12-07Move pmuc-v1 #define up with the other bundles'Will Thompson1-2/+1
2009-12-07Fall back to stun.telepathy.im not stun.ccuWill Thompson1-1/+1
2009-12-07Merge remote branch 'jonnylamb/pee-muc' into telepathy-gabble-0.8Will Thompson5-403/+72
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-31/+12