summaryrefslogtreecommitdiff
path: root/libpurple/conversation.c
Commit message (Expand)AuthorAgeFilesLines
* Patch from Paul Aurich to add purple_strequal to help readability and simplic...Paul Aurich2009-01-061-4/+4
* Finish off the libpurple updates for the hidden blist structsGary Kramlich2008-11-021-2/+2
* Don't emit the "buddy-typed" signal when *we* are typing.Daniel Atallah2008-08-141-2/+0
* Give some variables holding escaped versions of other strings more meaningful...Will Thompson2008-06-171-13/+13
* This should be a boolean or, not a bitwise or.Will Thompson2008-06-171-1/+1
* Don't use strlen() when we can just check the first characterMark Doliner2008-06-061-1/+1
* Modified patch from Stefan 'cockroach' Ott to add blocked-im-msg andSadrul Habib Chowdhury2008-05-231-0/+20
* propagate from branch 'im.pidgin.pidgin' (head ec3f443e2b0bf3f04603036d2e0355...Evan Schoenberg2008-05-071-0/+6
|\
| * As discussed on the devel list, purple_serv_got_join_chat_failed() and theEvan Schoenberg2008-04-301-1/+1
| * applied changes from feb2303b4209e0eeb4e20beaf151b1e4368c4e03Evan Schoenberg2008-04-291-0/+6
* | When searching for a conversation, search only in the list of theSadrul Habib Chowdhury2008-05-041-3/+16
|/
* disapproval of revision '20759043085fc3fd38598d160c76af4a202860c7'Evan Schoenberg2008-04-291-6/+0
* Added "chat-join-failed" signal, emitted by a new serv_got_join_chat_failed()Evan Schoenberg2008-04-291-0/+6
* When you try to execute a command (e.g., /part etc.) in a chat on aSadrul Habib Chowdhury2008-04-131-1/+1
* Kill off some uses of account->gc.John Bailey2008-02-221-2/+5
* Kill off gc->prpl in the core everywhere but connection.c (when the structJohn Bailey2008-02-031-5/+5
* I am going to go ahead and commit+push this revision/fix of purple_conversati...Sadrul Habib Chowdhury2008-01-091-3/+7
* This merge has the effect of reverting the hinting code from trunk.Richard Laager2007-11-171-12/+11
|\
| * Show alias in restored conversation.Sadrul Habib Chowdhury2007-10-261-12/+11
| * Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see noRichard Laager2007-10-141-1/+1
* | merge of 'c6d76b49c2061450fff921250d48097d8e50eeab'Richard Laager2007-11-161-0/+1
|\ \
| * | disapproval of revision '32d8e16cb7a9027ee3bcbba209d2fb36a6394a2f'Richard Laager2007-11-161-1/+1
| |/
| * Converted string literal UI hints to #define-ed constants and fixed two cast-...Gabriel Schulhof2007-10-141-1/+1
| * merge of '5aed2d7b9176e07c0a4560850c211c5ac115fc04'Richard Laager2007-10-141-2/+2
| |\
| * | Contactize the message history when re-attaching the pidgin ui.Sadrul Habib Chowdhury2007-09-191-0/+1
* | | disapproval of revision '8ba833993a115415727bb1b70362e0bd1603c169'Richard Laager2007-11-161-2/+2
* | | disapproval of revision 'c6934783d152f5c2a6904849fbe602ad04a32f14'Richard Laager2007-10-141-2/+2
* | | Removed request stuff - now on pidgin-request-ui-hintGabriel Schulhof2007-10-101-2/+2
| |/ |/|
* | Updated hinting to be less invasiveGabriel Schulhof2007-09-221-1/+1
* | propagate from branch 'im.pidgin.pidgin' (head b47c4fe72d16b3724a2e8fa0b9c783...Gabriel Schulhof2007-09-221-1/+1
|\ \ | |/ |/|
| * propagate from branch 'im.pidgin.pidgin' (head 447ebf410d618d48003894dc348f9f...Gabriel Schulhof2007-09-121-1/+1
| |\
| | * Adding hints to conversation.cGabriel Schulhof2007-08-161-1/+1
* | | chat-invited handlers return an interger value.Sadrul Habib Chowdhury2007-09-191-1/+1
|/ /
* | Keep the message history in PurpleConversation.Sadrul Habib Chowdhury2007-09-101-13/+5
* | The FSF changed its address a while ago; our files were out of date.John Bailey2007-09-081-1/+1
* | writing-im-msg now receives the conversation name as the who argument ifRichard Laager2007-09-031-5/+4
* | Add a new flag PURPLE_MESSAGE_INVISIBLE which can be used to send a messageSadrul Habib Chowdhury2007-08-281-9/+9
* | Do not duplicate the same message in the history, and store the correctSadrul Habib Chowdhury2007-08-251-6/+13
* | DBus-ify the message history in a conversation.Sadrul Habib Chowdhury2007-08-251-0/+2
* | A conversation shouldn't need ui-ops for logging the messages.Sadrul Habib Chowdhury2007-08-251-4/+2
* | Store message history in a conversation, and provide API to access the history.Sadrul Habib Chowdhury2007-08-251-4/+85
|/
* Correct an inaccurate comment.Will Thompson2007-08-061-1/+1
* Fix up writing-im-msg and writing-chat-msg to use a marshaller which treats theWill Thompson2007-07-121-2/+2
* Set and use convchatbuddy->buddy.Sadrul Habib Chowdhury2007-06-271-5/+8
* Re-apply a good change from 2d8ea56b90971e7851442d96b7d74ecb4f052126:Richard Laager2007-06-161-8/+9
* disapproval of revision '2d8ea56b90971e7851442d96b7d74ecb4f052126'Richard Laager2007-06-161-22/+21
* Mark the return type const for the following functions. I noticed thisRichard Laager2007-06-071-21/+22
* propagate from branch 'im.pidgin.pidgin' (head 3ae007f80052f5e281bbdcc97a927c...Luke Schierer2007-06-061-1/+1
|\
| * In purple_conv_chat_clear_users(), use g_list_prepend() instead ofRichard Laager2007-06-061-1/+1
* | propagate from branch 'im.pidgin.pidgin' (head 89da87084d2f27221621342ad69d33...Sean Egan2007-06-061-21/+25
|\ \ | |/