index
:
~wjt/telepathy-gabble
0.11-gtalk-jingle-workarounds
43166-muc-rate-limit
51978-call-caps
61433-caps-hash-crash
61433-caps-hash-crash-test
bin-media-tpproperties
blow-away-corrupt-caps-caches
call1
data-forms
gtalk-logs
master
spdy
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
xmpp-console
☮
wjt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gabble-presence-cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-03
backport from head: support presence from JIDs with no resource [dafydd.harri...
Senko Rasic
1
-6
/
+0
2006-07-19
check for NULL <priority> elements in incoming presence
1
-1
/
+3
2006-06-05
add missing handler unregister in presence cache
1
-1
/
+4
2006-06-05
add a connecting method to TpChannelFactoryIface, and only hook up callbacks ...
1
-28
/
+26
2006-05-31
add copyright headers to gabble-presence{,-cache}.{c,h}
1
-0
/
+19
2006-05-25
fix signal nubbishness
1
-4
/
+4
2006-05-25
unset keep_unavailable whenever we receive presence from somebody
1
-1
/
+6
2006-05-25
grab nicknames after presence has been updated
1
-2
/
+2
2006-05-25
set keep_unavailable each time we receive a <message>
1
-4
/
+10
2006-05-24
fold _parse_message into message callback
1
-28
/
+9
2006-05-24
check namespace on <nick> node
1
-0
/
+6
2006-05-24
create presence for people who only have nicknames
1
-1
/
+6
2006-05-24
factor out _cache_insert
1
-5
/
+14
2006-05-24
wrap function prototypes
1
-8
/
+11
2006-05-23
factor out removal of presence from the cache
1
-8
/
+30
2006-05-23
make nickname changes emit nickname-update rather than presence-update
1
-1
/
+9
2006-05-23
only set nickname when it's different, and emit signal when doing so
1
-3
/
+8
2006-05-23
make _grab_nickname take from arg for debugging goodness
1
-3
/
+8
2006-05-23
add <message> handler to presence cache that grabs nicknames
1
-1
/
+21
2006-05-23
make presence cache presence handler run at low priority
1
-1
/
+1
2006-05-23
grab nicknames from presence nodes
1
-0
/
+25
2006-05-23
use switch on message type rather than strcmp
1
-4
/
+7
2006-05-23
make gabble_presence_cache_parse_message non-public
1
-6
/
+6
2006-05-19
rename presence_cb to lm_message_cb as it will be used for more than presence
1
-8
/
+8
2006-05-18
put non-lvalues on left hand side of comparisons
1
-2
/
+4
2006-05-17
reindent/refactor gabble_presence_cache_update
1
-5
/
+15
2006-05-16
use gchar rather than char for consistency
1
-1
/
+1
2006-05-16
rename function for clarity
1
-2
/
+2
2006-05-16
use caps constant for namespace check
1
-2
/
+3
2006-05-16
rename function for clarity
1
-2
/
+2
2006-05-16
refactor presence node parsing
1
-25
/
+44
2006-05-13
make the presence cache ref the handle of contacts it stores, avoiding crashi...
1
-0
/
+13
2006-05-11
make the presence cache ignore presence from ourselves on other resources (fo...
1
-0
/
+6
2006-05-10
merge presence_cache_parse_message functionality into tweaked presence cache
1
-75
/
+17
2006-05-03
refactor PresenceCache a bit so that it takes a construct-time property of th...
1
-15
/
+226
2006-05-10
split the presence callback into a function to parse the node, and a function...
1
-57
/
+79
2006-05-10
tweak down verbosity of presence debug messages
1
-1
/
+5
2006-05-10
refactor voice resource finding so that we find voice-v1 if there are multipl...
1
-15
/
+31
2006-05-06
avoid emitting spurious presence updates
1
-2
/
+2
2006-05-05
emit presence update signal only after updating the cache
1
-2
/
+1
2006-05-05
disable useless presence debug messages
1
-0
/
+4
2006-05-03
make GabblePresenceCache signals emit numerically
1
-4
/
+11
2006-05-03
store priority values inside GabblePresence->Resource, and allow them to be s...
1
-7
/
+15
2006-04-29
remove cruft from presence cache
1
-12
/
+0
2006-04-29
make presence cache handle Loudmouth presence stanzas
1
-3
/
+227
2006-04-27
add GabblePresence, GabblePresenceCache
1
-0
/
+60