summaryrefslogtreecommitdiff
path: root/finch
Commit message (Expand)AuthorAgeFilesLines
* Use G_SOURCE_FUNC macro moreHEADmasterElliott Sales de Andrade2023-04-302-5/+12
* Clean up Finch preferences pageElliott Sales de Andrade2023-04-032-93/+145
* Use g_clear_handle_id everywhereElliott Sales de Andrade2023-03-212-24/+10
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-217-25/+11
* Remove PurpleProtocolClient->tooltip_text as it is barely used and we're scal...Gary Kramlich2023-03-201-6/+0
* Use GListModel access to request fields in finchElliott Sales de Andrade2023-03-172-39/+81
* Remove tracking of required fieldsElliott Sales de Andrade2023-03-171-3/+3
* Add PurpleRequest{Group,Page}:valid propertiesElliott Sales de Andrade2023-03-161-1/+1
* Convert PurpleRequestFieldList into a GObjectElliott Sales de Andrade2023-03-103-50/+51
* Make PurpleRequestFieldChoice into a GObjectElliott Sales de Andrade2023-03-101-10/+10
* Make PurpleRequestFieldInt into a GObjectElliott Sales de Andrade2023-03-102-15/+16
* Make PurpleRequestFieldBool into a GObjectElliott Sales de Andrade2023-03-101-15/+14
* Add a PurpleRequestFieldString subclassElliott Sales de Andrade2023-03-102-18/+25
* Make PurpleRequestFieldAccount into a GObjectElliott Sales de Andrade2023-03-102-20/+32
* Convert PurpleRequestPage into a GObjectElliott Sales de Andrade2023-03-075-88/+78
* Convert PurpleRequestGroup into a GObjectElliott Sales de Andrade2023-03-074-38/+38
* Replace PurpleRequestField UI data with GObject dataElliott Sales de Andrade2023-03-061-36/+31
* Fix typo in request field getterElliott Sales de Andrade2023-03-051-1/+1
* Remove get_plugin_pref_frame from gnttinyurlElliott Sales de Andrade2023-03-051-19/+1
* Mark unused parameters as such for all finchGary Kramlich2023-02-2320-221/+322
* Convert idle_time in PurplePresence to GDateTimeGary Kramlich2023-02-201-3/+12
* Remove conversation's internal history api as it will be replace by the new h...Gary Kramlich2023-02-201-23/+0
* Update Finch for the PurpleAccount deprecationsGary Kramlich2022-12-147-58/+107
* Remove the privacy apiGary Kramlich2022-12-052-79/+0
* Add a setting-changed signal to PurpleAccount and propagate it from PurpleAcc...Gary Kramlich2022-11-281-0/+1
* Remove purple_markup_escape_textGary Kramlich2022-11-251-1/+1
* Make PurpleNotificationManager implement GListModelGary Kramlich2022-11-241-3/+1
* Make sure finch_retrieve_user_info returns a value on failureGary Kramlich2022-11-181-1/+1
* Inline purple_serv_get_info and purple_serv_set_infoGary Kramlich2022-11-181-2/+13
* Remove soupcompat.h since we require libsoup3 nowGary Kramlich2022-11-161-2/+0
* Remove the ability to register new accounts.Gary Kramlich2022-11-071-14/+1
* Propagate the PurpleAccount::notify signal via PurpleAccountManager::account-...Gary Kramlich2022-11-041-19/+9
* Take advantage of f-strings in MesonElliott Sales de Andrade2022-11-041-5/+4
* Fix SoupMessage leaks when using new libsoup3 APIElliott Sales de Andrade2022-11-031-1/+5
* Have finch output the error message from purple_core_initGary Kramlich2022-11-011-3/+2
* Make PurpleUi.start return a gboolean and GErrorGary Kramlich2022-11-011-8/+14
* Add an out parameter for an error to purple_core_initGary Kramlich2022-10-311-3/+5
* Create PurpleUi that merges PurpleCoreUiOps and PurpleUiInfoGary Kramlich2022-10-314-66/+102
* Move PurpleAccountManager to GPtrArray and implement GListModelElliott Sales de Andrade2022-10-283-48/+90
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-2612-31/+60
* Port gnttinyurl plugin to libsoup3Elliott Sales de Andrade2022-10-261-37/+56
* Flatten Meson build filesElliott Sales de Andrade2022-10-231-154/+146
* Fix connection errors getting deleted when an account is disconnectedGary Kramlich2022-10-231-1/+1
* Add a get_settings_backend vfunc to CoreUiOpsGary Kramlich2022-10-101-0/+17
* Use PurpleAccountManager added/removed signalsElliott Sales de Andrade2022-10-092-27/+27
* Add a require password option to the finch account editorGary Kramlich2022-10-041-6/+35
* Remove purple_date_format_fullElliott Sales de Andrade2022-09-301-1/+9
* Fix Finch->Gnt gir dependencyElliott Sales de Andrade2022-09-281-3/+3
* Rename PurpleContact to PurpleMetaContact.Gary Kramlich2022-09-223-68/+68
* Use the id property of PurpleUiInfo as the directory name to use with XDG_CON...Gary Kramlich2022-09-211-1/+1