2010-11-02 |
Paul Aurich |
merge of '837b54a614756c96003b17bffd4864c0e86d651f'
|
2010-11-02 |
Paul Aurich |
merge of 'a620b30d584e5cb6309f10afa12d79f6b5f0a9b2'
|
2010-11-01 |
ivan komarov |
Removed unhelpful warning.
|
2010-11-01 |
ivan komarov |
Continuing Daniel's quest for safety in Pidginland (see b01c2771dfe0c2c521afb1699a3a9c509c12567d).
|
2010-11-01 |
eion |
jabber: Add abstraction functions for adding/removing auth mechs. Closes #12715
|
2010-11-01 |
Daniel Atallah |
A gboolean doesn't need to be '1' to be TRUE. This is safer.
|
2010-11-01 |
Mark Doliner |
Remove unneeded returns
|
2010-11-01 |
John Bailey |
Better phrasing for Masca's ChangeLog entries.
|
2010-11-01 |
ivan komarov |
merge of 'a05232ffa430529ccf3e31b0b2006324a28ef9bd'
|
2010-11-01 |
masca |
Add some stuff to Changelog and NEWS.
|
2010-11-01 |
masca |
propagate from branch 'im.pidgin.soc.2010.msn-tlc' (head f9e92250cfa7d84022736153e2c970889805aaab)
|
2010-10-30 |
masca |
Manually propagate the fix for CVE-2010-3711.
|
2010-10-29 |
masca |
propagate from branch 'im.pidgin.pidgin' (head aa3b95627ddc76842b7b33f30bce406d7a689dd8)
|
2010-09-22 |
masca |
Normalize both passports before comparation. This fixes the bug that opens a MUC with a buddy that is logged in on mutiple endpoints.
|
2010-09-22 |
masca |
This function is now in slp.h, it doesnt need to be here.
|
2010-09-19 |
masca |
This files doesn't exist anymore and the Makefile.mingw must be updated to reflect the change. Thanks to Andrea Visioni for the patch.
|
2010-09-19 |
masca |
Enable MSNP16 since it looks quite stable now.
|
2010-09-18 |
masca |
Fix the bug when a buddy is connected in different locations and a MUC opens and add both locations as different buddies.
|
2010-09-18 |
masca |
Fix a crash when we want to remove a user that is not in the switchboard.
|
2010-09-15 |
masca |
propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head a27b68b2e6653e6b96aa0279bd649181c89b20ed)
|
2010-09-11 |
masca |
propagate from branch 'im.pidgin.pidgin' (head fabc09bf724818b9b50e1c41d4afd6549f298c05)
|
2010-08-01 |
Elliott Sales de Andrade |
applied changes from cc2567c1558bffb058fda6a6319faf70206a8c34
|
2010-07-31 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 5b9ae21a0927d9a160964bfb1cad7a43253fba0d)
|
2010-08-10 |
Mark Doliner |
ref_count is an int
|
2010-08-06 |
masca |
Fix a warning about the size of the flags and avoi displaying trialing 0 that will not be used.
|
2010-08-06 |
masca |
Use the documented enum flag instead of a magic number.
|
2010-08-06 |
masca |
Get rid of the Flags field in the SlpMessage in favor of the one in the Header.
|
2010-08-05 |
masca |
Use the flag util function here too.
|
2010-08-05 |
masca |
Avoid duplicated code using a util function to check the flags.
|
2010-08-05 |
masca |
Get rid of the ack_size field in the SlpMessage in favor of the one in the Header. And do nothing if the released SlpMessage is an ACK or a 100 (DC Handshake).
|
2010-08-05 |
masca |
Get rid of the ack_sub_id field in the SlpMessage in favor of the one in the Header.
|
2010-08-05 |
masca |
Fix a warning caused because slpmsg->buffer is unsigned and the function spect a gchar pointer. I don't think this can harm in any way.
|
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.
|
2010-07-07 |
masca |
Add a ref to the part at sbconn and add some debug output.
|
2010-07-07 |
masca |
Fix some field sizes in P2Pv2 header.
|
2010-07-06 |
masca |
Add support to ref/unref SlpMessageParts.
|
2010-07-06 |
masca |
Set the correct length of the data before calling the function to process it.
|
2010-07-06 |
masca |
Print SLP data as text if it's a negociating session message.
|
2010-07-05 |
masca |
Documetn P2P Application ID in a enum and use it instead of 'magic numbers'.
|
2010-07-05 |
masca |
Properly set the body_len of the SlpMessagePart, this set correctly the footer value.
|
2010-07-05 |
masca |
Remove the header and footer from the length of the mesage.
|
2010-07-05 |
masca |
Add some more flag definitions to the p2p flags.
|
2010-07-03 |
masca |
Update tmp pointer after reading the header.
|
2010-07-03 |
masca |
Add initial P2Pv2 header definition.
|
2010-07-01 |
masca |
Send buffer data when the message is not a xfer.
|
2010-07-01 |
masca |
Use the real ack callback.
|
2010-06-30 |
masca |
Add a function that will help debug of SlpMessages.
|
2010-06-29 |
masca |
Move queue logic in requesting user display out of slp code.
|
2010-06-29 |
masca |
Remove this prototipe and make the function static since it is not exposed anymore.
|
2010-06-29 |
masca |
Move slp parsing and answering code down the stack to SlpCall. This simplify a lot slp.c.
|
2010-06-29 |
masca |
Move msn_xfer code to it's own module aiming to simplify slp code.
|
2010-06-24 |
masca |
Move file request up in the stack.
|
2010-06-24 |
masca |
Hide msn_slplink_destroy and use the unref version everywhere.
|
2010-06-23 |
masca |
Remove unneeded include.
|
2010-06-23 |
masca |
Remove all unneeded MsnMessage related code that was replaced by SlpParts.
|
2010-06-22 |
masca |
Remove uneeded include.
|
2010-06-22 |
masca |
Fix debug_*_to_file to process SlpMessages instead of MsnMessages.
|
2010-06-22 |
masca |
Remove msgs list from SlpMessage.
|
2010-06-22 |
masca |
Destroying Parts return silently when it's passed a NULL pointer.
|
2010-06-22 |
masca |
Destroy Parts when the SlpMessage is destroyed.
|
2010-06-22 |
masca |
Fix typo.
|
2010-06-22 |
masca |
Destroy Part when the Message is destroyed.
|
2010-06-22 |
masca |
Prevent a crash, this should never happen. It needs a little more work before being fixed.
|
2010-06-21 |
masca |
Fix a bad behavior when talking with users using multiple locations. The
|
2010-06-19 |
masca |
Fix integration between Switchboard and SBConn. by setting public some functions on both sides. Regresion introduced in 99802eb80a7acd
|
2010-06-19 |
masca |
Move an user utility function to User.
|
2010-06-19 |
masca |
Fix a missing semicolon.
|
2010-06-19 |
masca |
Move sending messages via SB to SBConn.
|
2010-06-19 |
masca |
Move this function definitions where they belong.
|
2010-06-19 |
masca |
MsnMessage is not needed anymore by SlpMessage.
|
2010-06-19 |
masca |
Move MsnMessage callbacks to msn.c instead of polluting everywhere.
|
2010-06-19 |
masca |
This header is needed to know the max size of a part.
|
2010-06-19 |
masca |
Avoid magic numbers.
|
2010-06-19 |
masca |
Move Switchboard callbacks out of Slp code.
|
2010-06-19 |
masca |
Remove the MsnMessage from SlpMessage.
|
2010-06-17 |
masca |
Remove msn.h dependency from DirectConn.
|
2010-06-17 |
masca |
Fix slp.h headers so it have anything it needs on its own.
|
2010-06-17 |
masca |
Reomove MsnMessage reference from DirectConn.
|
2010-06-17 |
masca |
This bit must be migrated too.
|
2010-06-16 |
masca |
Msg->slpmsg is not valid anymore, use part.
|
2010-06-16 |
masca |
SlpLink must not use MsnMessages but SlpMessageParts, so migrate code to use SlpMessagePart API.
|
2010-06-16 |
masca |
Migrate MsnMessage code to use Parts instead of the whole SlpMessage.
|
2010-06-16 |
masca |
Add support for Parts in the MsnSlpMessages and MsnMessages structs.
|
2010-06-16 |
masca |
Add a P2PFooter size define.
|
2010-06-16 |
masca |
Add support in SBConn to send parts instead of messages.
|
2010-06-16 |
masca |
Add a function that enqueue a Part instead of a Message since directconn does not sends messages.
|
2010-06-16 |
masca |
Introduce SlpMessagePart, It will replace MsnMessage in every Slp related code so MsnMessage just get used where it makes sense, in the Switchboard.
|
2010-06-15 |
masca |
Manage sending messages trough switchboard in sbconn.
|
2010-06-15 |
masca |
Document SlpMessage size limits.
|
2010-06-15 |
masca |
Move MsnMessage stuff out of slplink to SBConn.
|
2010-06-12 |
masca |
Use better function names.
|
2010-06-12 |
masca |
Move more SlpMessage creation to its module.
|
2010-06-10 |
masca |
The creation of SlpMessage must be done in its own module.
|
2010-06-10 |
masca |
Since we can create a SlpMessage without a SlpLink, add a function to relate them post-creation.
|
2010-06-09 |
masca |
Avoid magic numbers.
|
2010-06-09 |
masca |
Remove replaced code.
|
2010-06-09 |
masca |
The include is needed here.
|
2010-06-08 |
masca |
Use slp parse code that was just moved to SlpMessage since it belongs there
|
2010-06-08 |
masca |
Drop slp header and footer from MsnMessage in favor of MsnSlpMessage->header and footer.
|
2010-06-08 |
masca |
Add SlpMessage parser and serializer functions to SlpMessage module.
|
2010-06-08 |
masca |
Add P2PFooter helper functions.
|
2010-06-08 |
masca |
Allow temporary SlpMessages so we can get slp specific code from MsnMessage.
|
2010-06-08 |
masca |
This bits belong to SlpMessage, lets handle here, also I think it's easier to manage this bits being a pointer.
|
2010-06-06 |
masca |
merge of '5af6a35c4c39341b79cc8d61c700da2b874b9b6b'
|
2010-06-02 |
masca |
propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head 49bf2f5880edfe6f07decbf14418f2032ba59ad0)
|
2010-06-02 |
masca |
propagate from branch 'im.pidgin.pidgin' (head a16b83242562658cc9f08739aedaa0a4b621077a)
|