| Fri, 15 Nov 2024 02:23:29 -0600 |
Gary Kramlich |
Add an edited command to the demo protocol
|
file |
diff |
annotate
|
| Mon, 04 Nov 2024 23:42:22 -0600 |
Gary Kramlich |
Add a boolean setting for toggling developer mode
|
file |
diff |
annotate
|
| Mon, 04 Nov 2024 20:12:42 -0600 |
Gary Kramlich |
Implement Purple.CommandManager
|
file |
diff |
annotate
|
| Thu, 17 Oct 2024 23:51:30 -0500 |
Gary Kramlich |
Rename connection.[ch] to purpleconnection.[ch]
|
file |
diff |
annotate
|
| Fri, 04 Oct 2024 01:09:26 -0500 |
Gary Kramlich |
Remove the Purple.Signals API
|
file |
diff |
annotate
|
| Fri, 04 Oct 2024 01:08:05 -0500 |
Gary Kramlich |
Remove Purple.Connection.error and its friends
|
file |
diff |
annotate
|
| Fri, 04 Oct 2024 00:48:33 -0500 |
Gary Kramlich |
Split purpleprivate.h up into individual files
|
file |
diff |
annotate
|
| Thu, 03 Oct 2024 23:39:52 -0500 |
Gary Kramlich |
Replace the core-initialized signal with Purple.Ui::started
|
file |
diff |
annotate
|
| Thu, 03 Oct 2024 22:53:20 -0500 |
Gary Kramlich |
Update purple_core_quit to use Purple.AccountManager:online to disconnect accounts
|
file |
diff |
annotate
|
| Wed, 14 Aug 2024 19:26:26 -0500 |
Gary Kramlich |
Remove uri handling from libpurple
|
file |
diff |
annotate
|
| Tue, 13 Aug 2024 01:06:48 -0500 |
Gary Kramlich |
Change the way the CredentialManager interacts with the core
|
file |
diff |
annotate
|
| Tue, 06 Aug 2024 00:37:03 -0500 |
Gary Kramlich |
Remove the notify API
|
file |
diff |
annotate
|
| Thu, 09 May 2024 21:27:08 -0500 |
Gary Kramlich |
Remove the media API
|
file |
diff |
annotate
|
| Thu, 25 Apr 2024 21:09:01 -0500 |
Gary Kramlich |
Remove libpurple commands
|
file |
diff |
annotate
|
| Sun, 14 Apr 2024 02:52:19 -0500 |
Gary Kramlich |
Remove the old conversations API
|
file |
diff |
annotate
|
| Sun, 14 Apr 2024 01:48:40 -0500 |
Gary Kramlich |
Remove the remaining BuddyList API
|
file |
diff |
annotate
|
| Sun, 14 Apr 2024 01:14:59 -0500 |
Gary Kramlich |
Remove PurpleBuddy
|
file |
diff |
annotate
|
| Fri, 12 Apr 2024 02:08:00 -0500 |
Gary Kramlich |
Remove the old status API
|
file |
diff |
annotate
|
| Fri, 12 Apr 2024 01:23:26 -0500 |
Gary Kramlich |
Remove the old idle API
|
file |
diff |
annotate
|
| Thu, 11 Apr 2024 22:37:41 -0500 |
Gary Kramlich |
Remove the PurpleImageStore API as it's no longer used
|
file |
diff |
annotate
|
| Thu, 11 Apr 2024 20:34:07 -0500 |
Gary Kramlich |
Remove PurpleXfer
|
file |
diff |
annotate
|
| Mon, 18 Mar 2024 23:50:39 -0500 |
Elliott Sales de Andrade |
Fix media leaks
|
file |
diff |
annotate
|
| Tue, 20 Feb 2024 01:23:04 -0600 |
Gary Kramlich |
Create a test for verifying license headers and correct the ones that were wrong
|
file |
diff |
annotate
|
| Fri, 03 Nov 2023 00:50:51 -0500 |
Gary Kramlich |
Integrate PurplePresenceManager with the core and uis
|
file |
diff |
annotate
|
| Thu, 02 Nov 2023 23:50:27 -0500 |
Gary Kramlich |
Update a bunch of gettext stuff
|
file |
diff |
annotate
|
| Thu, 26 Oct 2023 22:24:08 -0500 |
Gary Kramlich |
Add a get_history_adapter method to PurpleUi and implement in Pidgin and Finch
|
file |
diff |
annotate
|
| Wed, 25 Oct 2023 20:26:35 -0500 |
Elliott Sales de Andrade |
Fix possible clash of config headers
|
file |
diff |
annotate
|
| Mon, 23 Oct 2023 22:08:37 -0500 |
Gary Kramlich |
Create PurpleIdleManager for managing idle states
|
file |
diff |
annotate
|
| Fri, 20 Oct 2023 01:06:10 -0500 |
Gary Kramlich |
Remove a workaround that was needed for glib < 2.73.3
|
file |
diff |
annotate
|
| Sat, 04 Mar 2023 06:37:53 -0600 |
Gary Kramlich |
Remove our stun code
|
file |
diff |
annotate
|
| Sat, 25 Feb 2023 02:27:06 -0600 |
Elliott Sales de Andrade |
Remove unused quitting signal
|
file |
diff |
annotate
|
| Sun, 01 Jan 2023 01:28:49 -0600 |
Gary Kramlich |
Remove purple_core_quit_cb
|
file |
diff |
annotate
|
| 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
|