summaryrefslogtreecommitdiff
path: root/libpurple/conversations.c
Commit message (Expand)AuthorAgeFilesLines
* Remove attention conversation signalsElliott Sales de Andrade2022-10-091-10/+0
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-1/+0
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-231-0/+2
* remove the purple_conversations_ management apiGary Kramlich2021-07-261-83/+0
* Create a manager for conversations.Gary Kramlich2021-06-141-170/+34
* Update purple_conversations_find_* to return PurpleConversations instead of s...Gary Kramlich2021-05-181-9/+9
* Remove purple_chat_user_[sg]et_ui_data.Elliott Sales de Andrade2020-08-221-4/+0
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-0/+2
* Cleanup account.[ch] and status.[ch] to remove g_type_class_add_private and o...Gary Kramlich2019-03-211-4/+4
* Switch _purple_conversation_write_common and (writing|wrote)-(chat|im)-msg to...Tomasz Wasilczyk2014-06-121-14/+8
* Fix a crashTomasz Wasilczyk2014-05-221-1/+1
* Switch sent-chat-msg to PurpleMessageTomasz Wasilczyk2014-05-221-2/+2
* Switch sent-im-msg to PurpleMessageTomasz Wasilczyk2014-05-221-3/+2
* Switch sending-chat-msg to PurpleMessageTomasz Wasilczyk2014-05-221-4/+2
* Switch sending-im-msg to PurpleMessageTomasz Wasilczyk2014-05-221-3/+2
* Fix some more gtk-doc warnings till dnssrvAnkit Vani2014-02-051-1/+1
* Move (_)purple_conversations_update_cache to internal.hAnkit Vani2014-01-301-1/+1
* Fixed conversations cache not being updated on conversation name changeAnkit Vani2013-12-061-1/+1
* Used conversation subtypes for conversation signals wherever appropriateAnkit Vani2013-10-071-17/+17
* Refactored conversation signal registrations to use GType instead of PurpleValueAnkit Vani2013-07-181-202/+92
* Renamed chat buddies to chat users, and IM conversation typing state to IM ty...Ankit Vani2013-06-291-8/+8
* Replaced chatname, buddyname arguments of "chat-buddy-flags" signal with Purp...Ankit Vani2013-06-291-3/+2
* Replaced purple_conversations_get() with purple_conversations_get_all(), simi...Ankit Vani2013-06-271-1/+1
* Refactored the PurpleConversation subclasses and subsystem to use the GObject...Ankit Vani2013-06-271-57/+20
* Refactored PurpleConversation base object to use the GObject conversation APIAnkit Vani2013-06-261-0/+47
* Added missing API implementations to PurpleConversation and subclassesAnkit Vani2013-06-261-18/+155
* Added GObject structures, moved things around, renamed functions as GObject m...Ankit Vani2013-06-211-0/+34
* Begun GObjectification of PurpleConversation.Ankit Vani2013-06-211-0/+386
* Prepared files for GObjectification of PurpleConversationAnkit Vani2013-06-211-0/+22