summaryrefslogtreecommitdiff
path: root/libempathy/empathy-tp-chat.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-27use vardict API to interact and request channelsGuillaume Desmottes1-14/+16
2014-02-13TpHandleType has been renamed to TpEntityTypeGuillaume Desmottes1-2/+2
2014-02-07Merge branch 'master' into next-remove-extGuillaume Desmottes1-1/+1
2014-02-06prefix Telepathy bus names with TP_Guillaume Desmottes1-1/+1
2014-01-27Adapt for use of ABI versions in generated codeGuillaume Desmottes1-18/+18
2014-01-27TP_CHANNEL_FEATURE_CONTACTS has been removedGuillaume Desmottes1-2/+1
2014-01-27tp-chat: prepare GROUP if neededGuillaume Desmottes1-1/+25
2014-01-27groups-contacts-changed signal has been renamedGuillaume Desmottes1-3/+3
2014-01-27Port to Telepathy 1.0Guillaume Desmottes1-8/+8
2013-10-24tp-chat: prepare CONTACTS before our custom featureGuillaume Desmottes1-1/+2
2013-10-03Add missing telepathy-glib-dbus.h includesXavier Claessens1-0/+1
2013-08-20tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione1-1/+3
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-1/+1
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-5/+0
2013-03-27Consistently use `#include "config.h"` everywhereEmanuele Aina1-1/+1
2013-01-08tp-chat: prepare CONNECTED on the TpConnection firstGuillaume Desmottes1-10/+48
2012-09-25tp-chat: set Private and InviteOnly props on conference channelsGuillaume Desmottes1-3/+30
2012-09-17include telepathy-glib.hGuillaume Desmottes1-2/+0
2012-09-11use tp_channel_get_connection()Guillaume Desmottes1-2/+2
2012-09-11use tp_text_channel_dup_pending_messages()Guillaume Desmottes1-2/+2
2012-07-23coding style fixesGuillaume Desmottes1-1/+1
2012-07-17tp-chat: prepare the Password feature if neededGuillaume Desmottes1-0/+38
2012-07-17Revert "tp-chat:requires TP_CHANNEL_FEATURE_PASSWORD"Guillaume Desmottes1-2/+1
2012-07-17tp-chat:requires TP_CHANNEL_FEATURE_PASSWORDGuillaume Desmottes1-1/+2
2012-06-27tp-chat: stop setting the TpAccount during constructionGuillaume Desmottes1-37/+9
2012-06-07tp-chat: use TpProxy accessorsGuillaume Desmottes1-4/+2
2012-05-10tp-chat: use tp_text_channel_get_chat_state()Guillaume Desmottes1-2/+2
2012-05-10tp-chat: remove chat-state-changed-empathy signalGuillaume Desmottes1-58/+0
2012-05-10Use tp_capabilities_get_channel_classes_variant()Guillaume Desmottes1-11/+33
2012-05-08tp-chat: stop using the contact factory when building messageGuillaume Desmottes1-63/+12
2012-05-07Use TP_ERROR instead of TP_ERRORSGuillaume Desmottes1-1/+1
2012-05-03tp-chat:stop using the handle of membersGuillaume Desmottes1-22/+14
2012-05-03empathy_tp_chat_is_invited: return a TpContact for the inviterGuillaume Desmottes1-10/+4
2012-05-03tp-chat: use new channel group API to track membersGuillaume Desmottes1-136/+55
2012-05-03tp_chat_prepare_ready_async: use new channel group APIGuillaume Desmottes1-46/+16
2012-05-03empathy_tp_chat_is_invited: use new channel group APIGuillaume Desmottes1-5/+12
2012-05-03remove empathy_tp_chat_join()Guillaume Desmottes1-32/+0
2012-05-02tp-chat: add the 'members-changed' signalGuillaume Desmottes1-4/+12
2012-05-02tp-chat: add the 'member-renamed' signalGuillaume Desmottes1-3/+11
2012-04-10implement empathy_tp_chat_get_members as a method on TpChatGuillaume Desmottes1-17/+3
2012-04-10remove unused tp_chat_removeGuillaume Desmottes1-18/+0
2012-04-10implement empathy_tp_chat_add as a method on TpChatGuillaume Desmottes1-5/+2
2012-04-10tp-chat: use self->priv directlyGuillaume Desmottes1-26/+13
2012-04-10tp-chat: port to Telepathy coding styleGuillaume Desmottes1-1118/+1161
2012-02-01Chat: show who changed the subjectWill Thompson1-1/+25
2012-01-18TpChat: add a :self-contact property.Will Thompson1-0/+19
2011-11-28don't ignore TP_DELIVERY_STATUS_TEMPORARILY_FAILED delivery reportGuillaume Desmottes1-1/+2
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-2/+2
2011-10-14TpChat: remove support for old PropertiesWill Thompson1-263/+5
2011-10-14TpChat: Use RoomConfig1 and Subject if availableWill Thompson1-5/+138