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
/
conn-presence.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-06
privacy lists: don't crash on malformed replies
Will Thompson
1
-3
/
+3
2012-12-06
Don't crash when creating invisible privacy list fails.
Will Thompson
1
-4
/
+1
2012-02-06
Update Wocky snapshot for One Big Header.
Will Thompson
1
-2
/
+1
2012-01-31
presence: explicitly hunt for privacy list node.
Will Thompson
1
-4
/
+9
2012-01-27
Remove LmHandlerResult
Will Thompson
1
-18
/
+8
2012-01-27
conn-presence: stop using LmMessageHandler
Will Thompson
1
-37
/
+30
2012-01-27
Delete LmMessage{,Type,SubType} typedefs
Will Thompson
1
-25
/
+25
2012-01-27
Remove lm_message_get_[sub_]type.
Will Thompson
1
-5
/
+9
2012-01-27
Expunge lm_message_node_get_name()
Will Thompson
1
-6
/
+4
2012-01-26
Expunge lm_message_ref and lm_message_unref.
Will Thompson
1
-3
/
+3
2012-01-26
Merge branch 'master' into BYE-BYE-LOUDMOUTH
Will Thompson
1
-55
/
+174
2011-11-16
Use _unref instead of _free _destroy when possible.unref
Xavier Claessens
1
-6
/
+6
2011-10-31
conn-presence: Properly free priv member.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+2
2011-09-05
Remove support for legacy Presence.
Will Thompson
1
-7
/
+0
2011-08-01
conn-presence.c: make shared invisibility work after the server update
Marco Barisione
1
-1
/
+10
2011-05-17
conn-presence.c: don't override away when the remote status changes
Marco Barisione
1
-5
/
+16
2011-05-12
conn-presence.c: remove a line forgotten when fixing a merge conflict
Marco Barisione
1
-1
/
+0
2011-05-12
conn-presence.c: handle the transition from hidden to away on GTalk
Marco Barisione
1
-7
/
+17
2011-05-12
conn-presence.c: add a function to know if a GabblePresenceId is away
Marco Barisione
1
-4
/
+8
2011-05-10
conn-presence.c: leave an away status using <presence/> too
Marco Barisione
1
-0
/
+19
2011-05-05
conn-presence.c: don't allow the "chat" status when using shared status
Marco Barisione
1
-5
/
+18
2011-05-05
conn-presence.c: simplify the non-connected case in status_available_cb
Marco Barisione
1
-16
/
+12
2011-05-05
conn-presence.c: send an initial <presence/> when using shared status
Marco Barisione
1
-1
/
+33
2011-05-05
conn-presence.c: don't try privacy lists when using shared status
Marco Barisione
1
-1
/
+2
2011-05-05
conn-presence.c: don't use shared presence for away statuses
Marco Barisione
1
-9
/
+36
2011-05-05
conn-presence.c: fix indentation
Marco Barisione
1
-2
/
+2
2011-05-05
conn-presence.c: don't send <presence/> if we already used shared status
Marco Barisione
1
-2
/
+5
2011-05-03
Remove GabbleXmppError.
Will Thompson
1
-22
/
+15
2011-05-02
Remove lm_iq_message_make_result()
Will Thompson
1
-10
/
+7
2011-05-02
stop using LmMessageNode wrapper
Jonny Lamb
1
-16
/
+16
2011-04-21
Merge branch 'presence-status-max'
Will Thompson
1
-0
/
+35
2011-04-21
gabble_presence_update(): take 'now' as a parameter
Will Thompson
1
-2
/
+2
2011-04-14
Add support for Conn.SimplePresence.MaximumStatusMessageLength.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+14
2011-04-14
Add support for google shared-status 'status-max'.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+21
2011-04-08
presence: also return whether to signal client types updated in _update
Jonny Lamb
1
-2
/
+2
2011-03-17
use wocky_c2s_porter_register_handler_from_server() where applicable
Senko Rasic
1
-2
/
+4
2011-03-10
Update Wocky snapshot for wocky_porter_register_handler changes
Will Thompson
1
-3
/
+4
2010-12-24
Forward-port to wocky, which needs ; after wocky_implement_finish_void
Sjoerd Simons
1
-2
/
+2
2010-11-25
Merge branch 'ofdt-protocol-interface-presences'
Will Thompson
1
-17
/
+32
2010-11-04
lm_connection_send: remove, and replace all calls with wocky_porter_send
Simon McVittie
1
-2
/
+1
2010-10-31
Use _dispose function for unregistering iq handler.
Eitan Isaacson
1
-7
/
+17
2010-10-31
Fixed debug error message when getting shared status.
Eitan Isaacson
1
-1
/
+1
2010-10-31
Handle empty stanza properly when getting shared status.
Eitan Isaacson
1
-8
/
+15
2010-10-31
Assert that stanza has query element before using.
Eitan Isaacson
1
-2
/
+5
2010-10-31
Nit-picks and style changes in shared status.
Eitan Isaacson
1
-5
/
+2
2010-10-31
Remove cryptic debug messages.
Eitan Isaacson
1
-4
/
+2
2010-10-31
Use g_hash_table_iter_* instead of g_hash_table_foreach.
Eitan Isaacson
1
-15
/
+14
2010-10-31
Use wocky_stanza_build to it's fullest extent in build_shared_status_stanza.
Eitan Isaacson
1
-6
/
+8
2010-10-31
Use wocky_porter_register_handler instead of LM whatever.
Eitan Isaacson
1
-23
/
+23
2010-10-31
Add support for stored shared statuses, this is apparently needed.
Eitan Isaacson
1
-0
/
+52
[next]