view src/protocols/msn/.todo @ 13914:3ae8a3935406

[gaim-migrate @ 16414] First stab at trying to fix the MSN http connect method. It still doesn't work, and I'm not sure why, but it gets a lot farther in the signon process now. For those unfamiliar with the issue, the MSN http connect method stopped working after all the non-blocking I/O changes. The http connect method is apparently used by lots of people behind silly firewalls and stuff, and therefore we really shouldn't release Gaim 2.0.0 without it working, because people will complain. The two main problems were 1. The outgoing message queue was removed in favor of buffering all data to one large buffer. This sounds good in theory... but apparently each message sent to and from the server has a "SessionID" in the HTTP header. Every message we send should use the same SessionID as the last packet we received from the server. So basically you can't put two messages into the outgoing buffer at the same time because you don't have the correct SessionID to use for the second message. You have to wait until you get the reply from the server. 2. There were some strange buffer problems with using the wrong variable when trying to combine the header+body into one buffer before sending the message. I also fixed a small memleak or two, added some comments, and tried to clean up the code a little. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 03 Jul 2006 20:39:04 +0000
parents e66846dafeca
children
line wrap: on
line source

<todo version="0.1.19">
    <note priority="medium" time="1052795456">
        Bugs
        <note priority="high" time="1036042035">
            bug: some people receive blank messages. clicking to ignore font faces font when the requested font isn't found.
        </note>
        <note priority="high" time="1036042159">
            bug: doesn't save blist to file on read from server as this could be introducing new people, esp. if there is no existing file, it should
        </note>
        <note priority="high" time="1092939643">
            when you authorize someone to add you, the corresponding dialog to add them is blank
        </note>
        <note priority="medium" time="1036042128">
            Majortool says to tell sean about "already in opposite list" errors are still happening, now whenever you start gaim. follow from prior conversation. javabsp|away: the (C) and (R) works (23:02:54) MajorTool: LSchiere: yeah what javabsp|away is talking about but its certain ones
        </note>
    </note>
    <note priority="medium" time="1052795462">
        Features
        <note priority="medium" time="1036042246" done="1052795280">
            store group name that buddy is in on server
        </note>
        <note priority="verylow" time="1036042948" done="1089237800">
            File Transfer
            <comment>
                shx did this
            </comment>
        </note>
        <note priority="medium" time="1036042588">
            Group chat support.
            <note priority="medium" time="1036042573">
                Typing notification in group chats.
            </note>
            <note priority="medium" time="1036042601">
                Start chat.
            </note>
            <note priority="medium" time="1036042611">
                Better support in general.
            </note>
        </note>
        <note priority="medium" time="1036042780">
            International friendly name support.
        </note>
        <note priority="medium" time="1036042939">
            Need some way of indicating "invite" in IM window.
        </note>
        <note priority="medium" time="1036043086">
            Auto-reply on away.
        </note>
        <note priority="medium" time="1036043093">
            People search.
        </note>
        <note priority="medium" time="1052795877">
            Mobile MSN support.
        </note>
        <note priority="low" time="1093966206">
            support for displaying the number of emails in the inbox.
        </note>
        <note priority="verylow" time="1036042266">
            Set the friendly name to be the self alias.
        </note>
        <note priority="verylow" time="1036043099">
            Voice chat.
        </note>
    </note>
</todo>