summaryrefslogtreecommitdiff
path: root/libpurple/core.c
Commit message (Expand)AuthorAgeFilesLines
* Remove our stun codeGary Kramlich2023-03-041-2/+0
* Remove unused quitting signalElliott Sales de Andrade2023-02-251-5/+0
* Remove purple_core_quit_cbGary Kramlich2023-01-011-8/+0
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-1/+1
* Fix libpurple compile on WindowsElliott Sales de Andrade2022-11-031-0/+3
* Make PurpleUi.start return a gboolean and GErrorGary Kramlich2022-11-011-1/+3
* Display a dialog in Pidgin if purple_core_init returned FALSEGary Kramlich2022-11-011-0/+17
* Add an out parameter for an error to purple_core_initGary Kramlich2022-10-311-1/+1
* Create PurpleUi that merges PurpleCoreUiOps and PurpleUiInfoGary Kramlich2022-10-311-40/+17
* Fix an issue where gio was bombing out early and causing our unit tests to failGary Kramlich2022-10-281-0/+9
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-1/+1
* Add a get_settings_backend vfunc to CoreUiOpsGary Kramlich2022-10-101-7/+1
* Create the new PurpleContactManagerGary Kramlich2022-09-291-0/+2
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-1/+4
* Prepare GSettings schemas and a default settings backendElliott Sales de Andrade2022-09-111-0/+16
* Phase 1 of the Notifications APIGary Kramlich2022-06-151-0/+3
* Update purple_core_init to take a PurpleUiInfo instanceGary Kramlich2022-05-201-27/+8
* Move the path based functions from util.c to their own file.Gary Kramlich2022-01-081-0/+1
* Removed some code that migrating to xdg directories that wasn't being usedGary Kramlich2022-01-081-31/+0
* Fix an order of operation with shutting down the account managerGary Kramlich2021-12-071-1/+1
* Create the PurpleAccountManager APIGary Kramlich2021-12-031-0/+2
* Split PurpleCoreUiOps out to its own file.Gary Kramlich2021-11-151-27/+0
* Remove the libpurple support for themes now that all of the ui support has be...Gary Kramlich2021-11-151-7/+0
* Clean up some issues during shutdown that were outputting warningsGary Kramlich2021-11-111-5/+11
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-231-3/+1
* Remove entire PurpleDebugUiInterface and implementationsElliott Sales de Andrade2021-10-191-6/+3
* GSoC History API including sqlite history adapterJames Culver2021-10-121-0/+3
* Create PurpleWhiteboardManager for managing whiteboardsGary Kramlich2021-09-021-0/+2
* Remove all of the current smiley support as it currently isn't used and needs...Gary Kramlich2021-08-241-10/+0
* Clean up PidginCredentialManagerGary Kramlich2021-07-181-1/+1
* Create a manager for conversations.Gary Kramlich2021-06-141-0/+2
* Remove the deprecated keyring API.Gary Kramlich2021-04-211-3/+0
* rename conversation.[ch] to purpleconversation.[ch] and split PurpleConversat...Gary Kramlich2021-04-121-1/+1
* Create a no operation credential provider and fix a number of other issuesGary Kramlich2021-01-301-2/+9
* Create a new PurpleProtocolManagerGary Kramlich2021-01-261-2/+2
* Port the secretservice keyring to PurpleCredentialProviderGary Kramlich2021-01-261-1/+2
* Rename message.[ch] to purplemessage.[ch]Gary Kramlich2021-01-111-1/+1
* Remove the buddy pounces apiGary Kramlich2021-01-021-4/+0
* Cleanup local IP gettersElliott Sales de Andrade2020-12-201-1/+1
* Remove file descriptor argument from local IP getter functions.Elliott Sales de Andrade2020-12-181-1/+1
* Add the new PurpleCredentialManager APIGary Kramlich2020-11-051-0/+2
* PurpleMessage cleanups from hellGary Kramlich2020-10-031-2/+0
* remove the old sound apiGary Kramlich2020-08-131-4/+0
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+3
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-0/+1
* Remove unused sslconn code.Elliott Sales de Andrade2020-04-271-1/+0
* purple_core_get_ui_info now transfers the PurpleUiInfo to the caller, so we n...Gary Kramlich2020-04-091-2/+2
* the ui can return a null PurpleUiInfo so we need to handle thatGary Kramlich2020-03-201-3/+8
* Replace the ui info GHashTable with a gobject.Gary Kramlich2020-03-201-4/+5
* Remove glibcompat.h from all the files that don't actually need it.Gary Kramlich2019-11-151-1/+0