log

age author description
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:36:01 +0000 Sadrul Habib Chowdhury Include finch.h from these files, instead of internal.h.
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:58:51 +0000 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleXfer.
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.
Sat, 26 Jan 2008 20:28:35 +0000 Sadrul Habib Chowdhury Update the ChangeLog.API for the buddylist managers.
Sat, 26 Jan 2008 17:14:59 +0000 Will Thompson merge of '0f37c6a913d5207fa0fa327f5b11b215c7d35926'
Fri, 25 Jan 2008 20:43:15 +0000 Will Thompson Make autogen.sh return a non-zero exit code when it fails so that
Sat, 26 Jan 2008 16:17:36 +0000 Stu Tomlinson Use xdg-open instead of gnome-open, if possible. We might want to use
Sat, 26 Jan 2008 03:53:18 +0000 Evan Schoenberg If falling back on the old auth method for Jabber, be sure to set js->auth_type to JABBER_AUTH_IQ_AUTH.
Fri, 25 Jan 2008 22:20:58 +0000 Evan Schoenberg merge of '468a779996a2b7c9313bb894084fb632307d35fc'
Fri, 25 Jan 2008 22:18:49 +0000 Evan Schoenberg disapproval of revision 'ee1257d20b20bbbf3654ef8675e774ccb8b63dfd'
Fri, 25 Jan 2008 22:20:18 +0000 Evan Schoenberg I'm not sure how to disapprove a local change without it ever getting pushed... sorry for the double commit. I didn't intend to leave a trailing colon, since we didn't use punctuation at the end previously.
Fri, 25 Jan 2008 22:17:17 +0000 Evan Schoenberg Fixed grammatically incorrect text when sending a file to an XMPP buddy with multiple online resources. I'm +/- on ending such requests with a period... but ending on a preposition, while acceptable if needed to make a sentence significantly more natural, should be avoided when smoothly possible.
Fri, 25 Jan 2008 13:48:24 +0000 Stu Tomlinson send_keepalive needs to return TRUE to ensure it'll get called again, and
Fri, 25 Jan 2008 13:46:55 +0000 Stu Tomlinson Kill this warning when using -Wstrict-prototypes:
Fri, 25 Jan 2008 13:43:46 +0000 Stu Tomlinson compile fix
Fri, 25 Jan 2008 02:12:41 +0000 Mark Doliner One more test. This is actually the one I cared about. It passes,
Fri, 25 Jan 2008 02:08:05 +0000 Sadrul Habib Chowdhury merge of '7e6f3aa974ad4672e16bd0ac3839d416c87160f1'
Fri, 25 Jan 2008 01:40:51 +0000 Mark Doliner Add a few tets to make sure we're catching some invalid email formats
Fri, 25 Jan 2008 00:52:40 +0000 Sean Egan ChangeLog.API last_received
Fri, 25 Jan 2008 00:51:06 +0000 Sean Egan merge of '7a2d6f31a70791d5e6e8af6fae041e30d5a1c48f'
Thu, 24 Jan 2008 05:25:02 +0000 Mark Doliner merge of '4b11e0842d46778d47f4901ed6e00169c970471d'
Thu, 24 Jan 2008 05:19:51 +0000 John Bailey Fix some issues with the infopane and dragging when the infopane takes the
Thu, 24 Jan 2008 21:15:43 +0000 Sadrul Habib Chowdhury Pay attention to the 'show_offline' setting for the buddylist.
Thu, 24 Jan 2008 05:24:20 +0000 Mark Doliner Change purple_markup_html_to_xhtml() to convert <strong> tags to
Wed, 23 Jan 2008 21:46:54 +0000 Sadrul Habib Chowdhury Init and uninit the buddylist managers at appropriate times.