summaryrefslogtreecommitdiff
path: root/libpurple
Commit message (Expand)AuthorAgeFilesLines
* Convert PurpleRequestField into a GObjectElliott Sales de Andrade2023-03-067-322/+883
* Fix typo in request field getterElliott Sales de Andrade2023-03-052-3/+3
* Split PurpleRequestFields into its own filesElliott Sales de Andrade2023-03-055-518/+589
* De-constify PurpleRequestFieldElliott Sales de Andrade2023-03-052-109/+67
* Split PurpleRequestFieldGroup into its own filesElliott Sales de Andrade2023-03-056-191/+300
* Remove our stun codeGary Kramlich2023-03-045-608/+3
* Split PurpleRequestField into its own filesElliott Sales de Andrade2023-03-046-2202/+2300
* Remove autosensitivity from request fieldElliott Sales de Andrade2023-03-042-115/+0
* Propagate the notify signal for the Presence object on a ContactInfoGary Kramlich2023-03-032-0/+105
* Add membership management to PurpleConversationGary Kramlich2023-03-034-52/+541
* Add PurpleTypingState and add it as a property to PurpleConversationMemberGary Kramlich2023-03-035-0/+244
* Use RcBox for PurpleRequestCommonParametersElliott Sales de Andrade2023-03-032-18/+15
* IRC: Port the old IRC plugin to HASLGary Kramlich2023-02-284-309/+76
* Fix leaks in requestsElliott Sales de Andrade2023-02-282-12/+9
* Fix leaks when loading accountsElliott Sales de Andrade2023-02-282-2/+7
* Remove Cyrus SASL from XMPPGary Kramlich2023-02-286-798/+1
* Add demo of requests API to demo protocolElliott Sales de Andrade2023-02-261-34/+600
* Remove unused quitting signalElliott Sales de Andrade2023-02-251-5/+0
* Update the libpurple tests for the warning level 2 updateGary Kramlich2023-02-237-62/+76
* Add a unit test to make sure the IRCv3 parser propagates errors to the callerGary Kramlich2023-02-231-1/+42
* Make the gadu gadu protocol plugin clean for warning level 2Gary Kramlich2023-02-2313-85/+126
* Make the irc protocol plugin clean for warning-level 2Gary Kramlich2023-02-235-130/+286
* IRCv3: Port to our new SASL library named HaslGary Kramlich2023-02-233-225/+58
* Add PurpleConversationMember to link a PurpleContactInfo to a PurpleConversationGary Kramlich2023-02-235-0/+369
* Add an error property to PurpleMessageGary Kramlich2023-02-234-0/+176
* Create the PurplePresencePrimitive enumerationGary Kramlich2023-02-222-0/+34
* Mark unused parameters as such for all of the purple pluginsGary Kramlich2023-02-2210-69/+87
* fix memory leaks in purple_messageMarkus Fischer2023-02-221-0/+1
* Set our global C standard to C17 and warning_level to 2Gary Kramlich2023-02-217-14/+7
* Convert idle_time in PurplePresence to GDateTimeGary Kramlich2023-02-2010-77/+132
* Remove conversation's internal history api as it will be replace by the new h...Gary Kramlich2023-02-202-56/+0
* Mark a number of unused parameters as suchGary Kramlich2023-02-191-1/+4
* Remove the unit test checking if purple_contact_info_matches can match an idGary Kramlich2023-02-191-11/+0
* fix memory leak in purple_contact_infoMarkus Fischer2023-02-171-0/+1
* Add purple_strmatches and move purple_person_matches and purple_contact_info_...Gary Kramlich2023-02-177-10/+163
* Add search support to the contact listGary Kramlich2023-02-176-1/+255
* XMPP: Remove STUN lookupsGary Kramlich2023-02-174-101/+21
* fix memory leaks in jabber testsMarkus Fischer2023-02-175-3/+24
* IRCv3: Add support for the msgid specificationGary Kramlich2023-02-163-4/+43
* IRCv3: Negotiate the message-tags capability and make sure our regex matches ...Gary Kramlich2023-02-165-8/+144
* Add a property and accessor for getting the avatar to display for a PurplePersonGary Kramlich2023-02-103-1/+118
* Add a name-for-display property to PurplePersonGary Kramlich2023-02-103-9/+129
* Add read-only properties for primitive and message to PurplePresenceGary Kramlich2023-02-104-3/+222
* Export Account::errorGary Kramlich2023-02-085-65/+65
* Add a PurpleAccount parameter to the PurpleMessage constructorsGary Kramlich2023-02-0810-22/+45
* Remove the account lookup on account newGary Kramlich2023-02-081-13/+1
* IRCv3: Make sure we can compile against old versions of GsaslGary Kramlich2023-02-081-0/+8
* IRCv3: Get SCRAM-SHA-256 workingGary Kramlich2023-02-081-16/+39
* IRCv3: Add an account option to specify the SASL mechanismsGary Kramlich2023-02-082-5/+15
* IRCv3: Add a basic README.mdGary Kramlich2023-01-291-0/+20