summaryrefslogtreecommitdiff
path: root/libpurple/protocols
Commit message (Expand)AuthorAgeFilesLines
...
* IRCv3: Add detail to the ack and nak signals for PurpleIRCv3CapabilitiesGary Kramlich2023-01-292-9/+6
* Make PurpleIRCv3Connection DerivableGary Kramlich2023-01-202-50/+95
* Support gsasl version 1.10.0 as fedora and openbsd don't have 2.0.0Gary Kramlich2023-01-171-5/+8
* Create new conversation when activating users in the new contact listGary Kramlich2023-01-171-2/+0
* Implement SASL for IRCv3 using GSASLGary Kramlich2023-01-178-3/+787
* Add a registered property to PurpleIRCv3ConnectionGary Kramlich2023-01-132-0/+41
* Install the Demo Protocol PluginGary Kramlich2023-01-131-1/+1
* Replace the account-actions-changed signal with an actions-changed signal on ...Gary Kramlich2023-01-062-3/+7
* Add an atomic reference counters to the IRCv3 capabilities to track when we'r...Gary Kramlich2023-01-052-2/+51
* Simplify hash tables that are used as setsElliott Sales de Andrade2023-01-052-10/+6
* Add a connection parameter to the PurpleProtocolActions.get_menu virtual func...Gary Kramlich2023-01-054-4/+10
* Don't unref the an object we don't own a reference toGary Kramlich2023-01-051-1/+5
* Make purple_ircv3_connection_writef publicGary Kramlich2023-01-032-2/+16
* Update the demo protocol plugin to use the new create_connection virtual methodGary Kramlich2023-01-035-10/+137
* Remove an unused function declaration from IRCv3Gary Kramlich2023-01-031-2/+0
* xmpp: Stop tracking user directoriesElliott Sales de Andrade2023-01-023-5/+0
* Remove the user search from XMPPGary Kramlich2023-01-023-374/+0
* Replace all of the deprecated account api in Gadu GaduGary Kramlich2022-12-1410-45/+89
* Update the jabber plugin to not use the deprecated account apiGary Kramlich2022-12-146-12/+27
* Update all protocol except gg and xmpp for the account api deprecationsGary Kramlich2022-12-148-18/+35
* Bump C standard to C99 for Facebook protocol and fix warningsElliott Sales de Andrade2022-12-127-50/+72
* Bump C standard to C99 for Demo protocol and fix warningsElliott Sales de Andrade2022-12-127-16/+18
* Bump C standard to C99 for XMPP and fix warningsElliott Sales de Andrade2022-12-1237-394/+571
* Bump C standard to C99 for Bonjour and fix warningsElliott Sales de Andrade2022-12-128-95/+146
* Remove the privacy apiGary Kramlich2022-12-053-44/+10
* Add support for CAP NEW and CAP DELGary Kramlich2022-12-051-16/+114
* Add support for server passwords to the IRCv3 protocol pluginGary Kramlich2022-12-022-0/+18
* Various clean ups to the IRCv3 connection processGary Kramlich2022-12-024-10/+94
* Fix a compilation error on windows and many warningsGary Kramlich2022-12-011-0/+8
* Create PurpleIRCv3Capabilities for managing capabilities for each connectionGary Kramlich2022-11-299-122/+565
* Split PurpleContactInfo out of PurpleContactGary Kramlich2022-11-281-1/+1
* Set the C standard to C99 and set warning_level to 2 for the IRCv3 Protocol P...Gary Kramlich2022-11-267-19/+30
* Remove purple_markup_escape_textGary Kramlich2022-11-253-3/+3
* Unescape tag values in IRCv3Gary Kramlich2022-11-222-17/+46
* Fix the G_DEFINE_DYNAMIC_TYPE_EXTENDED macro for the IRCv3 pluginGary Kramlich2022-11-181-1/+1
* Inline purple_serv_get_info and purple_serv_set_infoGary Kramlich2022-11-181-1/+6
* Remove soupcompat.h since we require libsoup3 nowGary Kramlich2022-11-1611-13/+2
* Implement sending im's for IRCv3Gary Kramlich2022-11-165-8/+96
* Remove the Sametime protocol pluginGary Kramlich2022-11-1220-6943/+0
* Remove the Novell GroupWise protocol pluginGary Kramlich2022-11-1231-13414/+0
* Clean up the G_DEFINE_DYNAMIC_TYPE definitions for protocolsGary Kramlich2022-11-118-142/+120
* Don't include the Facebook protocol plugin's resource in its gir fileGary Kramlich2022-11-081-2/+5
* Remove purple_account_request_addGary Kramlich2022-11-081-5/+12
* Remove the ability to register new accounts.Gary Kramlich2022-11-074-510/+1
* Remove colons from chat entry namesElliott Sales de Andrade2022-11-074-8/+8
* Take advantage of f-strings in MesonElliott Sales de Andrade2022-11-043-7/+5
* Build against libsoup3 by defaultElliott Sales de Andrade2022-11-041-1/+1
* Port the rest of gg to libsoup3Elliott Sales de Andrade2022-11-041-60/+360
* Fix string size specifier in debug printsElliott Sales de Andrade2022-11-043-5/+5
* Remove last unused argument in purple_util_format_song_infoElliott Sales de Andrade2022-11-041-2/+2