index
:
telepathy/telepathy-gabble
call1
master
next
telepathy-gabble-0.10
telepathy-gabble-0.12
telepathy-gabble-0.14
telepathy-gabble-0.16
telepathy-gabble-0.18
telepathy-gabble-0.2
telepathy-gabble-0.4
telepathy-gabble-0.6
telepathy-gabble-0.8
XMPP connection manager (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-gabble)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
conn-aliasing.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-02-08
connection etc.: use GUINT_TO_POINTER for handles
Simon McVittie
1
-1
/
+1
2009-02-08
conn-aliasing: use GPOINTER_TO_UINT instead of TO_INT for handles
Simon McVittie
1
-2
/
+2
2009-02-03
Update branch messages to master
Will Thompson
1
-1
/
+1
2008-11-06
stop to use g_warning and use DEBUG instead
Guillaume Desmottes
1
-1
/
+1
2008-11-05
gabble_xmpp_error_from_node: extract type attribute from <error>
Will Thompson
1
-1
/
+2
2008-10-22
conn-aliasing: remove an unnecessary cast
Simon McVittie
1
-2
/
+1
2008-10-22
GetAliases: don't leak a hash table if handles are invalid
Simon McVittie
1
-2
/
+4
2008-09-10
Set a handle's alias in the roster so that vCards aren't fetched on every con...
Jonny Lamb
1
-0
/
+6
2008-08-18
conn-aliasing: Make the function identation style consistent
Sjoerd Simons
1
-6
/
+8
2008-08-18
conn-aliasing: Fix the ordering of the includes
Sjoerd Simons
1
-1
/
+1
2008-08-18
Fix small bugs found by make check
Sjoerd Simons
1
-2
/
+2
2008-08-18
Update for the last tp-glib contacts api changes
Sjoerd Simons
1
-1
/
+1
2008-08-12
Implement GetAliases
Sjoerd Simons
1
-20
/
+83
2008-08-12
conn-aliasing: s/_get_contact_attributes/_fill_contact_attributes for more co...
Sjoerd Simons
1
-2
/
+2
2008-08-12
conn-aliasing: Fix typo
Sjoerd Simons
1
-1
/
+1
2008-07-29
Add aliasing support for the Contacts interface
Sjoerd Simons
1
-31
/
+128
2008-07-22
conn-aliasing: use telepathy-glib GTypes
Simon McVittie
1
-5
/
+3
2008-07-21
tidy up include style
Dafydd Harries
1
-4
/
+3
2008-07-21
make config.h the first include in every file
Dafydd Harries
1
-0
/
+1
2008-07-18
enure pointer casts have a space after them
Dafydd Harries
1
-4
/
+4
2008-07-14
rename gabble-connection.h to connection.h
Dafydd Harries
1
-1
/
+1
2007-09-25
RequestAliases: ref the handles we're getting aliases for for the duration of...
Dafydd Harries
1
-0
/
+11
2007-09-25
gabble_connection_request_aliases(): fixed LmConnection ref leak
Senko Rasic
1
-0
/
+2
2007-09-25
conn-aliasing.c: plug leak of PEP request array
Dafydd Harries
1
-0
/
+1
2007-09-06
Inline gabble_conn_aliasing_get_cached_pep_alias into its only caller, which ...
Simon McVittie
1
-19
/
+3
2007-09-06
Move _gabble_connection_get_cached_alias to conn-aliasing.c
Simon McVittie
1
-0
/
+127
2007-09-06
Move connection_nickname_update_cb to conn-aliasing.c
Simon McVittie
1
-1
/
+76
2007-09-06
[cosmetic] newline before block
Simon McVittie
1
-0
/
+1
2007-09-06
conn-aliasing: [cosmetic] avoid complicated assign-on-declare
Simon McVittie
1
-4
/
+6
[next]