summaryrefslogtreecommitdiff
path: root/telepathy-glib/text-channel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix got_sender_contact_by_id_cb error handlingNicolas Dufresne2011-03-161-7/+7
* Fix got_sender_contact_by_handle_cb error handlingNicolas Dufresne2011-03-161-2/+4
* prepare 0.13.16Guillaume Desmottes2011-03-071-3/+3
* tp_text_channel_supports_message_type: rename arg to message_type to match th...Guillaume Desmottes2011-03-041-5/+5
* add tp_text_channel_supports_message_type()Guillaume Desmottes2011-03-021-0/+29
* text-channel: display the channel path in error debug messagesGuillaume Desmottes2011-03-021-12/+14
* text-channel: add a message-types property and accessor (#34907)Guillaume Desmottes2011-03-021-1/+61
* Squash unused-variable error during distcheck (DEBUG can be ifdef'd to nothing)Vivek Dasmohapatra2011-02-091-8/+4
* TextChan: Clarify what INCOMING_MESSAGES feature doesWill Thompson2011-02-021-4/+5
* text-channel: don't define useless variables if debug is disabledGuillaume Desmottes2010-12-221-15/+22
* Prepare version 0.13.10telepathy-glib-0.13.10Will Thompson2010-12-201-22/+22
* tp_text_channel_ack_messages_async: annotate messagesGuillaume Desmottes2010-12-171-1/+2
* annotate the return type of tp_text_channel_get_pending_messages()Guillaume Desmottes2010-12-171-1/+2
* pending_messages_removed_cb: early return if we didn't fetch pending messages...Guillaume Desmottes2010-12-161-0/+3
* check type of self in gettersGuillaume Desmottes2010-12-161-0/+6
* fail to prepare if we can't connect signalsGuillaume Desmottes2010-12-161-1/+1
* replace retrieving_pending by got_initial_messagesGuillaume Desmottes2010-12-161-6/+3
* default to plain if SupportedContentTypes is missingGuillaume Desmottes2010-12-161-0/+5
* make find_msg_by_id clearerGuillaume Desmottes2010-12-161-1/+1
* raise a warning if we can't connect to MessageSentGuillaume Desmottes2010-12-161-1/+1
* tp_text_channel_get_supported_content_types: return a const gchar * const *Guillaume Desmottes2010-12-161-2/+2
* rename TP_TEXT_CHANNEL_FEATURE_PENDING_MESSAGES to TP_TEXT_CHANNEL_FEATURE_IN...Guillaume Desmottes2010-12-161-13/+13
* get_pending_messages_cb: check the value is of the right typeGuillaume Desmottes2010-12-161-0/+13
* not having message-sender is not an errorGuillaume Desmottes2010-12-161-2/+2
* turn pending_messages to a GQueueGuillaume Desmottes2010-12-161-25/+37
* remove 2 gotoGuillaume Desmottes2010-12-161-14/+13
* free the parts_list using a GDestroyNotifyGuillaume Desmottes2010-12-161-7/+14
* get_pending_messages_cb: add a commentGuillaume Desmottes2010-12-161-0/+1
* use ID to get TpContact if message-sender-id is set on ALL messagesGuillaume Desmottes2010-12-161-1/+1
* display path of the connection in debug msgGuillaume Desmottes2010-12-161-4/+6
* fix typoGuillaume Desmottes2010-12-161-1/+2
* send_message_cb: set token to NULL if emptyGuillaume Desmottes2010-12-161-2/+2
* move get_pending_message_id as internal APIGuillaume Desmottes2010-12-161-20/+3
* rename SIG_ macro to fit the actual name of the signalGuillaume Desmottes2010-12-161-3/+3
* improve ack messages docGuillaume Desmottes2010-12-161-3/+12
* pending_messages_removed_cb: stop iterating over messages once we found the r...Guillaume Desmottes2010-12-161-0/+1
* get_sender: set contact to NULL if we don't have the sender handleGuillaume Desmottes2010-12-161-0/+2
* set the sender on outgoing messagesGuillaume Desmottes2010-12-161-45/+64
* get_pending_messages_cb: don't leak the contactGuillaume Desmottes2010-12-161-0/+1
* get the senders using ID, if possible, when fetching pending messagesGuillaume Desmottes2010-12-161-29/+96
* message_received_cb: get the sender using his ID, if possibleGuillaume Desmottes2010-12-161-7/+62
* get_sender: allow to return the sender-id as wellGuillaume Desmottes2010-12-161-4/+9
* don't skip pending message without a senderGuillaume Desmottes2010-12-161-0/+1
* use add_message_received() also when fetching pending messagesGuillaume Desmottes2010-12-161-16/+9
* Try to get the TpContact right away when fetching pending messagesGuillaume Desmottes2010-12-161-4/+16
* use tp_connection_dup_contact_if_possible() when receiving a new messageGuillaume Desmottes2010-12-161-5/+51
* _tp_signalled_message_new now takes the senderGuillaume Desmottes2010-12-161-25/+43
* set senders of pending messagesGuillaume Desmottes2010-12-161-2/+91
* set the sender of incoming messagesGuillaume Desmottes2010-12-161-1/+52
* factor out add_message_received()Guillaume Desmottes2010-12-161-4/+11