index
:
delta/telepathy-glib.git
baserock/gnome
baserock/morph
call1
gdbus-prep3
master
next
telepathy-glib-0.10
telepathy-glib-0.12
telepathy-glib-0.14
telepathy-glib-0.16
telepathy-glib-0.18
telepathy-glib-0.20
telepathy-glib-0.22
telepathy-glib-0.24
telepathy-glib-0.6
telepathy-glib-0.8
gitlab.freedesktop.org: telepathy/telepathy-glib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
telepathy-glib
/
text-channel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix got_sender_contact_by_id_cb error handling
Nicolas Dufresne
2011-03-16
1
-7
/
+7
*
Fix got_sender_contact_by_handle_cb error handling
Nicolas Dufresne
2011-03-16
1
-2
/
+4
*
prepare 0.13.16
Guillaume Desmottes
2011-03-07
1
-3
/
+3
*
tp_text_channel_supports_message_type: rename arg to message_type to match th...
Guillaume Desmottes
2011-03-04
1
-5
/
+5
*
add tp_text_channel_supports_message_type()
Guillaume Desmottes
2011-03-02
1
-0
/
+29
*
text-channel: display the channel path in error debug messages
Guillaume Desmottes
2011-03-02
1
-12
/
+14
*
text-channel: add a message-types property and accessor (#34907)
Guillaume Desmottes
2011-03-02
1
-1
/
+61
*
Squash unused-variable error during distcheck (DEBUG can be ifdef'd to nothing)
Vivek Dasmohapatra
2011-02-09
1
-8
/
+4
*
TextChan: Clarify what INCOMING_MESSAGES feature does
Will Thompson
2011-02-02
1
-4
/
+5
*
text-channel: don't define useless variables if debug is disabled
Guillaume Desmottes
2010-12-22
1
-15
/
+22
*
Prepare version 0.13.10
telepathy-glib-0.13.10
Will Thompson
2010-12-20
1
-22
/
+22
*
tp_text_channel_ack_messages_async: annotate messages
Guillaume Desmottes
2010-12-17
1
-1
/
+2
*
annotate the return type of tp_text_channel_get_pending_messages()
Guillaume Desmottes
2010-12-17
1
-1
/
+2
*
pending_messages_removed_cb: early return if we didn't fetch pending messages...
Guillaume Desmottes
2010-12-16
1
-0
/
+3
*
check type of self in getters
Guillaume Desmottes
2010-12-16
1
-0
/
+6
*
fail to prepare if we can't connect signals
Guillaume Desmottes
2010-12-16
1
-1
/
+1
*
replace retrieving_pending by got_initial_messages
Guillaume Desmottes
2010-12-16
1
-6
/
+3
*
default to plain if SupportedContentTypes is missing
Guillaume Desmottes
2010-12-16
1
-0
/
+5
*
make find_msg_by_id clearer
Guillaume Desmottes
2010-12-16
1
-1
/
+1
*
raise a warning if we can't connect to MessageSent
Guillaume Desmottes
2010-12-16
1
-1
/
+1
*
tp_text_channel_get_supported_content_types: return a const gchar * const *
Guillaume Desmottes
2010-12-16
1
-2
/
+2
*
rename TP_TEXT_CHANNEL_FEATURE_PENDING_MESSAGES to TP_TEXT_CHANNEL_FEATURE_IN...
Guillaume Desmottes
2010-12-16
1
-13
/
+13
*
get_pending_messages_cb: check the value is of the right type
Guillaume Desmottes
2010-12-16
1
-0
/
+13
*
not having message-sender is not an error
Guillaume Desmottes
2010-12-16
1
-2
/
+2
*
turn pending_messages to a GQueue
Guillaume Desmottes
2010-12-16
1
-25
/
+37
*
remove 2 goto
Guillaume Desmottes
2010-12-16
1
-14
/
+13
*
free the parts_list using a GDestroyNotify
Guillaume Desmottes
2010-12-16
1
-7
/
+14
*
get_pending_messages_cb: add a comment
Guillaume Desmottes
2010-12-16
1
-0
/
+1
*
use ID to get TpContact if message-sender-id is set on ALL messages
Guillaume Desmottes
2010-12-16
1
-1
/
+1
*
display path of the connection in debug msg
Guillaume Desmottes
2010-12-16
1
-4
/
+6
*
fix typo
Guillaume Desmottes
2010-12-16
1
-1
/
+2
*
send_message_cb: set token to NULL if empty
Guillaume Desmottes
2010-12-16
1
-2
/
+2
*
move get_pending_message_id as internal API
Guillaume Desmottes
2010-12-16
1
-20
/
+3
*
rename SIG_ macro to fit the actual name of the signal
Guillaume Desmottes
2010-12-16
1
-3
/
+3
*
improve ack messages doc
Guillaume Desmottes
2010-12-16
1
-3
/
+12
*
pending_messages_removed_cb: stop iterating over messages once we found the r...
Guillaume Desmottes
2010-12-16
1
-0
/
+1
*
get_sender: set contact to NULL if we don't have the sender handle
Guillaume Desmottes
2010-12-16
1
-0
/
+2
*
set the sender on outgoing messages
Guillaume Desmottes
2010-12-16
1
-45
/
+64
*
get_pending_messages_cb: don't leak the contact
Guillaume Desmottes
2010-12-16
1
-0
/
+1
*
get the senders using ID, if possible, when fetching pending messages
Guillaume Desmottes
2010-12-16
1
-29
/
+96
*
message_received_cb: get the sender using his ID, if possible
Guillaume Desmottes
2010-12-16
1
-7
/
+62
*
get_sender: allow to return the sender-id as well
Guillaume Desmottes
2010-12-16
1
-4
/
+9
*
don't skip pending message without a sender
Guillaume Desmottes
2010-12-16
1
-0
/
+1
*
use add_message_received() also when fetching pending messages
Guillaume Desmottes
2010-12-16
1
-16
/
+9
*
Try to get the TpContact right away when fetching pending messages
Guillaume Desmottes
2010-12-16
1
-4
/
+16
*
use tp_connection_dup_contact_if_possible() when receiving a new message
Guillaume Desmottes
2010-12-16
1
-5
/
+51
*
_tp_signalled_message_new now takes the sender
Guillaume Desmottes
2010-12-16
1
-25
/
+43
*
set senders of pending messages
Guillaume Desmottes
2010-12-16
1
-2
/
+91
*
set the sender of incoming messages
Guillaume Desmottes
2010-12-16
1
-1
/
+52
*
factor out add_message_received()
Guillaume Desmottes
2010-12-16
1
-4
/
+11
[next]