log finch/gntconv.c @ 28802:20f4bce8894d

age author description
Tue, 08 Dec 2009 04:18:32 +0000 Paul Aurich Fix all the remaining files for which internal.h doesn't end up being the first include.
Thu, 22 Oct 2009 01:21:25 +0000 Sadrul Habib Chowdhury Show the message only for the chats for the account signing off.
Thu, 22 Oct 2009 01:19:22 +0000 Sadrul Habib Chowdhury Fix creating a conversation with a user in a chatroom from the userlist.
Wed, 21 Oct 2009 23:26:41 +0000 Sadrul Habib Chowdhury Rejoin an opened chat after an account reconnects.
Tue, 15 Sep 2009 06:42:10 +0000 Sadrul Habib Chowdhury Return the proper enum values from command callbacks.
Tue, 15 Sep 2009 06:27:29 +0000 Sadrul Habib Chowdhury '/debug plugins' will announce the list of loaded plugins.
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.