summaryrefslogtreecommitdiff
path: root/libpurple/protocols
Commit message (Expand)AuthorAgeFilesLines
* Silence some gadu-gadu warningsPaul Aurich2010-04-093-2/+6
* merge of '3faf92b97ba2188169812bc94d14f6311e75af0a'John Bailey2010-04-083-2/+12
|\
| * Actually write a truncated version of the password to the change passwordMark Doliner2010-04-061-1/+1
| * A revision to my previous commit.Mark Doliner2010-04-061-1/+2
| * Set file transfers to "completed" if the other user tells us they'veMark Doliner2010-04-062-1/+10
* | Rework the Yahoo auth16 sutff a bit such that we now retrieve and use theJohn Bailey2010-04-082-25/+95
* | Some debugging stuff intended to help me later.John Bailey2010-04-051-0/+5
|/
* Eliminate the name collisions on "Title". I have a few qualms:Paul Aurich2010-04-047-11/+12
* Trim some cruft.John Bailey2010-04-042-12/+0
* Small tweaks:John Bailey2010-04-041-1/+3
* Clarify an error condition I was able to duplicate reliably last night.John Bailey2010-04-031-3/+11
* jabber: Eliminate spurious warning when connecting to Facebook. Fixes #11320David Reiss2010-04-031-4/+6
* Some improvements to the new CS-via-HTTP stuff, sparked by Stu's suggestion toJohn Bailey2010-04-031-38/+30
* Properly use g_slist_free instead of g_free in this instance. Fixes #11605.J?rgen Orschiedt2010-04-021-1/+1
* Don't need these defines anymore.John Bailey2010-04-021-4/+2
* Ladies and gentlemen, I give you HTTP-based retrieval of the Yahoo CS serverJohn Bailey2010-04-024-28/+70
* jabber: Whoops. Nick changes are supposed to actually work...Paul Aurich2010-04-011-1/+1
* jabber: Plug some leaks and make the success case quieter.Paul Aurich2010-03-311-25/+23
* Fix two related on-disconnect double frees.Paul Aurich2010-03-282-0/+6
* Add LL suffix to 64-bit literal constants.Sadrul Habib Chowdhury2010-03-261-33/+33
* Kill a useless file.John Bailey2010-03-251-55/+0
* jabber: Cache incoming BoB object per JID (and local JID) instead of discardingMarcus Lundblad2010-03-233-81/+92
* jabber: Use a 129 byte buffer to fit the hex output of SHA-512 (including \0)Marcus Lundblad2010-03-221-1/+1
* jabber: Validate the hash on incoming BoB objects (in case the CID is on theMarcus Lundblad2010-03-2210-31/+99
* 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-213-59/+85
* merge of 'a663cae92ce00ce50ac2868604f04bf049599deb'Paul Aurich2010-03-2010-126/+142
|\
| * merge of '7f3cb48a71ecec4d9e56eb076e40289dede4ced5'Elliott Sales de Andrade2010-03-197-122/+121
| |\
| | * Don't try to convert the message in incoming auth requests. The oscarMark Doliner2010-03-181-11/+16
| | * Minor whitespace changesMark Doliner2010-03-181-12/+11
| | * Move a debug message. I'm assuming it's supposed to be related to thisMark Doliner2010-03-181-4/+5
| | * Fix some problems in the oscar code that deals with channel 2 icbms.Mark Doliner2010-03-181-29/+18
| | * Found a few more places that need to use 64 bit value for the capabilitiesMark Doliner2010-03-183-7/+8
| | * Change the oscar capabilities variable to be a guint64 everywhere insteadMark Doliner2010-03-186-62/+66
| * | jabber: Adjust amount of data to send in IBB packets so that at most block-sizeMarcus Lundblad2010-03-183-4/+21
| |/
* | jabber: Proper memory management (and fix a segfault) and whitespacePaul Aurich2010-03-201-8/+12
|/
* jabber: Fix two warnings (which didn't occur on OS X, oddly)Paul Aurich2010-03-171-2/+2
* jabber: Space efficiency.Paul Aurich2010-03-171-20/+18
* merge of 'eb8dcf86c2196901d8aaefeea8eb5954e767cc00'Paul Aurich2010-03-174-27/+65
|\
| * jabber: Clear the stream header when restarting a stream, and bePaul Aurich2010-03-123-3/+38
| * jabber: The parser is namespace-aware, so don't match on "stream:features".Paul Aurich2010-03-122-24/+27
* | Change our Yahoo! JAPAN version and version ID's to match the official Yahoo!John Bailey2010-03-161-2/+2
* | yahoo: fix decoding of P2P session_idAles Badea2010-03-132-2/+4
* | Document the code I just touched, and use a convenience variable in a coupleJohn Bailey2010-03-131-6/+6
* | Attempt to handle transparent proxies that return documents instead of errors.John Bailey2010-03-131-2/+4
|/
* jabber: Fix leaving the Resource blank in Finch, so it isn't '(null)'Sadrul Habib Chowdhury2010-03-121-1/+1
* Current versions of ICQ will happily scale down large icons to 100x100Mark Doliner2010-03-112-3/+1
* merge of '6817ea4fe4665527a9a8a2692277bce56463e9de'Elliott Sales de Andrade2010-03-1010-707/+942
|\
| * jabber: Connected again; checked section 5.4.5 of the bis.Paul Aurich2010-03-101-4/+2
| * jabber: This is more correct[er]Paul Aurich2010-03-091-1/+1