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 22:53:44 -0500 Gary Kramlich When creating notifications for account errors, set the title so the UI's don't have to figure it out. file | diff | annotate
Tue, 02 Aug 2022 02:02:46 -0500 Elliott Sales de Andrade Add source files to GObject introspection 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
Wed, 06 Jul 2022 05:47:52 -0500 Gary Kramlich Remove the account error scrollbook from the blist as notifications have replaced it. file | diff | annotate
Tue, 05 Jul 2022 02:03:30 -0500 Gary Kramlich Properly set an account's current error. file | diff | annotate
Mon, 04 Jul 2022 23:24:35 -0500 Gary Kramlich Implement the UI for the new Notifications API. file | diff | annotate
Thu, 30 Jun 2022 20:24:09 -0500 Gary Kramlich Create and add notifications for account errors. file | diff | annotate
Fri, 10 Jun 2022 20:42:36 -0500 ivanhoe fix memory leak when using purple accounts file | diff | annotate
Thu, 09 Jun 2022 03:04:16 -0500 Gary Kramlich Make PurpleAccount take ownership of the connection that was set. file | diff | annotate
Fri, 20 May 2022 01:37:47 -0500 Gary Kramlich Remove the account ui settings as it was only used for whether or not an account was enabled 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, 01 Apr 2022 01:09:23 -0500 Gary Kramlich Move PurpleProxyInfo from a boxed type to a GObject file | diff | annotate
Fri, 25 Mar 2022 02:51:58 -0500 Elliott Sales de Andrade Replace PURPLE_CALLBACK by G_CALLBACK file | diff | annotate
Fri, 25 Mar 2022 02:36:31 -0500 Elliott Sales de Andrade Replace PurpleCallback by GCallback file | diff | annotate
Thu, 16 Dec 2021 21:19:37 -0600 Gary Kramlich Stop saving status to accounts.xml file | diff | annotate
Sun, 12 Dec 2021 02:54:15 -0600 Gary Kramlich Add an id property to PurpleAccount and make sure it persists file | diff | annotate
Fri, 03 Dec 2021 01:56:48 -0600 Gary Kramlich Create the PurpleAccountManager API file | diff | annotate
Sat, 23 Oct 2021 01:06:57 -0500 Gary Kramlich Now that the History API is here, remove the purple logging api file | diff | annotate
Thu, 22 Jul 2021 22:34:48 -0500 Gary Kramlich migrate libpurple to the ConversationManager API file | diff | annotate
Wed, 21 Apr 2021 18:43:42 -0500 Gary Kramlich Remove the deprecated keyring API. file | diff | annotate
Mon, 22 Mar 2021 04:08:31 -0500 Gary Kramlich Port the KWallet Keyring to the new CredentialProvider API. file | diff | annotate
Mon, 08 Mar 2021 23:22:02 -0600 Gary Kramlich Modernize PurpleProtocol file | diff | annotate
Tue, 02 Mar 2021 23:22:34 -0600 Gary Kramlich Port libpurple from purple_protocols_ to purple_protocol_manager_ file | diff | annotate
Tue, 02 Mar 2021 23:06:11 -0600 Gary Kramlich Port Pidgin from purple_protocols to PurpleProtocolManager file | diff | annotate
Fri, 26 Feb 2021 00:17:26 -0600 Arkadiy Illarionov Use g_list_copy_deep instead of manual copy/transform file | diff | annotate
Fri, 12 Feb 2021 04:07:08 -0600 Gary Kramlich Add a compatiblity layer for g_s?list_free_full and port everything to it. release-2.x.y file | diff | annotate
Thu, 14 Jan 2021 22:33:49 -0600 Gary Kramlich Move the PurpleProtocolServer interface to its own file. 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 22:05:09 -0600 Gary Kramlich Remove the buddy pounces api 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, 03 Dec 2020 04:34:04 -0600 Gary Kramlich Fix the PurpleProtocolClient interface and split it out to its own file. file | diff | annotate
Mon, 21 Sep 2020 20:15:51 -0500 Gary Kramlich Move PurpleAccountPresence and PurpleBuddyPresence to their own files file | diff | annotate
Sat, 22 Aug 2020 22:15:25 -0500 Gary Kramlich Make PurpleProtocolPrivacy a proper GInterface and move it to it's own file file | diff | annotate
Sat, 22 Aug 2020 04:03:26 -0500 Gary Kramlich Remove and replace a number of the purple utility functions 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
Wed, 08 Apr 2020 21:15:34 +0300 qarkai Rename purple_account_set_status_list and purple_status_set_active_with_attrs_list file | diff | annotate
Tue, 26 Nov 2019 23:59:35 +0300 qarkai Replace lists of PurpleAttr with GHashTable file | diff | annotate
Sat, 16 Nov 2019 13:37:56 +0300 qarkai Add PurpleAttr to use in lists instead of consecutive key and value elements file | diff | annotate
Fri, 15 Nov 2019 01:07:08 -0600 Gary Kramlich Remove glibcompat.h from all the files that don't actually need it. file | diff | annotate
Fri, 25 Oct 2019 05:52:30 -0400 Elliott Sales de Andrade Replace g_[s]list_remove with g_[s]list_delete_link. file | diff | annotate
Wed, 16 Oct 2019 01:06:17 +0300 qarkai Use GSList functions instead of manual iterations file | diff | annotate
Tue, 01 Oct 2019 01:38:06 -0400 Elliott Sales de Andrade Use g_list_free_full instead of g_list_foreach+g_list_free. file | diff | annotate
Wed, 07 Aug 2019 01:15:14 -0400 Elliott Sales de Andrade Fix broken `priv != NULL` checks in libpurple. 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
Tue, 16 Jul 2019 03:34:30 +0000 Gary Kramlich Merged in default (pull request #517) file | diff | annotate
Sat, 06 Jul 2019 02:20:48 -0400 Elliott Sales de Andrade Add list parameter to all buddy list UI ops. file | diff | annotate
Wed, 03 Jul 2019 03:16:32 -0400 Elliott Sales de Andrade Add wrapper functions for some PurpleBlistUiOps. file | diff | annotate
Tue, 02 Jul 2019 22:20:07 -0400 Elliott Sales de Andrade Remove PurpleAccount->ui_data and accessors. file | diff | annotate
Thu, 21 Mar 2019 20:48:30 -0500 Gary Kramlich Cleanup account.[ch] and status.[ch] to remove g_type_class_add_private and other cleans including remove const from accessors file | diff | annotate
Fri, 08 Feb 2019 04:06:29 +0000 Gary Kramlich Merged in default (pull request #466) file | diff | annotate
Thu, 07 Feb 2019 04:54:05 -0500 Elliott Sales de Andrade Use G_DEFINE_TYPE_WITH_PRIVATE for Purple*Presence. file | diff | annotate
Thu, 07 Feb 2019 05:17:39 -0500 Elliott Sales de Andrade Use g_value_dup_string where needed. file | diff | annotate
Tue, 02 Oct 2018 16:01:52 -0500 Mike Ruprecht libpurple: Remove pointer registration for DBus API file | diff | annotate
Tue, 17 Oct 2017 22:16:33 -0500 Gary Kramlich A ton more of introspection cleanups file | diff | annotate
Tue, 11 Jul 2017 23:43:33 -0400 Elliott Sales de Andrade Change purple_log_new to use GDateTime. 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
(0) -300 -100 -60 tip

mercurial