Sun, 11 Dec 2022 22:56:34 -0600 Elliott Sales de Andrade Bump C standard to C99 for libpurple files and fix warnings file | diff | annotate
Thu, 03 Nov 2022 03:27:07 -0500 Elliott Sales de Andrade Fix libpurple compile on Windows file | diff | annotate
Tue, 01 Nov 2022 00:27:44 -0500 Gary Kramlich Make PurpleUi.start return a gboolean and GError file | diff | annotate
Tue, 01 Nov 2022 00:03:51 -0500 Gary Kramlich Display a dialog in Pidgin if purple_core_init returned FALSE file | diff | annotate
Mon, 31 Oct 2022 22:50:20 -0500 Gary Kramlich Add an out parameter for an error to purple_core_init file | diff | annotate
Mon, 31 Oct 2022 04:02:09 -0500 Gary Kramlich Create PurpleUi that merges PurpleCoreUiOps and PurpleUiInfo file | diff | annotate
Fri, 28 Oct 2022 01:32:23 -0500 Gary Kramlich Fix an issue where gio was bombing out early and causing our unit tests to fail file | diff | annotate
Wed, 26 Oct 2022 02:58:05 -0500 Elliott Sales de Andrade Remove C99-obsoleted constructs file | diff | annotate
Mon, 10 Oct 2022 02:30:03 -0500 Gary Kramlich Add a get_settings_backend vfunc to CoreUiOps file | diff | annotate
Thu, 29 Sep 2022 00:46:44 -0500 Gary Kramlich Create the new PurpleContactManager file | diff | annotate
Mon, 12 Sep 2022 22:54:13 -0500 Gary Kramlich Stop including internal.h everywhere when we really don't need it. file | diff | annotate
Sun, 11 Sep 2022 00:33:00 -0500 Elliott Sales de Andrade Prepare GSettings schemas and a default settings backend file | diff | annotate
Wed, 15 Jun 2022 00:32:22 -0500 Gary Kramlich Phase 1 of the Notifications API file | diff | annotate
Fri, 20 May 2022 02:55:51 -0500 Gary Kramlich Update purple_core_init to take a PurpleUiInfo instance file | diff | annotate
Sat, 08 Jan 2022 15:35:51 -0600 Gary Kramlich Move the path based functions from util.c to their own file. file | diff | annotate
Sat, 08 Jan 2022 15:26:41 -0600 Gary Kramlich Removed some code that migrating to xdg directories that wasn't being used file | diff | annotate
Tue, 07 Dec 2021 02:25:28 -0600 Gary Kramlich Fix an order of operation with shutting down the account manager file | diff | annotate
Fri, 03 Dec 2021 01:56:48 -0600 Gary Kramlich Create the PurpleAccountManager API file | diff | annotate
Mon, 15 Nov 2021 04:04:31 -0600 Gary Kramlich Split PurpleCoreUiOps out to its own file. file | diff | annotate
Mon, 15 Nov 2021 02:21:18 -0600 Gary Kramlich Remove the libpurple support for themes now that all of the ui support has been removed file | diff | annotate
Thu, 11 Nov 2021 20:20:49 -0600 Gary Kramlich Clean up some issues during shutdown that were outputting warnings 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
Tue, 19 Oct 2021 00:41:44 -0500 Elliott Sales de Andrade Remove entire PurpleDebugUiInterface and implementations file | diff | annotate
Tue, 12 Oct 2021 00:50:59 -0500 James Culver GSoC History API including sqlite history adapter file | diff | annotate
Thu, 02 Sep 2021 21:28:40 -0500 Gary Kramlich Create PurpleWhiteboardManager for managing whiteboards file | diff | annotate
Tue, 24 Aug 2021 04:52:14 -0500 Gary Kramlich Remove all of the current smiley support as it currently isn't used and needs to be completely overhauled for the new emoji api when we write it. file | diff | annotate
Sun, 18 Jul 2021 02:20:04 -0500 Gary Kramlich Clean up PidginCredentialManager file | diff | annotate
Mon, 14 Jun 2021 04:07:45 -0500 Gary Kramlich Create a manager for conversations. file | diff | annotate
Wed, 21 Apr 2021 18:43:42 -0500 Gary Kramlich Remove the deprecated keyring API. file | diff | annotate
Mon, 12 Apr 2021 20:27:47 -0500 Gary Kramlich rename conversation.[ch] to purpleconversation.[ch] and split PurpleConversationUiOps out to its own file to avoid circular include issues. file | diff | annotate
Sat, 30 Jan 2021 01:30:00 -0600 Gary Kramlich Create a no operation credential provider and fix a number of other issues file | diff | annotate
Tue, 26 Jan 2021 01:46:21 -0600 Gary Kramlich Create a new PurpleProtocolManager file | diff | annotate
Tue, 26 Jan 2021 01:28:00 -0600 Gary Kramlich Port the secretservice keyring to PurpleCredentialProvider file | diff | annotate
Mon, 11 Jan 2021 01:08:47 -0600 Gary Kramlich Rename message.[ch] to purplemessage.[ch] file | diff | annotate
Sat, 02 Jan 2021 22:05:09 -0600 Gary Kramlich Remove the buddy pounces api file | diff | annotate
Sun, 20 Dec 2020 00:51:00 -0600 Elliott Sales de Andrade Cleanup local IP getters file | diff | annotate
Fri, 18 Dec 2020 01:39:49 -0600 Elliott Sales de Andrade Remove file descriptor argument from local IP getter functions. file | diff | annotate
Thu, 05 Nov 2020 20:36:51 -0600 Gary Kramlich Add the new PurpleCredentialManager API file | diff | annotate
Sat, 03 Oct 2020 05:58:21 -0500 Gary Kramlich PurpleMessage cleanups from hell file | diff | annotate
Thu, 13 Aug 2020 22:03:41 -0500 Gary Kramlich remove the old sound api 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
Mon, 27 Apr 2020 05:47:20 -0400 Elliott Sales de Andrade Remove unused sslconn code. file | diff | annotate
Thu, 09 Apr 2020 21:29:01 -0500 Gary Kramlich purple_core_get_ui_info now transfers the PurpleUiInfo to the caller, so we need to make sure to not cache it. file | diff | annotate
Fri, 20 Mar 2020 21:10:20 -0500 Gary Kramlich the ui can return a null PurpleUiInfo so we need to handle that file | diff | annotate
Fri, 20 Mar 2020 08:57:57 -0500 Gary Kramlich Replace the ui info GHashTable with a gobject. 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
Mon, 04 Nov 2019 02:16:33 -0500 Elliott Sales de Andrade Remove some unused utility functions. file | diff | annotate
Thu, 17 Oct 2019 23:36:37 -0400 Elliott Sales de Andrade Remove old #include of http header and its init. file | diff | annotate
Wed, 02 Oct 2019 19:04:34 -0400 Elliott Sales de Andrade Fix several memory leaks. file | diff | annotate
Thu, 21 Feb 2019 23:32:27 -0500 Elliott Sales de Andrade Move custom smileys to XDG directories. file | diff | annotate
Fri, 15 Feb 2019 01:19:10 -0500 Elliott Sales de Andrade Move more libpurple files to ~/.config. file | diff | annotate
Fri, 28 Dec 2018 23:34:00 +0000 Gary Kramlich Merged in default (pull request #448) file | diff | annotate
Sat, 08 Dec 2018 21:06:37 -0600 Mike Ruprecht libpurple: Drop capability to statically build prpls file | diff | annotate
Sat, 08 Dec 2018 22:02:38 -0600 Mike Ruprecht Remove ENABLE_NLS guards, making 'nls' only affect po/ directory file | diff | annotate
Tue, 02 Oct 2018 16:08:50 -0500 Mike Ruprecht libpurple: Remove DBus init/uninit from Purple core file | diff | annotate
Tue, 02 Oct 2018 16:08:15 -0500 Mike Ruprecht core: Remove purple_core_ensure_single_instance() file | diff | annotate
Sun, 08 Oct 2017 20:51:10 +0300 qarkai Merge heads xdg-dirs file | diff | annotate
Sun, 08 Oct 2017 20:33:49 +0300 qarkai Treat pounces.xml as config part xdg-dirs file | diff | annotate
Fri, 07 Jul 2017 11:50:28 +0300 qarkai Don't migrate cache files xdg-dirs file | diff | annotate
(0) -100 -60 tip

mercurial