Mon, 24 Jun 2013 12:34:29 +0530 Ankit Vani Refactored sametime and yahoo protocols to use the GObject conversation API soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 19:00:53 +0530 Ankit Vani Replaced purple_conv_present_error() with purple_conversation_helper_present_error() soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 17:33:58 +0530 Ankit Vani Replaced purple_conversation_new() with purple_[im,chat]_conversation_new() soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 17:20:37 +0530 Ankit Vani Refactor code to remove conversation type from some instances of purple_conversations_find_with_account() soc.2013.gobjectification file | diff | annotate
Sun, 23 Jun 2013 15:23:44 +0530 Ankit Vani Global replace - renamed functions and types according to GObject-based PurpleConversation API soc.2013.gobjectification file | diff | annotate
Mon, 17 Jun 2013 23:39:13 +0530 Ankit Vani Refactored prpls according to the changed PurpleAccount API soc.2013.gobjectification file | diff | annotate
Sun, 16 Jun 2013 16:55:27 +0530 Ankit Vani Rename circbuffer files to circularbuffer files to match the object name soc.2013.gobjectification file | diff | annotate
Wed, 12 Jun 2013 18:58:24 +0530 Ankit Vani GObjectify PurpleCircBuffer as PurpleCircularBuffer (from gobjectification branch) soc.2013.gobjectification file | diff | annotate
Sat, 21 Sep 2013 11:54:03 +0200 Tomasz Wasilczyk Notify API: extend purple_notify_message with PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 23:04:19 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_file to PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 22:32:40 +0200 Tomasz Wasilczyk Request API refactoring: switch purple_request_fields to PurpleRequestCommonParameters file | diff | annotate
Tue, 10 Sep 2013 13:06:10 +0200 Tomasz Wasilczyk Request API refactoring: introduce PurpleRequestCommonParameters and switch purple_request_input to it file | diff | annotate
Mon, 26 Aug 2013 17:21:22 +0200 Tomasz Wasilczyk Extend prpl with max message length callback file | diff | annotate
Fri, 16 Aug 2013 11:12:24 +0200 Tomasz Wasilczyk Fix some debug log warnings, adjust verbosity level file | diff | annotate
Fri, 26 Apr 2013 12:27:23 +0200 Tomasz Wasilczyk Merge with default soc.2008.masterpassword file | diff | annotate
Mon, 18 Mar 2013 12:50:51 +0100 Tomasz Wasilczyk Merge with default soc.2008.masterpassword file | diff | annotate
Fri, 25 Jan 2013 02:22:38 -0500 Elliott Sales de Andrade Merge with default. soc.2008.masterpassword file | diff | annotate
Wed, 22 Aug 2012 18:19:53 -0400 Elliott Sales de Andrade Merge with default. soc.2008.masterpassword file | diff | annotate
Sun, 30 Oct 2011 21:53:14 +0000 Elliott Sales de Andrade propagate from branch 'im.pidgin.pidgin' (head e275f5e7b257ee56363a918879d8af746c519d8d) soc.2008.masterpassword file | diff | annotate
Sat, 29 Aug 2009 01:11:36 +0000 Paul Aurich Make all the prpls build. soc.2008.masterpassword file | diff | annotate
Sun, 17 Aug 2008 01:28:28 +0000 Vivien Bernet-Rollande Wrote a caching system that uses account->password to store password. soc.2008.masterpassword file | diff | annotate
Fri, 15 Aug 2008 03:39:45 +0000 Vivien Bernet-Rollande Changed most of the account_get_password() calls to the async function. soc.2008.masterpassword file | diff | annotate
Mon, 15 Apr 2013 00:48:17 +0200 Tomasz Wasilczyk Fix most of warnings for gtk2 and linux file | diff | annotate
Tue, 26 Feb 2013 19:11:22 -0500 Daniel Atallah Merge with release-2.x.y (lots of conflicts, but all trivially resolved) file | diff | annotate
Fri, 22 Feb 2013 18:54:43 -0500 Daniel Atallah Fix a bunch of unused variables release-2.x.y file | diff | annotate
Mon, 18 Feb 2013 17:59:15 -0800 Mark Doliner Add TODOs to escape filenames. I don't think these are severe problems, file | diff | annotate
Mon, 18 Feb 2013 17:25:08 -0800 Mark Doliner Merge the release-2.x.y branch to main. file | diff | annotate
Mon, 11 Feb 2013 01:11:47 -0800 Mark Doliner Fix a crash in Sametime when a malicious server sends us an abnormally release-2.x.y file | diff | annotate
Tue, 22 Jan 2013 00:05:35 -0800 Mark Doliner Rename two functions. file | diff | annotate
Fri, 15 Jun 2012 00:59:46 -0400 Elliott Sales de Andrade From now on, prpls must specify images using SRC instead of ID. file | diff | annotate
Sun, 30 Oct 2011 15:56:56 +0000 Andrew Victor Sametime: Use file-transfer accessor functions file | diff | annotate
Mon, 24 Oct 2011 05:37:19 +0000 Elliott Sales de Andrade Our API really shouldn't have a 'gc' in it anymore. file | diff | annotate
Tue, 18 Oct 2011 21:17:08 +0000 Andrew Victor Samtime: Move the "inpa" input watcher into protocol_data. file | diff | annotate
Tue, 18 Oct 2011 18:47:48 +0000 Andrew Victor On the way to hiding the PurpleConnection struct. file | diff | annotate
Wed, 05 Oct 2011 07:45:13 +0000 Mark Doliner Switch back to initializing the struct this way. I guess the other file | diff | annotate
Wed, 05 Oct 2011 07:35:09 +0000 Mark Doliner Fix a mistake I made while manually propagating from im.pidgin.pidgin.2.x.y file | diff | annotate
Wed, 05 Oct 2011 07:33:20 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin.2.x.y' (head cfe7f906696340cd1b4386e8db155c290a3478bf) file | diff | annotate
Sat, 01 Oct 2011 18:21:43 +0000 Andrew Victor Convert libpurple and protocol prpl's to use the purple_account_* accessor functions. file | diff | annotate
Sat, 01 Oct 2011 15:03:57 +0000 Andrew Victor Use purple_conversation accessor methods. file | diff | annotate
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads. cpw.qulogic.gtk3 file | diff | annotate
Mon, 05 Sep 2011 21:11:07 +0000 Andrew Victor Remove deprecated and unused PurplePluginProtocolInfo.get_cb_away. file | diff | annotate
Sun, 04 Sep 2011 18:42:42 +0000 Paul Aurich sametime: fix build (add_buddies added param) file | diff | annotate
Sat, 03 Sep 2011 23:30:40 +0000 Elliott Sales de Andrade Move struct_size to the beginning of the struct. Even if we don't file | diff | annotate
Sat, 03 Sep 2011 23:13:11 +0000 Elliott Sales de Andrade Rename the _with_invite functions to their counterparts. file | diff | annotate
Tue, 30 Aug 2011 19:32:08 +0000 Andrew Victor Convert sametime prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data(). file | diff | annotate
Mon, 29 Aug 2011 22:55:51 +0000 Daniel Atallah Steps toward hiding PurpleXfer. file | diff | annotate
Fri, 26 Aug 2011 18:29:21 +0000 Andrew Victor Convert the sametime prpl to use the new API. file | diff | annotate
Mon, 22 Aug 2011 02:23:28 +0000 Mark Doliner Rename purple_notify_user_info_add_pair to file | diff | annotate
Mon, 22 Aug 2011 02:07:41 +0000 Mark Doliner Don't use strlen() when all you're trying to do is check if the string file | diff | annotate
Mon, 22 Aug 2011 01:53:37 +0000 Mark Doliner I went through all our calls to purple_notify_user_info_add_pair() and file | diff | annotate
Sun, 21 Aug 2011 18:43:00 +0000 Mark Doliner Use purple_notify_user_info_add_pair_plaintext in some places where we file | diff | annotate
Sun, 21 Aug 2011 08:00:53 +0000 Mark Doliner Rename purple_connection_error_reason to purple_connection_error file | diff | annotate
Sat, 01 Oct 2011 23:29:40 +0000 Patrick Cloke Fix up the Sametime prpl to play nice with Visual C++. This patch also puts release-2.x.y file | diff | annotate
Mon, 08 Aug 2011 03:52:25 +0000 Mark Doliner Fix this compile warning: file | diff | annotate
Thu, 21 Jul 2011 05:55:03 +0000 Paul Aurich sametime: Compile! (other build environment apparently lacked libmeanwhile...) file | diff | annotate
Thu, 21 Jul 2011 03:26:18 +0000 Paul Aurich sametime: Avoid a theoretical null strcmp file | diff | annotate
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace file | diff | annotate
Mon, 23 Aug 2010 01:41:31 +0000 Elliott Sales de Andrade Standardize on "cancelled". file | diff | annotate
Sun, 07 Feb 2010 19:31:56 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head fa3096fc03d96aab042c6f0c6d678564ba5aba7e) cpw.rekkanoryo.icqxstatus file | diff | annotate
Fri, 27 Nov 2009 07:12:35 +0000 Paul Aurich Include 'internal.h' before all other headers to make some non-gcc compilers happy. file | diff | annotate
(0) -100 -60 tip

mercurial