log finch/gntconv.c @ 32790:3e7a7e14af62

age author description
Mon, 24 Oct 2011 05:37:19 +0000 Elliott Sales de Andrade Our API really shouldn't have a 'gc' in it anymore.
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sun, 02 Oct 2011 00:05:00 +0000 Kevin Stange disapproval of revision '8e7b47f18e014b8e786f6b8e24ecfe6182130ddc'
Sat, 01 Oct 2011 13:49:37 +0000 andrew victor PURPLE_CONV_TYPE_MISC never actually used.
Sat, 01 Oct 2011 13:03:38 +0000 andrew victor Hide struct _PurpleConvChatBuddy.
Fri, 26 Aug 2011 21:09:27 +0000 andrew victor Use the new accessor functions.
Thu, 05 May 2011 06:21:47 +0000 Elliott Sales de Andrade Register both spellings for the msgcolour command, for people who
Thu, 31 Mar 2011 04:41:27 +0000 Paul Aurich Add a cleared-message-history conversation signal, and use it in Pidgin and Finch
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Tue, 16 Feb 2010 03:46:22 +0000 Elliott Sales de Andrade Remove old GLIB_CHECK_VERSION calls in finch. Refs #10024.
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.
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.
Sat, 27 Oct 2007 13:56:54 +0000 Stu Tomlinson Add a --with-extraversion option to ./configure so packagers can fine tune
Tue, 23 Oct 2007 17:27:12 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
Mon, 01 Oct 2007 04:21:32 +0000 Richard Laager propagate from branch 'im.pidgin.pidgin.2.2.1' (head 4321e1e266d11dddee2cde190828ae5001812367)
Sun, 30 Sep 2007 16:55:19 +0000 Will Thompson merge of '07d5798f8a0b64518b4697e0376f5ceeddbb61e2'
Sat, 29 Sep 2007 20:49:34 +0000 Sadrul Habib Chowdhury void functions shouldn't 'return'. Thanks tmcmahon2. Fixes #3151 (gntconv.c fails to compile in Solaris 9)
Fri, 28 Sep 2007 16:34:43 +0000 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)
Wed, 19 Sep 2007 11:29:19 +0000 Sadrul Habib Chowdhury Show 'buzz'/'nudge' etc. messages differently from regular messages.
Wed, 19 Sep 2007 10:57:37 +0000 Sadrul Habib Chowdhury Fix #104 (Reconnect to network should reconnect chats also). This has been
Fri, 19 Oct 2007 16:27:50 +0000 Luke Schierer applied changes from 2ab75e32c52e94c674d0b5a396d224da7e9d509e
Fri, 28 Sep 2007 16:22:27 +0000 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
Sun, 16 Sep 2007 01:05:22 +0000 Sean Egan remove gpl boilerplate from doxygen docs
Sat, 15 Sep 2007 09:53:30 +0000 Sadrul Habib Chowdhury If there's a chat open when an account gets disconnected because of an error,
Thu, 13 Sep 2007 02:15:05 +0000 Sadrul Habib Chowdhury Remember the 'Enable Sounds' setting for a conversation. Closes #312.
Sat, 08 Sep 2007 03:09:35 +0000 John Bailey The FSF changed its address a while ago; our files were out of date.