Wed, 20 May 2020 11:33:58 +0100 David Woodhouse Add chat_send_file() facility release-2.x.y file | diff | annotate
Wed, 20 May 2020 11:33:10 +0100 David Woodhouse Make PurplePluginProtocolInfo definitions consistent release-2.x.y file | diff | annotate
Mon, 28 Oct 2019 21:18:08 -0400 John Bailey Fix an accelerator in a string in libpurple. Accelerators are for UI's, file | diff | annotate
Wed, 02 Oct 2019 19:04:34 -0400 Elliott Sales de Andrade Fix several memory leaks. file | diff | annotate
Tue, 01 Oct 2019 07:19:14 +0000 Gary Kramlich Merged in default (pull request #578) file | diff | annotate
Sun, 15 Sep 2019 17:11:46 -0400 Elliott Sales de Andrade Replace Purple type macros by GObject macros. file | diff | annotate
Sat, 28 Sep 2019 03:53:56 -0500 Gary Kramlich Get the null prpl working again and build it by default but don't install it file | diff | annotate
Tue, 06 Aug 2019 19:50:26 -0400 Elliott Sales de Andrade Rename *_TYPE_*_IFACE to more standard *_TYPE_*. file | diff | annotate
Tue, 06 Aug 2019 17:40:37 -0400 Elliott Sales de Andrade Rename *Iface to more standard names. file | diff | annotate
Thu, 15 Feb 2018 22:53:57 -0600 Gary Kramlich Rename purple_menu_action_* to purple_action_menu_* file | diff | annotate
Thu, 15 Feb 2018 22:04:57 -0600 Gary Kramlich Rename PurpleMenuAction to PurpleActionMenu file | diff | annotate
Thu, 22 Mar 2018 22:30:30 +0000 David Woodhouse Add get_cb_alias() to PRPLs trac17295 file | diff | annotate
Thu, 15 Jun 2017 13:33:02 -0500 Mike Ruprecht Remove purple_timeout_* function usage file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate
Sat, 25 Mar 2017 22:57:21 +0300 qarkai Remove found redundant NULL checks string-comparison-r2 file | diff | annotate
Thu, 23 Mar 2017 21:01:15 +0300 qarkai Replace !strcmp() with purple_strequal() string-comparison-r2 file | diff | annotate
Fri, 10 Apr 2015 11:36:40 +0530 Ankit Vani Merge default branch (yet to add media_send_dtmf) soc.2013.gobjectification.plugins file | diff | annotate
Sat, 24 May 2014 02:32:01 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 20 May 2014 10:36:58 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Fri, 11 Apr 2014 16:23:12 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 10 Feb 2014 02:22:24 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Mon, 10 Feb 2014 01:09:47 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Fri, 31 Jan 2014 19:01:27 +0530 Ankit Vani Rename 'protocol_options' field of PurpleProtocol to more appropriate 'account_options' soc.2013.gobjectification.plugins file | diff | annotate
Thu, 23 Jan 2014 16:30:23 +0530 Ankit Vani Rename nullprotocol back to nullprpl soc.2013.gobjectification.plugins file | diff | annotate | base
Tue, 27 Aug 2013 04:30:39 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 19 Aug 2013 04:02:20 +0530 Ankit Vani Replaced struct proto_chat_entry with PurpleProtocolChatEntry soc.2013.gobjectification.plugins file | diff | annotate
Sun, 18 Aug 2013 00:04:13 +0530 Ankit Vani Replaced some _prpl_ stuff with _protocol_ soc.2013.gobjectification.plugins file | diff | annotate
Sat, 17 Aug 2013 23:28:51 +0530 Ankit Vani Renamed PurplePluginProtocolInfo to PurpleProtocol soc.2013.gobjectification.plugins file | diff | annotate
Sat, 17 Aug 2013 23:27:20 +0530 Ankit Vani Renamed prpl.[ch] to protocol.[ch] soc.2013.gobjectification.plugins file | diff | annotate
Mon, 12 Aug 2013 01:12:18 +0530 Ankit Vani Do not manually unregister command. This should be done in the core when a protocol is unloaded. soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 19:25:33 +0530 Ankit Vani Refactored libpurple according to the changes soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 17:44:04 +0530 Ankit Vani Integrated purple ABI requirement into GPlugin's "abi-version" property soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 Aug 2013 01:05:45 +0530 Ankit Vani Updated nullprpl according to the changes soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 Aug 2013 17:42:05 +0530 Ankit Vani Plugins can return an error when failing to load soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 Aug 2013 04:59:02 +0530 Ankit Vani Renamed purple-version to purple-abi. Removed abi-version from docs soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 Aug 2013 01:50:19 +0530 Ankit Vani Added property "purple-version" soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 Aug 2013 01:14:37 +0530 Ankit Vani Updated plugin info properties as per changes in GPlugin soc.2013.gobjectification.plugins file | diff | annotate
Wed, 07 Aug 2013 19:42:45 +0530 Ankit Vani Replaced purple_plugin_loads_on_query() with purple_plugin_is_internal(). soc.2013.gobjectification.plugins file | diff | annotate
Wed, 07 Aug 2013 15:18:26 +0530 Ankit Vani Added purple_plugin_loads_on_query() soc.2013.gobjectification.plugins file | diff | annotate
Wed, 07 Aug 2013 03:33:31 +0530 Ankit Vani Static prpls now work. Added macro PURPLE_PLUGIN_INIT(plugin-name, query-func, load-func, unload-func). soc.2013.gobjectification.plugins file | diff | annotate
Tue, 06 Aug 2013 03:12:22 +0530 Ankit Vani Unregister the command when plugin is unloaded soc.2013.gobjectification.plugins file | diff | annotate
Mon, 05 Aug 2013 22:10:12 +0530 Ankit Vani Refactored nullprpl to build with the new plugin API. This is not final. soc.2013.gobjectification.plugins file | diff | annotate
Fri, 06 Mar 2015 22:09:34 +0000 David Woodhouse Add media_send_dtmf() to prpl file | diff | annotate
Fri, 23 May 2014 09:20:34 +0200 Tomasz Wasilczyk Split PurpleMessage into incoming, outgoing and system file | diff | annotate
Thu, 22 May 2014 18:33:12 +0200 Tomasz Wasilczyk Add purple_conversation_write_system_message file | diff | annotate
Thu, 22 May 2014 16:07:39 +0200 Tomasz Wasilczyk Remove dead send_whisper feature file | diff | annotate
Thu, 22 May 2014 15:53:54 +0200 Tomasz Wasilczyk Switch purple_serv_chat_send to PurpleMessage file | diff | annotate
Thu, 22 May 2014 15:15:16 +0200 Tomasz Wasilczyk Switch purple_serv_send_im to PurpleMessage file | diff | annotate
Mon, 19 May 2014 10:30:49 +0200 Tomasz Wasilczyk Remove redundant OPT_PROTO_IM_IMAGE (use \!PURPLE_CONNECTION_FLAG_NO_IMAGES instead) file | diff | annotate
Thu, 10 Apr 2014 23:20:49 +0200 Tomasz Wasilczyk imgstore: remove references from libpurple (not prpls yet) file | diff | annotate
Mon, 10 Feb 2014 02:20:01 +0530 Ankit Vani Fix duplicate prefixes gtkdoc-conversion file | diff | annotate
Mon, 10 Feb 2014 00:56:22 +0530 Ankit Vani Fix namespaces issues in libpurple. gtkdoc-conversion file | diff | annotate
Tue, 08 Oct 2013 20:30:51 +0530 Ankit Vani Renamed purple_g_value_* to purple_value_* soc.2013.gobjectification file | diff | annotate
Wed, 02 Oct 2013 01:56:40 +0530 Ankit Vani Manage refcounts in some libpurple callbacks soc.2013.gobjectification file | diff | annotate
Sun, 29 Sep 2013 16:54:14 +0530 Ankit Vani Fix whitespaces in nullprpl soc.2013.gobjectification file | diff | annotate
Sun, 29 Sep 2013 16:48:49 +0530 Ankit Vani win32: fix build problems soc.2013.gobjectification file | diff | annotate
Tue, 27 Aug 2013 04:18:00 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Mon, 05 Aug 2013 21:51:23 +0530 Ankit Vani Refactored nullprpl to use the GObjectified purple API soc.2013.gobjectification file | diff | annotate
Fri, 02 Aug 2013 03:19:21 +0530 Ankit Vani Replaced purple_conversation_helper_present_error() with simpler purple_conversation_present_error() soc.2013.gobjectification file | diff | annotate
Thu, 25 Jul 2013 02:22:35 +0530 Ankit Vani Renamed PurpleBListNode back to PurpleBlistNode soc.2013.gobjectification file | diff | annotate
(0) -100 -60 tip

mercurial