summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Manually propagate the fix for CVE-2010-3711.soc.2010.msn-tlcJorge VillaseƱor2010-10-301-1/+1
* propagate from branch 'im.pidgin.pidgin' (head cd041b5b7ceb5ee924fb9b9986d744...Jorge Villase?or2010-10-2963-3089/+4089
|\
| * Normalize both passports before comparation. This fixes the bug that opens a ...Jorge Villase?or2010-09-221-3/+9
| * This function is now in slp.h, it doesnt need to be here.Jorge Villase?or2010-09-221-2/+0
| * This files doesn't exist anymore and the Makefile.mingw must be updated to re...Jorge Villase?or2010-09-191-2/+0
| * Enable MSNP16 since it looks quite stable now.Jorge Villase?or2010-09-191-2/+2
| * Fix the bug when a buddy is connected in different locations and a MUC opens ...Jorge Villase?or2010-09-181-1/+1
| * Fix a crash when we want to remove a user that is not in the switchboard.Jorge Villase?or2010-09-181-1/+4
| * propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head b639ee32626228584d...Jorge Villase?or2010-09-1554-2312/+2977
| |\
| | * ref_count is an intMark Doliner2010-08-101-2/+2
| | * Fix a warning about the size of the flags and avoi displaying trialing 0 tha...Jorge Villase?or2010-08-061-1/+1
| | * Use the documented enum flag instead of a magic number.Jorge Villase?or2010-08-061-1/+1
| | * Get rid of the Flags field in the SlpMessage in favor of the one in the Header.Jorge Villase?or2010-08-065-22/+20
| | * Use the flag util function here too.Jorge Villase?or2010-08-051-3/+1
| | * Avoid duplicated code using a util function to check the flags.Jorge Villase?or2010-08-054-18/+18
| | * Get rid of the ack_size field in the SlpMessage in favor of the one in the He...Jorge Villase?or2010-08-053-10/+1
| | * Get rid of the ack_sub_id field in the SlpMessage in favor of the one in the ...Jorge Villase?or2010-08-053-4/+1
| | * Fix a warning caused because slpmsg->buffer is unsigned and the function spec...Jorge Villase?or2010-08-051-1/+1
| | * Get rid of the ack_id field in the SlpMessage in favor of the one in the Header.Jorge Villase?or2010-08-053-4/+1
| | * Get rid of the offset field in the SlpMessage in favor of the one in the Header.Jorge Villase?or2010-08-054-10/+9
| | * Use the SlpMessage header offset only instead of it and the one on the SlpMes...Jorge Villase?or2010-08-042-7/+6
| | * Don't destroy our local object storing the display picture when a NLN command...Jorge Villase?or2010-08-023-2/+4
| | * Add DC packet lenght when creating the SlpPart.Jorge Villase?or2010-07-301-1/+1
| | * Split a little more msn_slplink_process_msg. I think this way is easier to read.Jorge Villase?or2010-07-291-21/+24
| | * Process SlpMessageParts, a sequence of parts will generate a SlpMessage.Jorge Villase?or2010-07-294-18/+19
| | * Split msn_slplink_process_msg in three smaller functions.Jorge Villase?or2010-07-281-102/+113
| | * Fix a warning about a static function.Jorge Villase?or2010-07-281-1/+1
| | * Remove session_id from SlpMsg and use the one from the header.Jorge Villase?or2010-07-214-13/+10
| | * propagate from branch 'im.pidgin.pidgin' (head a46b07196e3eee4af2d06fd1ae2990...Jorge Villase?or2010-07-1961-2949/+3919
| | |\
| | | * propagate from branch 'im.pidgin.pidgin' (head 7f787c10709393e6b9c4495676f42b...Jorge Villase?or2010-07-1961-2949/+3919
| | | |\
| | | | * Do not send the extended caps when using msnp < 16.Jorge Villase?or2010-07-071-1/+4
| | | | * Disable MSNP16 until we have a stable SLP connection with P2Pv1 headers, then...Jorge Villase?or2010-07-071-2/+2
| | | | * A Message may not have a part, use destroy which return silently when part =...Jorge Villase?or2010-07-071-1/+1
| | | | * Add a ref to the part at sbconn and add some debug output.Jorge Villase?or2010-07-072-1/+8
| | | | * Fix some field sizes in P2Pv2 header.Jorge Villase?or2010-07-071-2/+2
| | | | * Add support to ref/unref SlpMessageParts.Jorge Villase?or2010-07-064-3/+39
| | | | * Set the correct length of the data before calling the function to process it.Jorge Villase?or2010-07-062-5/+6
| | | | * Print SLP data as text if it's a negociating session message.Jorge Villase?or2010-07-061-2/+12
| | | | * Documetn P2P Application ID in a enum and use it instead of 'magic numbers'.Jorge Villase?or2010-07-055-4/+13
| | | | * Properly set the body_len of the SlpMessagePart, this set correctly the foote...Jorge Villase?or2010-07-051-1/+1
| | | | * Remove the header and footer from the length of the mesage.Jorge Villase?or2010-07-051-0/+3
| | | | * Add some more flag definitions to the p2p flags.Jorge Villase?or2010-07-051-0/+4
| | | | * Update tmp pointer after reading the header.Jorge Villase?or2010-07-031-0/+1
| | | | * Add initial P2Pv2 header definition.Jorge Villase?or2010-07-031-0/+9
| | | | * Send buffer data when the message is not a xfer.Jorge Villase?or2010-07-011-1/+1
| | | | * Use the real ack callback.Jorge Villase?or2010-07-011-2/+2
| | | | * Add a function that will help debug of SlpMessages.Jorge Villase?or2010-06-302-0/+34
| | | | * Move queue logic in requesting user display out of slp code.Jorge Villase?or2010-06-295-140/+144
| | | | * Remove this prototipe and make the function static since it is not exposed an...Jorge Villase?or2010-06-292-3/+1
| | | | * Move slp parsing and answering code down the stack to SlpCall. This simplify ...Jorge Villase?or2010-06-292-853/+857