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)
|
2010-06-05 |
masca |
Fix logic error as pointed out by Elliot.
|
2010-06-05 |
masca |
Use p2p functions in directconn too.
|
2010-06-04 |
masca |
This include is needed here.
|
2010-06-04 |
masca |
Use convenient p2p functions to avoid code here. There is a lot more code duplication to fix here.
|
2010-06-04 |
masca |
This one is not needed here.
|
2010-06-04 |
masca |
Oops, forgot to save before commiting.
|
2010-06-03 |
masca |
Add the new module to Makefiles.
|
2010-06-03 |
masca |
Fix a warning.
|
2010-06-03 |
masca |
Move parsing of the p2p header to p2p to avoid duplicated code.
|
2010-06-03 |
masca |
Drop Binary from the struct name.
|
2010-06-03 |
masca |
Drop MsnSlpFooter in favor of MsnP2pFooter.
|
2010-06-03 |
masca |
Drop MsnSlpHeader in favor of MsnP2pBinaryHeader.
|
2010-06-03 |
masca |
Chang member name so it is compatible with MsnSlpHeader struct names.
|
2010-06-03 |
masca |
Actually add the new file.
|
2010-06-03 |
masca |
Start moving p2p specific code to its own module.
|
2010-06-02 |
masca |
Cleanup notification.c includes
|
2010-06-02 |
masca |
Replace magic numbers with the enumed SlpHeaderFlag.
|
2010-06-02 |
masca |
Document Flag field in the Slp binary header.
|
2010-05-28 |
masca |
Include internal.h on each c file to avoid windows breakage as recommended by Daniel.
|
2010-05-28 |
masca |
Add internal here so it brings config.h that make it possible to load the plugin. Fixes a regresion introduced in 7ab10ac51ae5537fc0c3eeca18c24dcadf63728f.
|
2010-05-28 |
masca |
ft.h is not needed in the headers.
|
2010-05-28 |
masca |
Switchboard: move this includes to the c file.
|
2010-05-28 |
masca |
Switchboard includes cleanup.
|
2010-05-28 |
masca |
A little header cleanup.
|
2010-05-28 |
masca |
This include of internal maybe is needed on proxy.h because not having it causes error on it.
|
2010-05-28 |
masca |
Remove unused includes.
|
2010-05-28 |
masca |
Notification needs the userlist.
|
2010-05-28 |
masca |
Nexus needs internal too.
|
2010-05-28 |
masca |
I guess we like better to include internal than stdio.h.
|
2010-05-28 |
masca |
Nobody needs sslcon here, remove it.
|
2010-05-28 |
masca |
Replace servconn.h with session.h because it's the one needed here.
|
2010-05-28 |
masca |
msn_email_is_valid looks a lot like a util function, move it there.
|
2010-05-28 |
masca |
This enum looks like userlist related, move it there.
|
2010-05-28 |
masca |
This ones are not needed.
|
2010-05-28 |
masca |
Remove unnecesary includes from msn.h.
|
2010-05-27 |
masca |
Remove msn_user_destroy in favor of msn_user_unref.
|
2010-05-26 |
masca |
Manage switchboards with users not on our list.
|
2010-05-26 |
masca |
Make this bits consistent with the whole file.
|
2010-05-26 |
masca |
Add ref/unref support to MsnUser.
|
2010-05-26 |
masca |
propagate from branch 'im.pidgin.cpw.qulogic.msnp16' (head 6f45ed65a9417053e242214f5c2bc51028f8e01f)
|
2010-05-26 |
masca |
propagate from branch 'im.pidgin.pidgin' (head fcd99a6bb8c6362d64f295a1b95a5b1130460b85)
|
2010-05-22 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head cd770a44f05f96d1e74ea761e614d1a468ba60df)
|
2010-05-26 |
masca |
Don't treat messages got from ourself from a switchboard like a new message. This fixes the multiple conversation open with ourself.
|
2010-05-25 |
masca |
Switchboard->users is now a list of MsnUsers which is a lot more useful and it is already allocated.
|
2010-05-25 |
masca |
Oops, this one needed to be changed too.
|
2010-05-15 |
masca |
This are MsnUser functions, move them there.
|
2010-05-10 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head f6cdf8776559775f9a4a72563e69741e139518bd)
|
2010-04-23 |
Mark Doliner |
Need to add back this g_free.
|
2010-04-23 |
Mark Doliner |
Use a linked list to store MsnUserEndpoints instead of a hash table.
|
2010-04-22 |
Mark Doliner |
Give the Set Friendly Name window a better title
|
2010-04-22 |
Mark Doliner |
Don't hardcode "Pidgin" as the name of this endpoint. Instead, grab the
|
2010-04-22 |
Mark Doliner |
MsnUserEndpoint->id isn't actually used, so let's not store it in the
|
2010-04-22 |
Mark Doliner |
Remove an unnecessary forward declaration
|
2010-04-22 |
Mark Doliner |
MSN's dialog.c was removed
|
2010-04-22 |
Mark Doliner |
propagate from branch 'im.pidgin.pidgin' (head 73717266fa7d3a35ac09e09781fc5b48e2954fab)
|
2010-04-04 |
masca |
propagate from branch 'im.pidgin.pidgin' (head 3675047f72f66174d95018d40a0100ea0bc87f8c)
|
2010-03-31 |
masca |
Document MsnTable.
|
2010-03-31 |
masca |
Remove deprecated (since MSNP13) commands and relevant files.
|
2010-03-30 |
masca |
We don't need to expose this function as it's only used locally.
|
2010-03-26 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 25f95fb2f47b70980b79422c9a02be98eed376f7)
|
2010-03-13 |
Elliott Sales de Andrade |
I don't really like this name.
|
2010-03-13 |
Elliott Sales de Andrade |
Fix a few little things.
|
2010-03-13 |
Elliott Sales de Andrade |
Messages without TrID's should not be saved in the history.
|
2010-03-12 |
masca |
msn: Document command.h
|
2010-03-12 |
masca |
msn: Merge dialog and error to get an unified msn_error api.
|
2010-03-11 |
masca |
We need a way to send commands without transaction ID
|
2010-03-10 |
masca |
msn: Remove msn_cmdproc_send_quick in favor of msn_cmdproc_send_trans
|
2010-03-10 |
masca |
msn: Delete msn_cmdproc_send since it just have duplicated code from
|
2010-03-10 |
masca |
propagate from branch 'im.pidgin.pidgin' (head fc8a21d1f30004cf7a468e8ab79c0f922c6c4a3e)
|
2010-03-05 |
masca |
msn: Improve cmdproc.h docs.
|
2010-02-24 |
masca |
merge of '029197c93909a808e78b66053bb4115e20435b72'
|
2010-02-24 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head ddeec32813f54d5440b27a20c81743973d05079f)
|
2010-02-19 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 302c560990dbae6b00f9ca0ef36b3c160b190bdb)
|
2010-02-23 |
masca |
Document msnutils.
|
2010-02-23 |
masca |
Make this comment 80char wide.
|
2010-02-18 |
masca |
propagate from branch 'im.pidgin.pidgin' (head 624bba8bd37445c496620c94bfe6da7da8af2ee4)
|
2010-02-16 |
masca |
propagate from branch 'im.pidgin.pidgin' (head be77df4826034ac2521177bb6af6b60be3d1b4c4)
|
2010-02-09 |
Mark Doliner |
I don't believe there's any reason to duplicate this string.
|
2010-02-08 |
Mark Doliner |
We just allocated slpmsg, so of course slpmsg->slpcall will be NULL here
|
2010-02-08 |
Mark Doliner |
Attempt to simplify and clean
|
2010-02-08 |
Mark Doliner |
Shuffle some things around and add some comments. Hopefully cleaner.
|
2010-02-08 |
Mark Doliner |
Since when do we use camel case?
|
2010-02-08 |
Mark Doliner |
Rename "attribute" to "header" in a bunch of places. The SLP protocol
|
2010-02-06 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 8a0b15ca6f7e80f487af0b74bda066a717062d0f)
|
2010-02-06 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head b0098e2250f135d121960d8152e144e7e344125e)
|
2010-02-04 |
masca |
Default to FALSE the endpoints you want to sing out from this menu. It makes sense because you may want to just change the endpoint name.
|
2010-02-04 |
masca |
Fix this inverted logic. Disconnect the selected endpoints as said in the field label.
|
2009-12-16 |
Elliott Sales de Andrade |
When looping through the request fields, don't try to disconnect a field if
|
2009-12-15 |
Elliott Sales de Andrade |
Add a dialog listing the other endpoints from which users can sign them out
|
2009-12-15 |
Elliott Sales de Andrade |
Support receiving UBN and sending UUN, which seem to have been added way
|
2009-12-15 |
Elliott Sales de Andrade |
Support sending different client types in PrivateEndpointData.
|
2009-12-15 |
Elliott Sales de Andrade |
Allow setting the name of the current location. The default is still Pidgin
|
2009-12-15 |
Elliott Sales de Andrade |
Fix typo in PrivateEndpointData, resulting in the name of the endpoint
|
2009-12-15 |
Elliott Sales de Andrade |
Fix a little argument swapping.
|
2009-12-15 |
Elliott Sales de Andrade |
Save PrivateEndpointData that we've received. I think this only applies to
|
2009-12-15 |
Elliott Sales de Andrade |
Also, lower-case the endpoint name when looking up endpoint data.
|
2009-12-15 |
Elliott Sales de Andrade |
Endpoint names are case-insensitive, so put the id in lowercase always.
|
2009-12-15 |
Elliott Sales de Andrade |
Don't check the total number of users in an MSN switchboard when converting
|
2009-12-15 |
Elliott Sales de Andrade |
Don't add ourselves to our own conversation.
|
2009-12-14 |
Elliott Sales de Andrade |
When adding users to an MSN chat, don't add them again if the same passport
|
2009-12-14 |
Elliott Sales de Andrade |
Don't leak the Endpoint ID.
|
2009-12-14 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head 780ee14f6ced21de7257b3149c186223ab446d57)
|
2009-12-14 |
Elliott Sales de Andrade |
Fix some inverted logic that prevented us from starting conversations.
|
2009-12-14 |
Elliott Sales de Andrade |
Don't update the server with our own information on initial login, since we
|
2009-12-13 |
Elliott Sales de Andrade |
propagate from branch 'im.pidgin.pidgin' (head d813bbb8c323184987e92c9bd801fd7e64262104)
|
2009-12-10 |
Elliott Sales de Andrade |
Also parse extended capabilities from ILN. Probably don't need to do so in
|
2009-12-10 |
Elliott Sales de Andrade |
Missed a few more xmlnode_free's.
|
2009-12-10 |
Elliott Sales de Andrade |
Add a minor debug log.
|
2009-12-10 |
Elliott Sales de Andrade |
Call xmlnode_free in the correct location.
|
2009-12-09 |
Elliott Sales de Andrade |
Allow receiving a NLN command from ourselves. This will probably need to be
|
2009-12-09 |
Elliott Sales de Andrade |
Allow parsing info about ourselves from a UBX payload. This is probably not
|
2009-12-09 |
Elliott Sales de Andrade |
Attempt to parse any EndpointData out of the UBX payload. This isn't really
|
2009-12-09 |
Elliott Sales de Andrade |
These string should be const.
|
2009-12-09 |
Elliott Sales de Andrade |
Avoid calling xmlnode_from_str twice when parsing the UBX data.
|
2009-12-09 |
Elliott Sales de Andrade |
Save the Endpoint ID with the data.
|
2009-12-09 |
Elliott Sales de Andrade |
Don't attempt to parse extended caps if not using MSNP16.
|
2009-12-09 |
Elliott Sales de Andrade |
Save extended capabilities of an MSN buddy when receiving NLN.
|
2009-12-09 |
Elliott Sales de Andrade |
Allow saving extended capabilities and endpoint-specific data in an MSN
|
2009-12-02 |
Elliott Sales de Andrade |
Fix MSN protocol version detection to use the best version returned by the
|
2009-12-01 |
Elliott Sales de Andrade |
Initial support for msnp16, based on patch by Masca.
|
2010-11-01 |
ivan komarov |
Use an SSL server by default for new OSCAR accounts. It doesn't matter
|
2010-11-01 |
John Bailey |
Update for 2.7.6 development.
|
2010-11-01 |
John Bailey |
These changes are reuired to make the Windows installer build.
|
2010-11-01 |
John Bailey |
Prep to tag and release version 2.7.5.
|
2010-10-31 |
John Bailey |
warnings--
|
2010-10-31 |
John Bailey |
Tweak the login server migration for ICQ:
|
2010-10-31 |
John Bailey |
ChangeLog some stuff that should have been, but wasn't. Refs #12810, #11964, #12593, #12768, #12781.
|
2010-10-31 |
John Bailey |
Implement a migration for ICQ login servers.
|
2010-10-30 |
ivan komarov |
Merged my changes that fix #11964 and #12593. Mark looked over them
|
2010-10-30 |
ivan komarov |
Merged everything related to ICQ server changes.
|
2010-10-30 |
ivan komarov |
merge of '30f572d2b51bbd14c6b0c0539e0ce299617b1aff'
|
2010-10-30 |
Paul Aurich |
oscar: Add useful object debugging for #5927.
|
2010-10-30 |
ivan komarov |
Fixed the error triggered by the failing 'byte_stream_bytes_left(bs) >= len'
|
2010-10-29 |
Paul Aurich |
Add Verisign Class 3 Public CA - G2
|
2010-10-28 |
Björn Voigt |
Updated German translation
|
2010-10-28 |
Jochen Kemnade |
update German translation (just one new string)
|
2010-10-28 |
Paul Aurich |
While looking for where "Can not resolve <hostname>" was coming from, I found these.
|
2010-10-28 |
John Bailey |
I just noticed I didn't differentiate bn_IN from bn when I added this translation.
|
2010-10-27 |
ivan komarov |
merge of '598ef461d4de936afef7298e55152cc7ecaa9b70'
|
2010-10-27 |
ivan komarov |
We should always display the "Authorize buddy?" mini-dialog, even
|
2010-10-27 |
Daniel Atallah |
Revert unrelated changes that snuck into aa3b95627
|
2010-10-27 |
Elliott Sales de Andrade |
There seems to be a missing break here. I noticed it in the log, but
|
2010-10-26 |
Daniel Atallah |
Quote the path for the windows "run at startup" registry key.
|
2010-10-25 |
Daniel Atallah |
Fix crash when attempting to log into a bonjour account and init failed
|
2010-10-25 |
ivan komarov |
C89ize that comment.
|
2010-10-24 |
ivan komarov |
Ouch, I accidentally removed too much code in b367bdaac1f79166db0e9478ae30e2a7628f6848.
|
2010-10-24 |
ivan komarov |
Removed a stray tab.
|
2010-10-24 |
ivan komarov |
Updated ChangeLog with changes from ICQ SoC branch.
|