aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-message.h
Commit message (Collapse)AuthorAgeFilesLines
* Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-181-4/+0
|
* TplLogEntry(Text) has been renamed to TplEntry(Text)Guillaume Desmottes2010-06-181-2/+2
|
* TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-261-0/+6
| | | | By default TPL is disabled, use --enable-tpl configure option to enable it.
* empathy-message: add message flagsGuillaume Desmottes2009-12-021-0/+4
|
* Move /me and /say support from EmpathyMessage to EmpathyChat.Xavier Claessens2009-11-011-1/+0
| | | | Also make commands not case sensitive and use g_ascii_isspace to detect spaces.
* Ack received messages from ourself.Will Thompson2009-08-311-0/+4
| | | | | | | | | | Sumana Harihareswara reported that she had started a conversation with herself, sent a message, and then tried to close the window, but whenever she did so it reappeared. This was because Empathy did not acknowledge "incoming" messages from the user themself; hence, when it Close()d the channel, Gabble respawned it, because it still had pending messages.
* Add empathy_message_new_from_entry()Will Thompson2009-08-281-0/+1
| | | | | | This will be the sole place that user input is parsed for special commands like /me; the parsing logic will be removed from EmpathyMessage and chat_send().
* Support for history message in Adium themes. Use context HTMLs.Nicolò Chieffo2009-07-081-0/+3
|
* empathy-message: update FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* Remove unused empathy_message_get_unique_idXavier Claessens2009-03-061-2/+0
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2621
* Added empathy_message_get_unique_id & empathy_message_equal.Jonny Lamb2009-03-061-0/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2598
* Style fixesSjoerd Simons2009-01-101-2/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2174
* Add id field to save the message id as received the CMSjoerd Simons2009-01-101-0/+3
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2127
* Remove useless empathy_message_get_date_and_timeXavier Claessens2008-12-161-2/+0
| | | | svn path=/trunk/; revision=1989
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-31/+24
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-151-1/+1
| | | | svn path=/trunk/; revision=946
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-021-21/+22
| | | | svn path=/trunk/; revision=840
* Queue received messages until the sender got his alias.Xavier Claessens2008-03-091-1/+1
| | | | svn path=/trunk/; revision=713
* New chat theme engine imported from Gossip (Daniel Gryniewicz, Xavier ↵Xavier Claessens2007-12-211-0/+2
| | | | | | Claessens). svn path=/trunk/; revision=494
* Don't use deprecated GtkTooltips API. Add commented out lines inXavier Claessens2007-10-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-view.h: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat-view.c: * libempathy/empathy-log-manager.c: * libempathy/empathy-time.c: * libempathy/empathy-tp-chat.c: * libempathy/empathy-time.h: * libempathy/empathy-message.c: * libempathy/empathy-message.h: * libempathy/empathy-presence.c: * configure.ac: Don't use deprecated GtkTooltips API. Add commented out lines in configure.ac to disable GLib and GTK deprecated symbols. Replace EmpathyTime by time_t which is more appropriate for timestamps. * doc/*: Updated. svn path=/trunk/; revision=371
* Add message type in log files. Fixes bug #459579.Xavier Claessens2007-07-271-18/+19
| | | | | | | | | | | | | | 2007-07-27 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-message.c: * libempathy/empathy-message.h: * libempathy/empathy-log-manager.c: Add message type in log files. Fixes bug #459579. * doc/*: Updated. svn path=/trunk/; revision=205
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+82
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170