summaryrefslogtreecommitdiff
path: root/libpurple
Commit message (Expand)AuthorAgeFilesLines
* Ignore short packets related to p2pv2.Elliott Sales de Andrade2010-12-271-3/+5
* Fix a crash on receiving a file with no preview that I just introducedElliott Sales de Andrade2010-12-191-0/+3
* Nick some TLV functions from AIM. I don't know if I need all of these,Elliott Sales de Andrade2010-12-173-0/+497
* Add functions for reading and writing a MsnFileContext which negatesElliott Sales de Andrade2010-12-175-44/+127
* Remove extra variables, and this sizeof() is wrong.Elliott Sales de Andrade2010-12-171-9/+6
* Change SLP P2P functions to use the new buffer access functionsElliott Sales de Andrade2010-12-175-66/+64
* Add some buffer reading/writing functions. I don't know if these areElliott Sales de Andrade2010-12-172-0/+222
* Restore the previous behavior (kind of) of falling back to the specifiedIvan Komarov2010-12-161-1/+15
* merge of 'ccda3dbc05e06a0e46b70b2c838759b4d2436d2c'Elliott Sales de Andrade2010-12-164-4/+13
|\
| * Add two new tests to purple_str_to_time(). The second currently fails, but i...Daniel Atallah2010-12-161-0/+2
| * Revert my revision 5cb940c7b127a1805dbba810482bbbde5452ac3cMark Doliner2010-12-151-1/+1
| * Process 422 (ERR_NOMOTD) as a valid replacement for an actual MOTDThijs Alkemade2010-12-152-3/+10
* | This function doesn't exist.Elliott Sales de Andrade2010-12-162-4/+0
* | Correct the ref counts on the SlpMsgParts. When it's removed from theElliott Sales de Andrade2010-12-162-1/+3
* | Use the unref functions everywhere, instead of destroy. I also removedElliott Sales de Andrade2010-12-1510-51/+9
* | Not that anyone uses this, but it should probably go in the user'sElliott Sales de Andrade2010-12-151-1/+1
* | I son't think we need this function anymore.Elliott Sales de Andrade2010-12-152-11/+0
* | Fix typoElliott Sales de Andrade2010-12-152-2/+2
* | Remove some old code.Elliott Sales de Andrade2010-12-154-74/+0
* | As Mark did before, we probably don't need a return value from theseElliott Sales de Andrade2010-12-157-27/+22
* | Fix a leak if an OIM SOAP request failed, probably due to the accountElliott Sales de Andrade2010-12-151-7/+3
|/
* Add the session user to the userlist. This reduces the amount ofElliott Sales de Andrade2010-12-102-8/+3
* Maybe I should actually put the fix in there too!Elliott Sales de Andrade2010-12-101-1/+1
* merge of '51169fe442036d286e193b9605b225e47faa1e00'Elliott Sales de Andrade2010-12-10449-40113/+32099
|\
| * jingle: termininate the sesion with reason unsupported-applications if we get...Marcus Lundblad2010-12-061-6/+12
| * Add account action to enable/disable connecting from multipleElliott Sales de Andrade2010-12-051-0/+65
| * Add the all-important contactInfo child.Elliott Sales de Andrade2010-12-051-0/+1
| * Replace the mpop account setting with a session boolean, because IElliott Sales de Andrade2010-12-055-6/+7
| * Add a function that allows annotating a contact through a SOAP call.Elliott Sales de Andrade2010-12-052-1/+127
| * Combine the encode_spaces function and the stuff for the display nameElliott Sales de Andrade2010-12-033-62/+59
| * Oops, this is the wrong limit.Elliott Sales de Andrade2010-12-031-2/+2
| * Disconnect other endpoints if the MPOP setting is disabled.Elliott Sales de Andrade2010-12-021-15/+29
| * Read the MPOP setting from the AB.Elliott Sales de Andrade2010-12-022-2/+26
| * Clear out the old list of endpoints when we receive a new one. ThisElliott Sales de Andrade2010-12-023-0/+25
| * I think we can save some memory by making these booleans into a singleElliott Sales de Andrade2010-12-021-4/+4
| * It doesn't seem like we use this kv value, so might as well save theElliott Sales de Andrade2010-12-023-8/+0
| * The PartnerScenario in the ABContactUpdate SOAP request shouldElliott Sales de Andrade2010-12-022-3/+9
| * Apparently, UBM was updated with more parameters in MSNp16. One isElliott Sales de Andrade2010-12-022-2/+8
| * Since my last change, it shouldn't matter whether this is an empty stringMark Doliner2010-12-021-1/+1
| * I tested with AIM 7.2.6.1 and ICQ 7.2 build 3159 and both of themMark Doliner2010-12-021-9/+6
| * Cast back and forth between int and pointer instead of putting pointersMark Doliner2010-11-291-31/+27
| * I prefer this syntax. Plus, it's slightly faster... right?Mark Doliner2010-11-291-2/+2
| * Suppress the "View Locations..." protocol action on MSN if we are notStu Tomlinson2010-11-291-4/+12
| * Add the HDN status to status parsing, which means invisible, but you'dElliott Sales de Andrade2010-11-281-0/+2
| * Stop escaping all characters in the display name. It's only necessaryElliott Sales de Andrade2010-11-281-13/+33
| * Fix the name of this flag.Elliott Sales de Andrade2010-11-284-4/+4
| * Correct parsing of multipart messages in purple_mim_document_parse,Jakub Adam2010-11-281-3/+32
| * Update internal/external libgadu to 1.9.0, except for some superfluousElliott Sales de Andrade2010-11-284-39/+68
| * Fix purple-remote on Python 2.6+.Ari Pollak2010-11-271-2/+3
| * These new files are missing GPL headers. And fix a couple incorrectElliott Sales de Andrade2010-11-2710-2/+194