summaryrefslogtreecommitdiff
path: root/src/presence-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Use XEP-0276 Temporary Presence Sharing, instead of our prototype versionSimon McVittie2010-01-271-2/+2
* Merge branch 'decloak-api'Simon McVittie2010-01-221-18/+273
|\
| * Emit DecloakRequested when appropriateSimon McVittie2010-01-111-1/+11
| * Implement the DecloakAutomatically propertySimon McVittie2010-01-111-1/+1
| * gabble_presence_cache_is_unsure: presences with keep_unavailable don't countSimon McVittie2010-01-111-6/+14
| * GabblePresenceCache: add support for de-cloaking contactsSimon McVittie2010-01-111-0/+143
| * gabble_presence_cache_is_unsure: improve diagnosticsSimon McVittie2010-01-111-2/+14
| * gabble_presence_cache_caps_pending: make staticSimon McVittie2010-01-111-1/+1
| * Call gabble_presence_cache_caps_pending from gabble_presence_cache_is_unsureSimon McVittie2010-01-111-2/+21
| * GabblePresenceCache: emit a signal on unsure -> sure transitionSimon McVittie2010-01-111-13/+36
| * GabblePresenceCache: optionally respond to requests to de-cloakSimon McVittie2010-01-111-0/+22
| * _gabble_connection_signal_own_presence: optionally send as directed presenceSimon McVittie2010-01-111-1/+1
| * GabblePresenceCache: don't register the same LmMessageHandler twiceSimon McVittie2010-01-111-4/+22
* | Merge remote branch 'danni/pmuc'Sjoerd Simons2010-01-151-0/+31
|\ \ | |/ |/|
| * Add a quirk capability to detect the Google webmail client from its c@nodeDanielle Madeley2010-01-131-0/+31
* | GabblePresenceCache: assert that caller supplied a connectionSimon McVittie2010-01-081-0/+3
* | gabble_presence_cache_set_property: simplify construct-only 'connection'Simon McVittie2010-01-081-14/+3
|/
* Expose api to pass presence message to the presence cacheSjoerd Simons2010-01-081-3/+4
* plug various leaksDafydd Harries2009-12-181-0/+1
* Merge branch 'improve-caps-cache-0.9'Will Thompson2009-10-191-10/+91
|\
| * Note bug number for satisfying waiters with our own hashWill Thompson2009-10-191-3/+1
| * Add compatibility bundles to the cacheWill Thompson2009-10-071-3/+55
| * Cache our own caps before announcing them.Will Thompson2009-10-071-0/+31
| * Add gabble_presence_peek_caps() to avoid copyingWill Thompson2009-10-071-9/+7
| * Pre-seed more Google Talk capability bundles.Will Thompson2009-10-071-1/+3
* | Coding style: avoid too long lines, as per wjt's reviewAlban Crequy2009-10-091-1/+2
* | src/presence-cache.c: fix leak of presence->avatar_sha1, as per wjt's reviewAlban Crequy2009-10-091-0/+1
* | presence-cache.c: More DEBUG() during avatar conflict resolutionAlban Crequy2009-10-091-1/+9
* | presence-cache.c: Fix avatar loop when there is no avatarAlban Crequy2009-10-091-1/+6
|/
* Coding styleAlban Crequy2009-10-061-1/+1
* Do not invalidate the cache when we receive our own vCard after conflict reso...Alban Crequy2009-10-061-0/+1
* presence-cache.c: add a FIXME comment about the avatar sha1 being resetted an...Alban Crequy2009-10-061-0/+6
* Emit the signal AvatarUpdated at the end of the conflict resolutionAlban Crequy2009-10-061-3/+10
* presence-cache.c: add a FIXME about a raceAlban Crequy2009-10-061-2/+16
* presence-cache.c: self_avatar_resolve_conflict(): remove unnecessary indentationAlban Crequy2009-10-061-22/+22
* presence-cache.c: move code in the new function self_avatar_resolve_conflict(...Alban Crequy2009-10-061-25/+35
* presence-cache.c: Fix avatar conflict resolution: Do not confuse self_presenc...Alban Crequy2009-10-061-1/+4
* presence-cache.c: Avoid recursive image resetting as per XEP-0153 section 4.4...Alban Crequy2009-10-061-17/+40
* Merge branch 'telepathy-gabble-0.8' into master.Will Thompson2009-09-111-22/+40
|\
| * Don't rely on a side-effect of g_assert()Will Thompson2009-09-101-1/+3
| * Only ask (full) jids about caps nodes once.Will Thompson2009-09-101-0/+13
| * Don't confuse disco waiters from different resourcesWill Thompson2009-09-101-4/+9
| * Make _process_caps_uri easier to followWill Thompson2009-09-101-21/+19
* | Merge branch 'telepathy-gabble-0.8'Simon McVittie2009-09-101-13/+43
|\ \ | |/
| * Fix style, as per smcv's reviewAlban Crequy2009-09-101-4/+5
| * Fix coding style, as per smcv's reviewAlban Crequy2009-09-101-1/+3
| * src/presence-cache.c: Fix a possible infinite ping-ping on presence stanza wi...Alban Crequy2009-09-101-0/+13
| * src/presence-cache.c: Fix avatar conflict with several resources (Bug fd.o #2...Alban Crequy2009-09-101-12/+26
* | gabble_presence_cache_add_bundle_caps: remove bitfield argumentSimon McVittie2009-08-241-1/+1
* | Use capability sets for debug outputSimon McVittie2009-08-241-4/+11