log finch/gntconv.c @ 27904:e4b0bf56667f

age author description
Sat, 18 Jul 2009 04:24:47 +0000 Elliott Sales de Andrade Don't include an internal header in the public finch headers.
Mon, 13 Jul 2009 02:17:42 +0000 Sadrul Habib Chowdhury Show the current time if the timestamp is zero.
Thu, 09 Jul 2009 17:20:08 +0000 Sadrul Habib Chowdhury Use purple_markup_escape_text instead of the glib version.
Sat, 11 Apr 2009 06:40:48 +0000 Sadrul Habib Chowdhury Open a chat-invite dialog when a buddy is dragged onto a chat.
Fri, 14 Nov 2008 05:32:35 +0000 Richard Laager Update some casts (that the script didn't fix correctly) to GObject macros.
Sat, 01 Nov 2008 13:48:25 +0000 Sadrul Habib Chowdhury Struct hiding for Finch. PurpleChat:alias and PurpleContact:totalsize are still used.
Thu, 16 Oct 2008 22:20:52 +0000 Sadrul Habib Chowdhury Set the urgent flag for conversation windows on receiving a /buzz etc.
Sat, 16 Aug 2008 17:25:33 +0000 Stu Tomlinson Fix compiling with glib < 2.6
Fri, 11 Jul 2008 11:24:50 +0000 Sadrul Habib Chowdhury Show the count of users when joining a chat.
Wed, 02 Jul 2008 23:58:53 +0000 Sadrul Habib Chowdhury Tab-completion for commands in finch.
Sat, 14 Jun 2008 02:03:26 +0000 Sadrul Habib Chowdhury Send '//message' as '/message', instead of looking for a 'message' command.
Sat, 07 Jun 2008 05:23:54 +0000 Sadrul Habib Chowdhury msgcolor command to change colors of messages in conversations.
Wed, 28 May 2008 05:30:02 +0000 Richard Nelson Add an invite menu for chats
Wed, 23 Apr 2008 02:31:11 +0000 Sadrul Habib Chowdhury Fix a crash which I think happens when the same buddy is in the buddylist
Fri, 07 Mar 2008 22:03:24 +0000 Sadrul Habib Chowdhury Patch from Kyle Turman to show the alias when available in the typing notification. Closes #4957.
Thu, 06 Mar 2008 15:54:30 +0000 Sadrul Habib Chowdhury Make sure an existing conversation selected from the 'Send IM' dialog is given the focus.
Tue, 12 Feb 2008 04:02:23 +0000 Sadrul Habib Chowdhury Ignore the recv/send flags when the system flag is set for a message.
Tue, 12 Feb 2008 03:58:58 +0000 Sadrul Habib Chowdhury Highlighted message color has a higher priority over an action message color.
Sat, 02 Feb 2008 03:51:19 +0000 Richard Nelson Add a finch log viewer. This is largely copied from Pidgin.
Sun, 27 Jan 2008 04:06:39 +0000 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleBuddy and PurpleChat.
Sat, 26 Jan 2008 22:33:08 +0000 Sadrul Habib Chowdhury We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
Sat, 26 Jan 2008 21:39:29 +0000 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleConversation.
Sat, 26 Jan 2008 21:13:46 +0000 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleConnection.
Sat, 26 Jan 2008 20:45:41 +0000 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleAccount. This also includes a change I made to reduce the Cyclomatic Complexity of one of the functions.
Sat, 26 Jan 2008 20:32:26 +0000 Sadrul Habib Chowdhury Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
Thu, 03 Jan 2008 04:57:40 +0000 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
Mon, 03 Dec 2007 22:56:22 +0000 Sadrul Habib Chowdhury Do not append ':' after expanding a /me.
Mon, 03 Dec 2007 07:01:32 +0000 Richard Nelson Add color to the conversation window to indicate various message attributes
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Tue, 06 Nov 2007 21:19:19 +0000 Sadrul Habib Chowdhury I feel good when I am able to send messages, instead of just typing them.