summaryrefslogtreecommitdiff
path: root/libpurple/protocols/jabber/data.c
Commit message (Expand)AuthorAgeFilesLines
* Merge release-2.x.y into defaultdx2017-06-121-1/+1
|\
| * Replace strcmp() with purple_strequal()qarkai2017-03-241-1/+1
* | Remove purple_base64_encode/decode() wrappersMike Ruprecht2017-06-011-2/+2
* | jabber: Port to use GChecksum instead of PurpleHashMike Ruprecht2016-09-291-5/+19
* | Fix summary description of these files.Mark Doliner2013-12-061-1/+1
* | Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* APIAnkit Vani2013-09-071-35/+35
* | Fix some debug log warnings, adjust verbosity levelTomasz Wasilczyk2013-08-161-2/+4
|/
* Remove trailing whitespaceRichard Laager2011-01-041-4/+4
* jabber: Fix a crash in the BoB code when receiving from Jabbim.Paul Aurich2010-06-171-1/+1
* jabber: Don't use a static array when it might not be sufficient.Paul Aurich2010-06-171-3/+5
* jabber: Oops, forgot to save the file before the last commit.Paul Aurich2010-06-171-1/+0
* jabber: Add a bunch of g_return_if_fail checks to the BoB codePaul Aurich2010-06-171-10/+52
* Fix license to refer to GPLv2 in a files...Marcus Lundblad2010-05-061-1/+4
* propagate from branch 'im.pidgin.pidgin' (head 1efbc2ffc89cf09b2de1b9a95be1c0...Marcus Lundblad2010-04-241-25/+23
|\
| * jabber: Plug some leaks and make the success case quieter.Paul Aurich2010-03-311-25/+23
* | Merge fixMarcus Lundblad2010-03-241-1/+0
* | propagate from branch 'im.pidgin.pidgin' (head d4fffd2ce6646a061fef3aa38fba94...Marcus Lundblad2010-03-241-6/+20
|\ \ | |/ |/|
| * Fixup mergeMarcus Lundblad2010-03-221-11/+0
| * propagate from branch 'im.pidgin.pidgin' (head f1c6e586e5c1d8616f85596f376c77...Marcus Lundblad2010-03-221-8/+32
| |\
| | * propagate from branch 'im.pidgin.pidgin' (head 5b6668335968198243739c453da58e...Marcus Lundblad2010-03-211-8/+21
| | |\
| | | * propagate from branch 'im.pidgin.pidgin' (head 2403e9d40e4adfb670121d30d6e9a3...Marcus Lundblad2010-03-211-1/+65
| | | |\
| | | * \ propagate from branch 'im.pidgin.pidgin' (head 5684cbe452f79eb2b96f221d37c1f8...Marcus Lundblad2010-03-091-1/+1
| | | |\ \
| | | * \ \ propagate from branch 'im.pidgin.pidgin' (head ac6acf2722f309aeb9182beddbee5d...Marcus Lundblad2009-11-291-8/+21
| | | |\ \ \
| | | | * \ \ propagate from branch 'im.pidgin.pidgin' (head 2fbf7a2c276b9145c7be58f1080c45...Marcus Lundblad2009-09-011-15/+28
| | | | |\ \ \
| | | | * \ \ \ propagate from branch 'im.pidgin.pidgin' (head 0ef9fdc2e151c38d9a60618016155b...Marcus Lundblad2009-08-241-1/+5
| | | | |\ \ \ \
| | | | * | | | | Change debug outputs to say "data object" instead of "smiley", since BoB is notMarcus Lundblad2009-07-041-6/+6
| | | | * | | | | Actually request the thumbnail when getting one in an offer.Marcus Lundblad2009-07-011-1/+0
| | | | * | | | | Added an "ephemeral" argument when creating local data objects (given a CID).Marcus Lundblad2009-06-291-1/+8
| | | | * | | | | Added a function to destroy JabberData instances.Marcus Lundblad2009-06-251-0/+6
| | | | * | | | | Allow the "alt" property on a Bits of Binary object to be NULL (do not storeMarcus Lundblad2009-06-251-1/+2
* | | | | | | | | jabber: Cache incoming BoB object per JID (and local JID) instead of discardingMarcus Lundblad2010-03-231-74/+82
|/ / / / / / / /
* | | | | | | | jabber: Validate the hash on incoming BoB objects (in case the CID is on theMarcus Lundblad2010-03-221-13/+74
|/ / / / / / /
* | | | | | | jabber: Ofcourse we should only associate non-ephemeral BoBs, not the otherMarcus Lundblad2010-03-211-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | jabber: Refactor BoB request code to reside inside data.cMarcus Lundblad2010-03-211-1/+65
| |_|_|_|/ |/| | | |
* | | | | jabber: Use the jabber-specific function that is guaranteed to always be SHA1Paul Aurich2010-03-081-1/+1
|/ / / /
* | | | Include 'internal.h' before all other headers to make some non-gcc compilers ...Paul Aurich2009-11-271-1/+2
* | | | jabber: Start putting all the namespaces in one location with consistent naming.Paul Aurich2009-11-261-3/+3
| |_|/ |/| |
* | | Eighth^WNinth time's the charm...Paul Aurich2009-08-311-1/+1
* | | Minor merge duplication.Paul Aurich2009-08-311-6/+1
* | | merge of 'f5c49596f57fc83dc46ab2d16a55561d871b3716'Paul Aurich2009-08-311-0/+7
|\ \ \
| * | | Don't crash when receiving an error iq response when trying fetch a customMarcus Lundblad2009-08-311-0/+7
| | |/ | |/|
* | | jabber: Stricter parsing of a BoB data stanzaPaul Aurich2009-08-311-15/+26
|/ /
* | Oops, Elliott correctly pointed out this was wrong...Paul Aurich2009-08-221-1/+1
* | Update various header copyrights thanks to licensecheck.Paul Aurich2009-08-221-0/+4
|/
* Remove trailing whitespace that has snuck in.Paul Aurich2009-05-221-1/+1
* propagate from branch 'im.pidgin.pidgin' (head beb862745aa7b61bf9942e731fdef0...Paul Aurich2009-04-051-0/+1
|\
| * propagate from branch 'im.pidgin.pidgin' (head b4bbfacd7f2050d87deeda12ea7bb3...Paul Aurich2009-03-071-0/+1
| |\
| | * Add more jabber plugin unloading functions to clean up more data structuresPaul Aurich2008-11-221-0/+1
* | | Gratuitous alphabetization of the IQ handlers (again!) and move the data hand...cpw.darkrain42.xmpp.iq-handlersPaul Aurich2009-04-051-0/+2
* | | propagate from branch 'im.pidgin.pidgin' (head b4bbfacd7f2050d87deeda12ea7bb3...Paul Aurich2009-03-071-9/+10
|\ \ \ | |/ / |/| |