log

age author description
2010-08-05 masca Get rid of the ack_id field in the SlpMessage in favor of the one in the Header.
2010-08-05 masca Get rid of the offset field in the SlpMessage in favor of the one in the Header.
2010-08-04 masca Use the SlpMessage header offset only instead of it and the one on the SlpMessage when sending it. This fixes sending big data which needs to be split in multiple messages.
2010-08-02 masca Don't destroy our local object storing the display picture when a NLN command show us the same MsnObject.
2010-07-30 masca Add DC packet lenght when creating the SlpPart.
2010-07-29 masca Split a little more msn_slplink_process_msg. I think this way is easier to read.
2010-07-29 masca Process SlpMessageParts, a sequence of parts will generate a SlpMessage.
2010-07-28 masca Split msn_slplink_process_msg in three smaller functions.
2010-07-28 masca Fix a warning about a static function.
2010-07-21 masca Remove session_id from SlpMsg and use the one from the header.
2010-07-19 masca propagate from branch 'im.pidgin.pidgin' (head 07d0765c444a097af45c2650f54323afb900a07b)
2010-07-19 masca propagate from branch 'im.pidgin.pidgin' (head 51236278b5344e58692ae671bd25a862058432da)
2010-07-07 masca Do not send the extended caps when using msnp < 16.
2010-07-07 masca Disable MSNP16 until we have a stable SLP connection with P2Pv1 headers, then start the SLP migration to MSNP16 and P2Pv2.
2010-07-07 masca A Message may not have a part, use destroy which return silently when part == NULL instead of asserting.