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-aliasing.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-06
Update Wocky snapshot for One Big Header.
Will Thompson
1
-2
/
+1
2012-01-31
conn-aliasing: use <item> passed to ::changed handler.
Will Thompson
1
-5
/
+2
2012-01-31
Update Wocky submodule for PepService changes
Will Thompson
1
-0
/
+1
2012-01-31
_grab_nickname: use wocky_node_get_child_ns
Will Thompson
1
-1
/
+1
2012-01-31
Replace trivial uses of lm_message_node_get_child_with_namespace
Will Thompson
1
-2
/
+2
2012-01-31
conn-*: move to WockyNodeIter
Will Thompson
1
-5
/
+4
2012-01-27
Remove LmHandlerResult
Will Thompson
1
-3
/
+1
2012-01-27
Delete LmMessage{,Type,SubType} typedefs
Will Thompson
1
-10
/
+10
2012-01-27
Remove lm_message_get_[sub_]type.
Will Thompson
1
-1
/
+2
2012-01-27
Remove lm_message_build[_with_subtype]
Will Thompson
1
-5
/
+6
2012-01-26
Expunge lm_message_ref and lm_message_unref.
Will Thompson
1
-2
/
+2
2012-01-26
Merge branch 'master' into BYE-BYE-LOUDMOUTH
Will Thompson
1
-120
/
+250
2011-11-17
Remove gabble_decode_jid in favour of wocky_decode_jid.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+2
2011-11-16
Use _unref instead of _free _destroy when possible.unref
Xavier Claessens
1
-4
/
+4
2011-09-16
conn-aliasing: add a plural version of the nickname-update signal handler
Marco Barisione
1
-35
/
+61
2011-06-28
Correctly clear our own alias when asked to.
Will Thompson
1
-7
/
+21
2011-06-28
Aliasing: handle SetAlias({contact: ''}) better
Will Thompson
1
-2
/
+54
2011-06-28
Aliasing: split out cached remote alias lookup
Will Thompson
1
-41
/
+74
2011-06-28
Aliasing: remove a hateful g_hash_table_foreach
Will Thompson
1
-51
/
+36
2011-06-21
Look for better aliases if roster says name=jid.
Will Thompson
1
-7
/
+26
2011-06-21
Ignore empty name='' attributes on the roster.
Will Thompson
1
-1
/
+1
2011-05-03
Remove GabbleXmppError.
Will Thompson
1
-14
/
+7
2011-05-02
stop using LmMessageNode wrapper
Jonny Lamb
1
-11
/
+11
2011-05-02
use the new xmlns and xml:lang build tags
Jonny Lamb
1
-1
/
+1
2010-11-05
Check for connected connection or non-NULL vcard_manager before most uses
Simon McVittie
1
-10
/
+16
2010-11-05
aliasing: don't call into vCard manager if unconnected
Simon McVittie
1
-1
/
+9
2010-11-05
gabble_vcard_manager_edit: forbid calling if not connected
Simon McVittie
1
-0
/
+2
2010-11-05
gabble_do_pep_request: assert that @self is connected and has a request pipeline
Simon McVittie
1
-1
/
+11
2010-11-05
conn-aliasing: maybe_request_vcard: never initiate a request if disconnected
Simon McVittie
1
-2
/
+4
2010-04-20
Rename to WockyStanza, WockyNode and related changes
Sjoerd Simons
1
-16
/
+18
2010-03-01
GabbleVCardManager: use a doubly-linked list for edits
Simon McVittie
1
-2
/
+2
2010-02-25
After a SetContactInfo, fix a missing nickname if necessary
Simon McVittie
1
-2
/
+6
2010-02-25
Update copyright years for ContactInfo
Simon McVittie
1
-2
/
+2
2010-02-25
SetAliases: When connected to GTalk, set the FN instead of the NICKNAME
Simon McVittie
1
-2
/
+2
2009-12-11
vcard-manager: Renamed gabble_vcard_manager_edit to gabble_vcard_manager_edit...
Andre Moreira Magalhaes (andrunko)
1
-2
/
+2
2009-09-25
conn-aliasing: rename location_nick_node_changed to pep_nick_node_changed
Guillaume Desmottes
1
-2
/
+2
2009-09-25
conn-aliasing: use WockyPepService API
Guillaume Desmottes
1
-21
/
+22
2009-09-25
unregister pubsub event handlers when disposing
Guillaume Desmottes
1
-2
/
+2
2009-09-25
register pubsub event handlers in their component
Guillaume Desmottes
1
-4
/
+9
2009-09-25
rename pubsub.[ch] to wocky-pubsub.[ch]
Guillaume Desmottes
1
-1
/
+1
2009-09-25
pass a jid instead of a handle to pubsub handlers
Guillaume Desmottes
1
-1
/
+11
2009-09-03
make gabble_decode_jid() return a boolean
Dafydd Harries
1
-2
/
+2
2009-08-20
keep a ref to the handle for the lifetime of a PEP request
Dafydd Harries
1
-1
/
+28
2009-07-13
conn-aliasing.c: gabble_do_pep_request: set the type of the IQ query
Guillaume Desmottes
1
-0
/
+1
2009-06-29
conn-aliasing.c: use node iteration wrappers
Dafydd Harries
1
-4
/
+5
2009-05-19
Don't crash on an empty <nick/> node.
Will Thompson
1
-3
/
+12
2009-05-04
Fix comments about (const gchar **) cast
Will Thompson
1
-2
/
+3
2009-04-25
Simplify _gabble_connection_get_cached_alias
Will Thompson
1
-52
/
+31
2009-04-25
Make GetAliases etc fall back to the full JID
Will Thompson
1
-17
/
+10
2009-02-27
conn-aliasing: nick_publish_msg_reply_cb: wrap debug code in #ifdef ENABLE_DEBUG
Simon McVittie
1
-0
/
+2
[next]