Mercurial > pidgin.yaz
graph
-
This function is now in slp.h, it doesnt need to be here.2010-09-22, by masca
-
Enable MSNP16 since it looks quite stable now.2010-09-19, by masca
-
Fix a crash when we want to remove a user that is not in the switchboard.2010-09-18, by masca
-
applied changes from cc2567c1558bffb058fda6a6319faf70206a8c342010-08-01, by Elliott Sales de Andrade
-
propagate from branch 'im.pidgin.pidgin' (head 5b9ae21a0927d9a160964bfb1cad7a43253fba0d)2010-07-31, by Elliott Sales de Andrade
-
ref_count is an int2010-08-10, by Mark Doliner
-
Use the documented enum flag instead of a magic number.2010-08-06, by masca
-
Get rid of the Flags field in the SlpMessage in favor of the one in the Header.2010-08-06, by masca
-
Use the flag util function here too.2010-08-05, by masca
-
Avoid duplicated code using a util function to check the flags.2010-08-05, by masca
-
Get rid of the ack_sub_id field in the SlpMessage in favor of the one in the Header.2010-08-05, by masca
-
Get rid of the ack_id field in the SlpMessage in favor of the one in the Header.2010-08-05, by masca
-
Get rid of the offset field in the SlpMessage in favor of the one in the Header.2010-08-05, by masca
-
Add DC packet lenght when creating the SlpPart.2010-07-30, by masca
-
Split a little more msn_slplink_process_msg. I think this way is easier to read.2010-07-29, by masca
-
Process SlpMessageParts, a sequence of parts will generate a SlpMessage.2010-07-29, by masca
-
Split msn_slplink_process_msg in three smaller functions.2010-07-28, by masca
-
Fix a warning about a static function.2010-07-28, by masca
-
Remove session_id from SlpMsg and use the one from the header.2010-07-21, by masca
-
Do not send the extended caps when using msnp < 16.2010-07-07, by masca
-
Add a ref to the part at sbconn and add some debug output.2010-07-07, by masca
-
Fix some field sizes in P2Pv2 header.2010-07-07, by masca
-
Add support to ref/unref SlpMessageParts.2010-07-06, by masca
-
Set the correct length of the data before calling the function to process it.2010-07-06, by masca
-
Print SLP data as text if it's a negociating session message.2010-07-06, by masca
-
Documetn P2P Application ID in a enum and use it instead of 'magic numbers'.2010-07-05, by masca
-
Remove the header and footer from the length of the mesage.2010-07-05, by masca
-
Add some more flag definitions to the p2p flags.2010-07-05, by masca
-
Update tmp pointer after reading the header.2010-07-03, by masca
-
Add initial P2Pv2 header definition.2010-07-03, by masca
-
Send buffer data when the message is not a xfer.2010-07-01, by masca
-
Use the real ack callback.2010-07-01, by masca
-
Add a function that will help debug of SlpMessages.2010-06-30, by masca