summaryrefslogtreecommitdiff
path: root/libpurple/conversation.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * don't show your own alias (half the time) when in a chatroom where no oneNathan Walp2007-06-041-21/+25
* | propagate from branch 'im.pidgin.pidgin' (head 1b4384bff09a39fca58692fb6c929d...Sadrul Habib Chowdhury2007-06-041-0/+30
|\ \
| * \ merge of '52201c2338cf133c895c4122842fac24b7ccfe8e'Sadrul Habib Chowdhury2007-06-021-0/+30
| |\ \ | | |/ | |/|
| | * Plug a possible memory leak.Sadrul Habib Chowdhury2007-05-221-0/+1
| | * New function purple_conversation_do_command. This is almost likeSadrul Habib Chowdhury2007-05-221-0/+10
| | * New api function purple_conversation_get_extended_menu.Sadrul Habib Chowdhury2007-05-221-0/+19
* | | propagate from branch 'im.pidgin.pidgin' (head 5f2b75cc8b920b993390c220a83af7...Stu Tomlinson2007-06-031-6/+16
|\ \ \ | |/ / |/| |
| * | missed these last timeNathan Walp2007-06-021-1/+3
| * | use the new NO_LINKIFY flag for join and part messagesNathan Walp2007-06-011-2/+6
| * | add a PURPLE_MESSAGE_NO_LINKIFY to prevent things from getting linkifiedNathan Walp2007-06-011-2/+6
| * | merge of '1442df274a24edc9a31194327bd00dfbcf478720'Richard Laager2007-05-191-1/+1
| |/