summaryrefslogtreecommitdiff
path: root/libpurple/protocols/bonjour/bonjour.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump C standard to C99 for Bonjour and fix warningsElliott Sales de Andrade2022-12-121-27/+37
* Clean up the G_DEFINE_DYNAMIC_TYPE definitions for protocolsGary Kramlich2022-11-111-13/+12
* 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
* Rename PurpleContact to PurpleMetaContact.Gary Kramlich2022-09-221-1/+1
* Remove the list_icon vfunc from PurpleProtocol.Gary Kramlich2022-09-121-7/+0
* Mark the protocol descriptions for translation and tweak them a bit.Gary Kramlich2022-04-301-1/+2
* 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-011-0/+2
* 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-191-0/+4
* bonjour: Rewrite name lookup as a GTask.Elliott Sales de Andrade2021-03-101-32/+26
* Modernize PurpleProtocolGary Kramlich2021-03-081-29/+51
* Convert all of the protocols to use the new protocol_manager_ apiGary Kramlich2021-03-021-3/+13
* Move the PurpleProtocolServer interface to its own file.Gary Kramlich2021-01-141-8/+21
* Add a wrapper around the mdns interface implementation.Elliott Sales de Andrade2020-12-311-4/+1
* Fix the PurpleProtocolClient interface and split it out to its own file.Gary Kramlich2020-12-031-4/+6
* Make PurpleProtocolIM a proper interfaceGary Kramlich2020-08-131-1/+1
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+8
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-1/+0
* Fix two warmings in bonjour.John Bailey2019-10-261-1/+1
* Rename Jabber to XMPP in Bonjour, as the official name is now XMPP and has beenJohn Bailey2019-10-241-12/+12
* Use GList functions instead of manual iterationsqarkai2019-10-131-7/+1
* update bonjour to just use purple.hGary Kramlich2019-09-281-7/+1
* Replace Purple type macros by GObject macros.Elliott Sales de Andrade2019-09-151-18/+25
* Rename *_TYPE_*_IFACE to more standard *_TYPE_*.Elliott Sales de Andrade2019-08-061-3/+3
* Rename *Iface to more standard names.Elliott Sales de Andrade2019-08-061-3/+3
* Merged in default (pull request #511)Gary Kramlich2019-07-101-0/+2
|\
| * Make PurpleXfer a derivable type and create subclasses in all the protocols t...Gary Kramlich2019-07-021-0/+2
* | Convert Bonjour server to GSocketService.Elliott Sales de Andrade2019-06-301-2/+0
|/
* Fix some const warnings.Elliott Sales de Andrade2019-03-311-1/+1
* Use G_DEFINE_TYPE_WITH_PRIVATE for Purple*Presence.Elliott Sales de Andrade2019-02-071-1/+1
* xfer: Rename PurpleProtocolXferInterface.send() to send_file()Mike Ruprecht2018-05-031-1/+1
* make sure all the PurpleProtocolXfer parameters are named prplxferGary Kramlich2017-11-261-1/+1
* A bunch more work on this, still have jabber to update and more unit tests to...Gary Kramlich2017-11-241-1/+1
* Update the PurpleProtocolXferInterface to pass around the interfance instance...Gary Kramlich2017-09-071-1/+1
* Initial attempt at removing the magic around PurpleProtocolXferInterfaceGary Kramlich2017-08-311-2/+2
* Remove purple_timeout_* function usageMike Ruprecht2017-06-151-1/+1
* Merge release-2.x.y into defaultdx2017-06-121-2/+2
|\
| * Replace strcmp() with purple_strequal()qarkai2017-03-241-2/+2
* | Merge 2.12.0 into defaultGary Kramlich2017-03-101-2/+1
|\ \ | |/
| * Replace instances of d.pidgin.im with developer.pidgin.im. Fixes #17036Gary Kramlich2016-06-061-1/+1
* | Fix win32 bonjour buildTomasz Wasilczyk2015-05-071-1/+1
* | Merged default branchAnkit Vani2014-05-241-136/+120
|\ \
| * \ Merged default branchAnkit Vani2014-05-201-1/+2
| |\ \