Tue, 23 Aug 2022 01:09:33 -0500 Gary Kramlich Replace the request_add Account UiOp with a new AddContact notification file | diff | annotate
Mon, 22 Aug 2022 22:05:55 -0500 Gary Kramlich Create PurpleAuthorizationRequest and use it for notifications. file | diff | annotate
Mon, 15 Aug 2022 21:30:26 -0500 Gary Kramlich Fix the add account button in Finch by removing passwords from it. file | diff | annotate
Mon, 18 Jul 2022 20:46:36 -0500 Gary Kramlich Remove purple_account_notify_added as it isn't used by anyone. file | diff | annotate
Fri, 20 May 2022 01:34:32 -0500 Gary Kramlich Remove the ui parameter from purple_account_[gs]et_enabled file | diff | annotate
Fri, 25 Mar 2022 02:51:58 -0500 Elliott Sales de Andrade Replace PURPLE_CALLBACK by G_CALLBACK file | diff | annotate
Sun, 12 Dec 2021 02:44:58 -0600 Gary Kramlich port finch to the new AccountManager API file | diff | annotate
Mon, 08 Mar 2021 23:22:02 -0600 Gary Kramlich Modernize PurpleProtocol file | diff | annotate
Tue, 02 Mar 2021 23:30:05 -0600 Gary Kramlich Port finch from the purple_protocols api to the purple_protocol_manager api file | diff | annotate
Thu, 14 Jan 2021 21:20:10 -0600 Gary Kramlich Fix some warnings about missing braces by moving to struct initializers file | diff | annotate
Mon, 11 Jan 2021 00:06:00 -0600 Gary Kramlich Remove the account check email option. file | diff | annotate
Sat, 02 Jan 2021 19:06:28 -0600 Gary Kramlich Use PurpleCredentialManager instead of the old keyring api. file | diff | annotate
Thu, 19 Nov 2020 21:49:57 -0600 Gary Kramlich Don't allow libraries to include their own global header files. file | diff | annotate
Sat, 15 Aug 2020 23:33:09 -0500 Gary Kramlich Fix Finch for the libgnt single header file file | diff | annotate
Thu, 21 May 2020 21:21:54 -0500 Gary Kramlich Make sure we're not including the gettext macros in header files and deal with the repercussions of that. file | diff | annotate
Fri, 01 May 2020 12:13:35 -0500 Gary Kramlich Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h file | diff | annotate
Thu, 30 Apr 2020 23:43:54 -0500 Gary Kramlich Split PurpleKeyValuePair out to it's own file and try to do some cleanup in the files that need to include it. file | diff | annotate
Wed, 30 Oct 2019 23:25:39 -0400 Elliott Sales de Andrade Use g_(v)snprintf so we need less wrappers. file | diff | annotate
Sun, 13 Oct 2019 16:28:55 +0300 qarkai Revert one g_list_find_custom file | diff | annotate
Sun, 13 Oct 2019 15:45:39 +0300 qarkai Use GList functions instead of manual iterations file | diff | annotate
Fri, 27 Sep 2019 03:43:47 -0500 Gary Kramlich rename accountopt.[ch] to purpleaccountoption.[ch] file | diff | annotate
Wed, 02 Oct 2019 19:04:34 -0400 Elliott Sales de Andrade Fix several memory leaks. file | diff | annotate
Wed, 02 Oct 2019 02:32:11 -0400 Elliott Sales de Andrade finch: Fix possible leaks. file | diff | annotate
Wed, 02 Oct 2019 02:29:06 -0400 Elliott Sales de Andrade finch: Remove redundant checks. file | diff | annotate
Sun, 29 Sep 2019 02:58:05 -0500 Gary Kramlich Clean up all of the license headers file | diff | annotate
Tue, 06 Aug 2019 19:15:13 -0400 Elliott Sales de Andrade Rename *_GET_*_IFACE to more standard *_GET_IFACE. file | diff | annotate
Fri, 17 May 2019 00:46:48 -0400 Elliott Sales de Andrade Avoid using internal gnt_screen_release. release-2.x.y file | diff | annotate
Tue, 23 Apr 2019 18:26:01 -0400 Elliott Sales de Andrade Use new gnt_box_get_children. release-2.x.y file | diff | annotate
Tue, 09 Apr 2019 05:51:34 -0400 Elliott Sales de Andrade Use GntWidget flag accessor functions. release-2.x.y file | diff | annotate
Fri, 17 May 2019 00:46:48 -0400 Elliott Sales de Andrade Avoid using internal gnt_screen_release. file | diff | annotate
Tue, 23 Apr 2019 18:26:01 -0400 Elliott Sales de Andrade Use new gnt_box_get_children. file | diff | annotate
Tue, 09 Apr 2019 05:51:34 -0400 Elliott Sales de Andrade Use GntWidget flag accessor functions. file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate
Fri, 24 Mar 2017 02:23:46 +0300 qarkai Replace strcmp() with purple_strequal() string-comparison-r2 file | diff | annotate
Thu, 23 Mar 2017 19:19:01 +0300 qarkai Replace misused g_str_equal() with purple_strequal() string-comparison-r2 file | diff | annotate
Mon, 21 Dec 2015 15:05:58 -0500 Michael McConville The last of the NULL-checks before free() file | diff | annotate
Sat, 10 May 2014 03:56:36 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Thu, 06 Feb 2014 20:02:57 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Tue, 04 Feb 2014 16:31:36 +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
Sat, 21 Sep 2013 17:01:08 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 14 Sep 2013 22:16:47 +0530 Ankit Vani Refactored finch to use the new protocol API soc.2013.gobjectification.plugins file | diff | annotate
Thu, 12 Sep 2013 19:55:22 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 03 Sep 2013 04:15:07 +0530 Ankit Vani Free the list returned by purple_protocols_get_all() soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 14:24:24 +0530 Ankit Vani Renamed some prpl stuff to protocol stuff. soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 03:53:25 +0530 Ankit Vani Refactored finch and a bit of libpurple plugins to use the new protocol API soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 00:38:40 +0530 Ankit Vani Renamed purple_find_protocol_info to purple_protocols_find soc.2013.gobjectification.plugins file | diff | annotate
Thu, 29 Aug 2013 23:52:03 +0530 Ankit Vani Use purple_protocol_get_* API instead of protocol->member soc.2013.gobjectification.plugins file | diff | annotate
Thu, 22 Aug 2013 01:36:58 +0530 Ankit Vani Merged soc.2013.gobjectification branch 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
Wed, 31 Jul 2013 03:59:47 +0530 Ankit Vani Refactored gntaccount to use the initial GObject plugin API soc.2013.gobjectification.plugins file | diff | annotate
Tue, 30 Jul 2013 16:55:18 +0530 Ankit Vani Fixed a sed mistake soc.2013.gobjectification.plugins file | diff | annotate
Mon, 29 Jul 2013 11:52:27 +0530 Ankit Vani Renamed plugin.[ch] to plugins.[ch], since we (will) no longer have a PurplePlugin structure. soc.2013.gobjectification.plugins file | diff | annotate
Wed, 07 May 2014 19:35:41 +0200 Tomasz Wasilczyk Implement purple_account_user_split_(is|set)_constant, remove unsupported Facebook XMPP features file | diff | annotate
Thu, 06 Feb 2014 19:50:34 +0530 Ankit Vani Merged default branch gtkdoc-conversion file | diff | annotate
Tue, 04 Feb 2014 16:30:55 +0530 Ankit Vani Remove @file from .c files gtkdoc-conversion file | diff | annotate
Thu, 06 Feb 2014 18:56:36 +0530 Ankit Vani gtk-doc prep: *_get_type() functions are hidden as standard GType-returning funcs, so rename them. file | diff | annotate
Sat, 21 Sep 2013 16:41:50 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Thu, 12 Sep 2013 19:08:48 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
(0) -100 -60 tip

mercurial