log libpurple/conversation.c @ 19413:deb9471d7142

age author description
Sat, 25 Aug 2007 03:59:05 +0000 Sadrul Habib Chowdhury Store message history in a conversation, and provide API to access the history.
Mon, 06 Aug 2007 22:07:48 +0000 Will Thompson Correct an inaccurate comment.
Thu, 12 Jul 2007 12:13:20 +0000 Will Thompson Fix up writing-im-msg and writing-chat-msg to use a marshaller which treats the
Wed, 27 Jun 2007 09:15:57 +0000 Sadrul Habib Chowdhury Set and use convchatbuddy->buddy.
Sat, 16 Jun 2007 20:34:35 +0000 Richard Laager merge of 'bfe8046c64de924e7495c4913a6db09a462b1d85'
Sat, 16 Jun 2007 19:08:51 +0000 Richard Laager Re-apply a good change from 1411afd7660760db59966c3a9f18e2adab8eb27e:
Sat, 16 Jun 2007 20:16:36 +0000 Sadrul Habib Chowdhury merge of '55af2e26c71950d7f8fc3a7b6a9b2249abb5ae0f'
Sat, 16 Jun 2007 19:00:35 +0000 Richard Laager disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
Thu, 07 Jun 2007 04:22:42 +0000 Richard Laager Mark the return type const for the following functions. I noticed this
Wed, 06 Jun 2007 12:20:11 +0000 Luke Schierer propagate from branch 'im.pidgin.pidgin' (head 5f583403bf6a3522123918b975ce234ffd86f3b4)
Wed, 06 Jun 2007 00:23:41 +0000 Sean Egan propagate from branch 'im.pidgin.pidgin' (head dcdd8dc5d40cafef802a88f3f713ee1589bc9c41)
Mon, 04 Jun 2007 23:48:54 +0000 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36)
Sun, 03 Jun 2007 00:48:00 +0000 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head 850e223e9597fdc482eebe75c00efda941b3bdb6)
Sat, 02 Jun 2007 03:15:35 +0000 Nathan Walp missed these last time
Fri, 01 Jun 2007 00:47:11 +0000 Nathan Walp use the new NO_LINKIFY flag for join and part messages
Fri, 01 Jun 2007 00:36:00 +0000 Nathan Walp add a PURPLE_MESSAGE_NO_LINKIFY to prevent things from getting linkified
Sat, 19 May 2007 21:38:47 +0000 Richard Laager merge of '62e9d17cd37551991c5040ce6ca48e6d7578dde3'
Fri, 15 Jun 2007 08:16:29 +0000 Sadrul Habib Chowdhury merge of '1c5a391126b5b506a29f0b9e34160d239cb783c6'
Sun, 10 Jun 2007 16:05:13 +0000 Sadrul Habib Chowdhury merge of 'ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36'
Sat, 02 Jun 2007 14:41:13 +0000 Sadrul Habib Chowdhury merge of '2a1a3522e67a5f99ed2e65a23693d148907cfdb7'
Tue, 22 May 2007 06:04:41 +0000 Sadrul Habib Chowdhury Plug a possible memory leak.
Tue, 22 May 2007 06:03:42 +0000 Sadrul Habib Chowdhury New function purple_conversation_do_command. This is almost like
Tue, 22 May 2007 03:28:12 +0000 Sadrul Habib Chowdhury New api function purple_conversation_get_extended_menu.
Wed, 06 Jun 2007 01:40:46 +0000 Richard Laager In purple_conv_chat_clear_users(), use g_list_prepend() instead of
Mon, 04 Jun 2007 13:35:26 +0000 Nathan Walp don't show your own alias (half the time) when in a chatroom where no one
Sat, 02 Jun 2007 14:06:33 +0000 Stu Tomlinson purple_conv_chat_cb_find should be case sensitive in finding users to make
Mon, 14 May 2007 23:35:50 +0000 Richard Laager Replace strcasecmp() calls with glib equivalents.
Sat, 12 May 2007 20:33:26 +0000 Evan Schoenberg Use switch() rather than a series of if() statements which hit all the values of the enum
Thu, 03 May 2007 21:57:49 +0000 Richard Laager Rework purple_buddy_icons_find() to return a reference for the caller, which
Fri, 27 Apr 2007 02:14:44 +0000 Sean Egan propagate from branch 'im.pidgin.rlaager.gaim_migration' (head dcc40d46afbe3f87cc674e4fb1526ac722bc35cb)
Thu, 26 Apr 2007 12:25:49 +0000 Evan Schoenberg Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
Wed, 25 Apr 2007 23:55:56 +0000 Sean Egan Works for me! Renames prefs: /core to /purple, /gaim/gtk to /pidgin, /gaim/gnt to /finch
Mon, 23 Apr 2007 17:39:58 +0000 Richard Laager The buddy icon code as it stands, with lots of bugs and design flaws.
Mon, 19 Mar 2007 07:01:17 +0000 Sean Egan sed -ie 's/gaim/purple/g'
Sat, 20 Jan 2007 02:32:10 +0000 Sean Egan Rename gtk/ and libgaim/ to pidgin/ and libpurple/