summaryrefslogtreecommitdiff
path: root/libpurple/protocols/bonjour
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_handle_id everywhereElliott Sales de Andrade2023-03-211-15/+5
* Remove PurpleProtocolClient->tooltip_text as it is barely used and we're scal...Gary Kramlich2023-03-201-68/+0
* Remove purple_protocol_client_status_text as it is no longer usedGary Kramlich2023-03-201-24/+0
* Set our global C standard to C17 and warning_level to 2Gary Kramlich2023-02-211-2/+1
* Update all protocol except gg and xmpp for the account api deprecationsGary Kramlich2022-12-141-1/+2
* Bump C standard to C99 for Bonjour and fix warningsElliott Sales de Andrade2022-12-128-95/+146
* Remove the privacy apiGary Kramlich2022-12-051-26/+0
* Clean up the G_DEFINE_DYNAMIC_TYPE definitions for protocolsGary Kramlich2022-11-111-13/+12
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-1/+2
* Remove the libnice dependencyGary Kramlich2022-10-232-4/+3
* Back out the PurpleProtocol->login change that returned a PurpleConnectionGary Kramlich2022-10-191-12/+6
* Fix the namespace of the PurpleConnectionState enum constantsGary Kramlich2022-10-141-1/+1
* Update PurpleProtocolClass->login to return a PurpleConnectionGary Kramlich2022-10-091-6/+12
* Pass the PurpleProtocol objects to all methods of the classGary Kramlich2022-10-031-4/+5
* Replace purple_input_remove by g_source_removeElliott Sales de Andrade2022-09-291-8/+8
* Rename PurpleContact to PurpleMetaContact.Gary Kramlich2022-09-221-1/+1
* Remove the list_icon vfunc from PurpleProtocol.Gary Kramlich2022-09-122-8/+0
* Mark the protocol descriptions for translation and tweak them a bit.Gary Kramlich2022-04-301-1/+2
* Enable structured logging in libpurpleElliott Sales de Andrade2021-10-181-0/+1
* Fix typos in protocol pluginsElliott Sales de Andrade2021-10-103-5/+5
* Update to gplugin 0.35.0Gary Kramlich2021-10-041-1/+1
* move the bonjour protocol plugins icons to a resource in the pluginGary Kramlich2021-10-019-0/+613
* Add a Meson devenv configuration.Elliott Sales de Andrade2021-10-011-0/+2
* Port the protocol plugins to the purple_conversation_manager_apiGary Kramlich2021-07-261-20/+54
* Add description to PurpleProtocolPrateek Pardeshi2021-07-131-0/+1
* Use GPLUGIN_NATIVE_PLUGIN_DECLARE for all libpurple plugins and remove PURPLE...Gary Kramlich2021-06-101-5/+8
* Use G_DECLARE_FINAL_TYPE for BonjourProtocolGary Kramlich2021-04-192-16/+7
* bonjour: Rewrite name lookup as a GTask.Elliott Sales de Andrade2021-03-101-32/+26
* Modernize PurpleProtocolGary Kramlich2021-03-081-29/+51
* Always ref result of g_io_stream_get_{input,output}_stream.Elliott Sales de Andrade2021-03-051-11/+12
* Convert all of the protocols to use the new protocol_manager_ apiGary Kramlich2021-03-021-3/+13
* bonjour: refactor _match_buddies_by_addressArkadiy Illarionov2021-02-281-75/+58
* Implement mitigation for GHSL-2021-045Gary Kramlich2021-02-071-1/+2
* Move the PurpleProtocolServer interface to its own file.Gary Kramlich2021-01-141-8/+21
* Replace g_strdup_printf("%s", string) with g_strdup(string)Arkadiy Illarionov2021-01-131-2/+1
* Fix inverted arguments to DNSServiceRegister.Elliott Sales de Andrade2021-01-031-4/+7
* Add a wrapper around the mdns interface implementation.Elliott Sales de Andrade2020-12-3110-66/+194
* Add underscore in Meson sources lists.Elliott Sales de Andrade2020-12-291-4/+4
* Fix Windows builds and testsElliott Sales de Andrade2020-12-221-2/+0
* Delete some now-unused networking bitsElliott Sales de Andrade2020-12-212-33/+0
* Replace inet_ntoa with gio calls.Elliott Sales de Andrade2020-12-211-3/+12
* Replace inet_pton by gio.Elliott Sales de Andrade2020-12-212-6/+18
* Use GLib's byte-order macros.Elliott Sales de Andrade2020-12-181-2/+2
* Fix the PurpleProtocolClient interface and split it out to its own file.Gary Kramlich2020-12-031-4/+6
* Depend on libnice as farstream already pulled it in and replace purple_networ...Gary Kramlich2020-11-203-6/+4
* Replace getaddrinfo by Gio in Bonjour.Elliott Sales de Andrade2020-11-191-28/+14
* Use gio for bonjour xfer closing.Elliott Sales de Andrade2020-11-171-27/+3
* Fix file transfer on Bonjour.Elliott Sales de Andrade2020-11-151-0/+1
* Rewrite Bonjour SOCKS5 communication using Gio.Elliott Sales de Andrade2020-11-141-95/+111
* Embed SOCKS5 proxy code in Bonjour file transfersElliott Sales de Andrade2020-11-101-65/+163