aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-message.c
Commit message (Expand)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-4/+0
* include logger single headerGuillaume Desmottes2012-04-041-5/+0
* Logger support for calls is no longer optionalDanielle Madeley2012-04-031-5/+1
* TplCallEndReason ceased to exist on March 28Danielle Madeley2012-04-031-1/+1
* Move empathy_message_should_highlight to EmpathyChatWill Thompson2012-01-191-70/+0
* Use /\b<nickname>\b/ to decide whether to highlightWill Thompson2012-01-191-33/+34
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-181-5/+7
* Properly check if the backlog flag is setSjoerd Simons2011-08-121-1/+5
* Display the time when messages have been sent, not received (#653551)Guillaume Desmottes2011-06-281-1/+6
* Merge branch 'message-editing-rebase'Danielle Madeley2011-06-201-4/+134
|\
| * Update for new TPL API, we now get timestamp and edit_timestampDanielle Madeley2011-06-141-5/+19
| * Add 'original-timestamp' to EmpathyMessageDanielle Madeley2011-06-141-0/+37
| * Set 'token' and 'supersedes' for events from the loggerDanielle Madeley2011-06-141-3/+10
| * Add 'supersedes' property to EmpathyMessageDanielle Madeley2011-06-121-0/+42
| * Add 'token' property to EmpathyMessageDanielle Madeley2011-06-121-0/+30
* | Add a translator comment.Emilio Pozuelo Monfort2011-06-141-0/+1
|/
* Don't require telepathy-logger with --enable-callEmilio Pozuelo Monfort2011-06-101-3/+9
* Handle unknown event types gracefullyEmilio Pozuelo Monfort2011-06-091-0/+3
* Don't ignore call eventsEmilio Pozuelo Monfort2011-06-091-14/+23
* message: stop storing pending-message-idJonny Lamb2011-05-121-21/+0
* message: store the TpMessage when created with oneJonny Lamb2011-05-121-0/+34
* Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-191-10/+8
* empathy-message: cast timestamps to glongGuillaume Desmottes2011-04-191-2/+2
* empathy_message_new_from_tp_message: assign priv as soon as the message is cr...Guillaume Desmottes2011-04-191-1/+2
* empathy-message: remove useless public settersGuillaume Desmottes2011-04-181-119/+22
* remove empathy_message_new()Guillaume Desmottes2011-04-181-15/+7
* factor out empathy_message_new_from_tp_messageGuillaume Desmottes2011-04-181-0/+33
* empathy-message: add missing getter/setterGuillaume Desmottes2011-04-181-0/+18
* Add support for message type to support /meNicolas Dufresne2011-03-011-0/+2
* Port empathy to Telepathy logger 0.2.0Nicolas Dufresne2011-02-251-16/+14
* empathy_message_from_tpl_log_entry: don't leak receiver and senderGuillaume Desmottes2010-11-241-6/+12
* Fix missing entries in switch statementsPhilip Withnall2010-08-051-0/+3
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-221-1/+1
* Properly mark messages from TPL as backlog (#623914)Guillaume Desmottes2010-07-091-1/+1
* Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-181-4/+0
* TplContact has been renamed to TplEntityGuillaume Desmottes2010-06-181-4/+4
* TplLogEntry(Text) has been renamed to TplEntry(Text)Guillaume Desmottes2010-06-181-14/+14
* port to latest tp-logger APIGuillaume Desmottes2010-06-181-3/+3
* empathy_message_equal: always use the timestamp+body (#621797)Guillaume Desmottes2010-06-171-4/+0
* TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-261-0/+78
* Don't highlight scrollback messages (#602288)Guillaume Desmottes2009-12-021-0/+8
* empathy-message: add message flagsGuillaume Desmottes2009-12-021-0/+35
* Move /me and /say support from EmpathyMessage to EmpathyChat.Xavier Claessens2009-11-011-56/+0
* Be consistent with EmpathyMessage style.Will Thompson2009-08-311-8/+16
* Ack received messages from ourself.Will Thompson2009-08-311-0/+32
* Don't parse message in EmpathyMessage:body setterWill Thompson2009-08-281-15/+2
* Add empathy_message_new_from_entry()Will Thompson2009-08-281-0/+56
* empathy-message.c: remove a trailing spaceGuillaume Desmottes2009-07-141-1/+1
* Support for history message in Adium themes. Use context HTMLs.Nicolò Chieffo2009-07-081-0/+36
* empathy-message: update FSF addressGuillaume Desmottes2009-05-181-2/+2
* Use tp_strdiff in empathy_message_equal to compare body.Xavier Claessens2009-03-061-1/+3
* Remove unused empathy_message_get_unique_idXavier Claessens2009-03-061-8/+0
* Call GET_PRIV after checking the parameters of empathy_message_equal.Jonny Lamb2009-03-061-2/+5
* Added checks to the arguments of empathy_message_equal.Jonny Lamb2009-03-061-0/+3
* Added empathy_message_get_unique_id & empathy_message_equal.Jonny Lamb2009-03-061-0/+21
* Style fixesSjoerd Simons2009-01-101-1/+3
* Add id field to save the message id as received the CMSjoerd Simons2009-01-101-0/+16
* Remove useless empathy_message_get_date_and_timeXavier Claessens2008-12-161-20/+0
* Add missing includeXavier Claessens2008-11-301-0/+1
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-76/+42
* Use g_date_set_time_t instead of g_date_set_time. Fixes bug #523703 (Frederi...Xavier Claessens2008-04-091-1/+1
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-021-0/+61
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
* New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier Claesse...Xavier Claessens2007-12-211-0/+20
* Don't use deprecated GtkTooltips API. Add commented out lines inXavier Claessens2007-10-131-3/+3
* Remove empathy-marshal-main.c and include empathy-marshal.h fromMarco Barisione2007-08-081-9/+9
* Add missing include string.h.Xavier Claessens2007-07-301-0/+2
* Add message type in log files. Fixes bug #459579.Xavier Claessens2007-07-271-6/+39
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+418