summaryrefslogtreecommitdiff
path: root/libempathy/empathy-message.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-03EmpathyMessage: remove flags, they are uselessXavier Claessens1-35/+2
2013-08-20time: move from Empathy to tp-account-widgetsMarco Barisione1-3/+3
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-1/+1
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-2/+1
2012-09-17include telepathy-glib.hGuillaume Desmottes1-4/+0
2012-04-04include logger single headerGuillaume Desmottes1-5/+0
2012-04-03Logger support for calls is no longer optionalDanielle Madeley1-5/+1
2012-04-03TplCallEndReason ceased to exist on March 28Danielle Madeley1-1/+1
2012-01-18Move empathy_message_should_highlight to EmpathyChatWill Thompson1-70/+0
2012-01-18Use /\b<nickname>\b/ to decide whether to highlightWill Thompson1-33/+34
2011-08-18Port to new tp-glib client factoryGuillaume Desmottes1-5/+7
2011-08-12Properly check if the backlog flag is setSjoerd Simons1-1/+5
2011-06-28Display the time when messages have been sent, not received (#653551)Guillaume Desmottes1-1/+6
2011-06-20Merge branch 'message-editing-rebase'Danielle Madeley1-4/+134
2011-06-14Add a translator comment.Emilio Pozuelo Monfort1-0/+1
2011-06-13Update for new TPL API, we now get timestamp and edit_timestampDanielle Madeley1-5/+19
2011-06-13Add 'original-timestamp' to EmpathyMessageDanielle Madeley1-0/+37
2011-06-13Set 'token' and 'supersedes' for events from the loggerDanielle Madeley1-3/+10
2011-06-12Add 'supersedes' property to EmpathyMessageDanielle Madeley1-0/+42
2011-06-12Add 'token' property to EmpathyMessageDanielle Madeley1-0/+30
2011-06-10Don't require telepathy-logger with --enable-callEmilio Pozuelo Monfort1-3/+9
2011-06-09Handle unknown event types gracefullyEmilio Pozuelo Monfort1-0/+3
2011-06-09Don't ignore call eventsEmilio Pozuelo Monfort1-14/+23
2011-05-12message: stop storing pending-message-idJonny Lamb1-21/+0
2011-05-12message: store the TpMessage when created with oneJonny Lamb1-0/+34
2011-04-19Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes1-10/+8
2011-04-19empathy-message: cast timestamps to glongGuillaume Desmottes1-2/+2
2011-04-19empathy_message_new_from_tp_message: assign priv as soon as the message is cr...Guillaume Desmottes1-1/+2
2011-04-18empathy-message: remove useless public settersGuillaume Desmottes1-119/+22
2011-04-18remove empathy_message_new()Guillaume Desmottes1-15/+7
2011-04-18factor out empathy_message_new_from_tp_messageGuillaume Desmottes1-0/+33
2011-04-18empathy-message: add missing getter/setterGuillaume Desmottes1-0/+18
2011-02-28Add support for message type to support /meNicolas Dufresne1-0/+2
2011-02-24Port empathy to Telepathy logger 0.2.0Nicolas Dufresne1-16/+14
2010-11-24empathy_message_from_tpl_log_entry: don't leak receiver and senderGuillaume Desmottes1-6/+12
2010-08-05Fix missing entries in switch statementsPhilip Withnall1-0/+3
2010-07-21Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall1-1/+1
2010-07-09Properly mark messages from TPL as backlog (#623914)Guillaume Desmottes1-1/+1
2010-06-18Depend on telepathy-logger (#610956)Guillaume Desmottes1-4/+0
2010-06-18TplContact has been renamed to TplEntityGuillaume Desmottes1-4/+4
2010-06-18TplLogEntry(Text) has been renamed to TplEntry(Text)Guillaume Desmottes1-14/+14
2010-06-18port to latest tp-logger APIGuillaume Desmottes1-3/+3
2010-06-17empathy_message_equal: always use the timestamp+body (#621797)Guillaume Desmottes1-4/+0
2010-02-25TPL Enabling patch, all-in-one.Cosimo Alfarano1-0/+78
2009-12-02Don't highlight scrollback messages (#602288)Guillaume Desmottes1-0/+8
2009-12-02empathy-message: add message flagsGuillaume Desmottes1-0/+35
2009-11-01Move /me and /say support from EmpathyMessage to EmpathyChat.Xavier Claessens1-56/+0
2009-08-31Be consistent with EmpathyMessage style.Will Thompson1-8/+16
2009-08-31Ack received messages from ourself.Will Thompson1-0/+32
2009-08-27Don't parse message in EmpathyMessage:body setterWill Thompson1-15/+2