summaryrefslogtreecommitdiff
path: root/finch/plugins
Commit message (Expand)AuthorAgeFilesLines
* Use G_SOURCE_FUNC macro moreHEADmasterElliott Sales de Andrade2023-04-301-1/+2
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-212-4/+2
* Remove get_plugin_pref_frame from gnttinyurlElliott Sales de Andrade2023-03-051-19/+1
* Mark unused parameters as such for all finchGary Kramlich2023-02-235-30/+52
* Remove soupcompat.h since we require libsoup3 nowGary Kramlich2022-11-161-2/+0
* Fix SoupMessage leaks when using new libsoup3 APIElliott Sales de Andrade2022-11-031-1/+5
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-4/+8
* Port gnttinyurl plugin to libsoup3Elliott Sales de Andrade2022-10-261-37/+56
* Rename PurpleContact to PurpleMetaContact.Gary Kramlich2022-09-221-6/+6
* Convert GntGf plugin to GSettingsElliott Sales de Andrade2022-09-193-38/+129
* Convert Finch TinyURL plugin to GSettingsElliott Sales de Andrade2022-09-193-14/+66
* Split Finch plugins into separate subdirectoriesElliott Sales de Andrade2022-09-1911-37/+48
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-252-9/+9
* Use accessor for SoupMessage->status_codeElliott Sales de Andrade2021-12-141-4/+4
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-232-236/+0
* Enable structured logging in FinchElliott Sales de Andrade2021-10-181-1/+10
* Update to gplugin 0.35.0Gary Kramlich2021-10-046-6/+6
* Add a Meson devenv configuration.Elliott Sales de Andrade2021-10-011-0/+1
* Remove the finch plugin pietrayGary Kramlich2021-08-071-240/+0
* Remove the option to disable compiling plugins.Gary Kramlich2021-08-041-27/+26
* Convert Finch to the PurpleConversationManager APIGary Kramlich2021-06-171-1/+5
* Convert the Finch plugins to use GPLUGIN_NATIVE_PLUGIN_DECLAREGary Kramlich2021-05-296-53/+30
* Fix Finch for the libgnt single header fileGary Kramlich2020-08-155-12/+2
* create a global header for finchGary Kramlich2020-08-136-15/+10
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-215-0/+11
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-016-8/+1
* Make all of finch use purple.hGary Kramlich2020-05-016-32/+7
* Remove redundant returnsqarkai2019-11-041-1/+0
* Remove old #include of http header and its init.Elliott Sales de Andrade2019-10-171-1/+0
* Use GList functions instead of manual iterationsqarkai2019-10-131-11/+9
* Convert Finch plugins to libsoup.Elliott Sales de Andrade2019-10-102-22/+37
* Convert optional dependencies into Meson features.Elliott Sales de Andrade2019-10-081-1/+1
* finch: Fix incorrect call to fork.Elliott Sales de Andrade2019-10-021-1/+1
* finch: Remove extra strdup.Elliott Sales de Andrade2019-10-021-4/+3
* finch: Remove redundant checks.Elliott Sales de Andrade2019-10-021-1/+2
* Merged in default (pull request #580)Gary Kramlich2019-10-012-13/+3
|\
| * Use g_list_free_full instead of g_list_foreach+g_list_free.Elliott Sales de Andrade2019-10-012-13/+3
* | Merged in default (pull request #578)Gary Kramlich2019-10-011-5/+10
|\ \ | |/ |/|
| * Replace Purple type macros by GObject macros.Elliott Sales de Andrade2019-09-151-5/+10
* | Clean up the license headers for finch pluginsGary Kramlich2019-09-296-17/+0
|/
* Rename some buddy list accessor functions.Elliott Sales de Andrade2019-07-021-1/+1
* Use gnt_widget_get_size.Elliott Sales de Andrade2019-04-231-7/+12
* Use gnt_*_get_text accessors.Elliott Sales de Andrade2019-04-231-1/+2
* Use GntWidget flag accessor functions.Elliott Sales de Andrade2019-04-091-2/+2
* Update plugins that were referring to menus with ->'s to use the unicode arro...Gary Kramlich2019-04-091-1/+2
* Merged in default (pull request #440)Gary Kramlich2018-12-042-2/+5
|\
| * Add explicit ncurses dependency to finch.Elliott Sales de Andrade2018-11-292-2/+5
* | finch: Add note to pietray plugin stating that the plugin is brokenMike Ruprecht2018-10-021-0/+3
|/
* Use correct X flag when configuring GNT plugins.Elliott Sales de Andrade2018-02-161-1/+1
* finch/meson: fix build with -Dgtkui=falseLubomir Rintel2018-01-031-8/+10