changeset 6805:4fc650abb2dd

[gaim-migrate @ 7345] some updates committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 10 Sep 2003 15:39:00 +0000
parents 3ef17670e69f
children 85daebe9b719
files .todo src/protocols/irc/.todo src/protocols/jabber/.todo src/protocols/oscar/.todo src/protocols/yahoo/.todo
diffstat 5 files changed, 172 insertions(+), 153 deletions(-) [+]
line wrap: on
line diff
--- a/.todo	Wed Sep 10 15:10:23 2003 +0000
+++ b/.todo	Wed Sep 10 15:39:00 2003 +0000
@@ -1,4 +1,4 @@
-<!-- Automagically generated by the ToDo program on Wed Sep  3 19:57:50 2003 -->
+<!-- Automagically generated by the ToDo program on Wed Sep 10 11:38:19 2003 -->
 <todo version="0.1.17">
     <title>
         Gaim TODO List
@@ -80,8 +80,11 @@
     </note>
     <note priority="high" time="1036029923">
         Prefs stuff
-        <note priority="high" time="1036027042">
+        <note priority="high" time="1036027042" done="1063207482">
             check to make sure gaimrc properly unescapes things like a " in a password as the .gaimrc file is read in. (reports indicate this may be a problem, esp. for \ and / )
+            <comment>
+                i think this is fixed by the new prefs
+            </comment>
         </note>
         <note priority="medium" time="1036028226">
             preference to set logfile path. (i think there is a patch to add this)
@@ -135,14 +138,14 @@
             Away needs to be modified to include "show" and "status", i.e. you can have an away state, and an away message. This is exactly what ICQ does - you're "N/A" (show in Jabber) and your away message is "I'm gone." (status in Jabber). Since it only applies to ICQ and Jabber (and actually, currently only Jabber, since icqlib doesn't handle away messages yet), there should be some way of indicating that it can do both without breaking the others. My suggestion is to put "/" at the end of the "state", and when that's there, have it be a menu with all of the custom messages, e.g. in Jabber it'd return "Away/" as one of the states, and you'd see "Away" with a menu of all the away messages you have.
         </note>
     </note>
-    <link filename="src/protocols/zephyr/.todo" priority="medium" time="0"/>
-    <link filename="src/protocols/yahoo/.todo" priority="medium" time="0"/>
-    <link filename="src/protocols/oscar/.todo" priority="medium" time="0"/>
+    <link filename="src/protocols/gg/.todo" priority="medium" time="0"/>
+    <link filename="src/protocols/irc/.todo" priority="medium" time="0"/>
+    <link filename="src/protocols/jabber/.todo" priority="medium" time="0"/>
+    <link filename="src/protocols/msn/.todo" priority="medium" time="0"/>
     <link filename="src/protocols/napster/.todo" priority="medium" time="0"/>
-    <link filename="src/protocols/msn/.todo" priority="medium" time="0"/>
-    <link filename="src/protocols/jabber/.todo" priority="medium" time="0"/>
-    <link filename="src/protocols/irc/.todo" priority="medium" time="0"/>
-    <link filename="src/protocols/gg/.todo" priority="medium" time="0"/>
+    <link filename="src/protocols/oscar/.todo" priority="medium" time="0"/>
+    <link filename="src/protocols/yahoo/.todo" priority="medium" time="0"/>
+    <link filename="src/protocols/zephyr/.todo" priority="medium" time="0"/>
     <note priority="medium" time="1036029726">
         WinGaim specific stuff
         <note priority="high" time="1035995058">
@@ -172,6 +175,12 @@
     </note>
     <note priority="medium" time="1036030336">
         In General (i don't know where this should be)
+        <note priority="medium" time="1036039588" done="1063208189">
+            person support
+            <comment>
+                faceprint added it
+            </comment>
+        </note>
         <note priority="veryhigh" time="1037658028">
             internal sounds not working now (is this fixed?)
         </note>
@@ -184,12 +193,6 @@
         <note priority="medium" time="1036028352">
             throwaway away message (unsaved) for single account (vs. set all away)
         </note>
-        <note priority="medium" time="1036039588">
-            person support
-            <comment>
-                luke is working on this
-            </comment>
-        </note>
         <note priority="medium" time="1037924676">
             add state saving and hook it to session management and user dialogs
         </note>
@@ -198,6 +201,9 @@
             <note priority="low" time="1036027810">
                 licq
             </note>
+            <note priority="verylow" time="1063208225">
+                trillian
+            </note>
         </note>
         <note priority="low" time="1041997250">
             adding and removing buddies needs cleaned up. basically, add_buddy should be calling ui_add_buddy and serv_add_buddy as needed (require an extra arg to add_buddy to tell  it what needs done) and the various ways a buddy can come to be needing added should be calling some type of request_add_buddy (this would be part of both the core&lt;-&gt;ui interface and the core&lt;-&gt;prpl interface)
@@ -229,15 +235,15 @@
     </note>
     <note priority="low" time="1036030063">
         i18n/portability stuff
-        <note priority="medium" time="1036028041">
-            sounds/Makefile needs to use host CC, not target (that's the only part that seems broken for cross-compiling --Disconnect)
-        </note>
         <note priority="low" time="1035996506" done="1057532505">
             i18n: icq i18n
             <comment>
                 I consider this as good as it will get.  utf8 works well.
             </comment>
         </note>
+        <note priority="medium" time="1036028041">
+            sounds/Makefile needs to use host CC, not target (that's the only part that seems broken for cross-compiling --Disconnect)
+        </note>
         <note priority="low" time="1035996519">
             i18n: info dialog
         </note>
@@ -274,8 +280,11 @@
         <note priority="verylow" time="1036026552">
             tab complete to alias, translate to nick on send for chat
         </note>
-        <note priority="verylow" time="1036026575">
+        <note priority="verylow" time="1036026575" done="1063208296">
             timestamp on debug messages?
+            <comment>
+                done some time ago
+            </comment>
         </note>
         <note priority="verylow" time="1036026597">
             sorting of conversation tabs, if the ordering of left-to-right order by opening isn't good enough for you
--- a/src/protocols/irc/.todo	Wed Sep 10 15:10:23 2003 +0000
+++ b/src/protocols/irc/.todo	Wed Sep 10 15:39:00 2003 +0000
@@ -1,63 +1,63 @@
-<!-- Automagically generated by the ToDo program on Tue Aug  5 12:16:30 2003 -->
+<!-- Automagically generated by the ToDo program on Wed Sep 10 11:31:16 2003 -->
 <todo version="0.1.17">
-    <note priority="medium" time="1036040668">
-        IRC
-        <note priority="veryhigh" time="1058905390" done="1060103775">
-            ison
-        </note>
-        <note priority="high" time="1036041722" done="1058917560">
-            /remove
-        </note>
-        <note priority="high" time="1036041787" done="1058754795">
-            no list of people on /join
-            <comment>
-                This is a convo issue, not an IRC issue
-            </comment>
-        </note>
-        <note priority="medium" time="1036041658" done="1058918372">
-            Error 421, unknown command when going away. sometimes. (has to do with html in away messages?)
-            <comment>
-                I think this was caused by embedded newlines -- fixed, if that's the case.
-            </comment>
-        </note>
-        <note priority="medium" time="1036041674" done="1058921563">
-            /names
-        </note>
-        <note priority="medium" time="1036041695" done="1058754979">
-            CTCP version generates an autoreply when person is away or idle. the error box used by it also binds the focus (like all other error popups). i'm not sure there is a way around this second issue. (fixed?)
-            <comment>
-                This autoreply is generated by the ircd, nothing we can do about it.
-            </comment>
-        </note>
-        <note priority="medium" time="1058755195" done="1058918104">
-            Allow text to be sent on /query
-        </note>
-        <note priority="high" time="1037675268">
-            remember /ignore list in privacy section
-        </note>
-        <note priority="high" time="1058843325">
-            /ignore
-        </note>
-        <note priority="high" time="1059247696">
-            /help
-        </note>
-        <note priority="medium" time="1036041669">
-            /ban, /kickban
-        </note>
-        <note priority="medium" time="1059193670">
-            /list
-        </note>
-        <note priority="medium" time="1059198036" done="1060103790">
-            error message on unknown commands (don't just pass to ircd)
-        </note>
-        <note priority="medium" time="1059264210">
-            document, document, document
-        </note>
-        <note priority="low" time="1058921630">
-            fix duplication of names on rejoin (depends on convo API)
-        </note>
-        <note priority="low" time="1060015217">
-            Make /part smarter ... part the current channel with a part message on '/part message' if we can determine the first word is not a channel name
-        </note>
+    <note priority="veryhigh" time="1058905390" done="1060103775">
+        ison
+    </note>
+    <note priority="high" time="1036041722" done="1058917560">
+        /remove
+    </note>
+    <note priority="high" time="1036041787" done="1058754795">
+        no list of people on /join
+        <comment>
+            This is a convo issue, not an IRC issue
+        </comment>
+    </note>
+    <note priority="high" time="1059247696" done="1063207791">
+        /help
+        <comment>
+            Ethan did this some time ago
+        </comment>
+    </note>
+    <note priority="medium" time="1036041658" done="1058918372">
+        Error 421, unknown command when going away. sometimes. (has to do with html in away messages?)
+        <comment>
+            I think this was caused by embedded newlines -- fixed, if that's the case.
+        </comment>
+    </note>
+    <note priority="medium" time="1036041674" done="1058921563">
+        /names
+    </note>
+    <note priority="medium" time="1036041695" done="1058754979">
+        CTCP version generates an autoreply when person is away or idle. the error box used by it also binds the focus (like all other error popups). i'm not sure there is a way around this second issue. (fixed?)
+        <comment>
+            This autoreply is generated by the ircd, nothing we can do about it.
+        </comment>
+    </note>
+    <note priority="medium" time="1058755195" done="1058918104">
+        Allow text to be sent on /query
+    </note>
+    <note priority="medium" time="1059198036" done="1060103790">
+        error message on unknown commands (don't just pass to ircd)
+    </note>
+    <note priority="veryhigh" time="1058921630">
+        fix duplication of names on rejoin (depends on convo API)
+    </note>
+    <note priority="high" time="1037675268">
+        remember /ignore list in privacy section
+    </note>
+    <note priority="high" time="1058843325">
+        /ignore
+    </note>
+    <note priority="medium" time="1036041669">
+        /ban, /kickban
+    </note>
+    <note priority="medium" time="1059193670">
+        /list
+    </note>
+    <note priority="medium" time="1059264210">
+        document, document, document
+    </note>
+    <note priority="low" time="1060015217">
+        Make /part smarter ... part the current channel with a part message on '/part message' if we can determine the first word is not a channel name
     </note>
 </todo>
--- a/src/protocols/jabber/.todo	Wed Sep 10 15:10:23 2003 +0000
+++ b/src/protocols/jabber/.todo	Wed Sep 10 15:39:00 2003 +0000
@@ -1,4 +1,4 @@
-<!-- Automagically generated by the ToDo program on Tue Apr 15 00:10:13 2003 -->
+<!-- Automagically generated by the ToDo program on Wed Sep 10 11:32:19 2003 -->
 <todo version="0.1.17">
     <note priority="high" time="1036043427">
         problem seeing buddies with long blist?
@@ -63,8 +63,11 @@
             have set info pre-fill values from the server when no local vcard exists. this will help people migrating to gaim
         </note>
     </note>
-    <note priority="low" time="1036046388">
+    <note priority="low" time="1036046388" done="1063207934">
         SSL support (priority 4 because its not really doable right now)
+        <comment>
+            faceprint added this
+        </comment>
     </note>
     <note priority="verylow" time="1036043981">
         *sigh* file transfer (do we really need/want this?)
--- a/src/protocols/oscar/.todo	Wed Sep 10 15:10:23 2003 +0000
+++ b/src/protocols/oscar/.todo	Wed Sep 10 15:39:00 2003 +0000
@@ -1,74 +1,78 @@
+<!-- Automagically generated by the ToDo program on Wed Sep 10 11:34:38 2003 -->
 <todo version="0.1.17">
-        <note priority="high" time="1036040788">
-            watch for aol's upcoming increased aim/icq merge
+    <note priority="high" time="1036040788">
+        watch for aol's upcoming increased aim/icq merge
+    </note>
+    <note priority="medium" time="1036040405">
+        AIM
+        <note priority="high" time="1036040899">
+            option to ignore chat room invitations. (this is something you could vary conceivably want to be done per account, so perhaps a protocol action would be best)
         </note>
-        <note priority="medium" time="1036040405">
-            AIM
-            <note priority="high" time="1036040899">
-                option to ignore chat room invitations. (this is something you could vary conceivably want to be done per account, so perhaps a protocol action would be best)
+        <note priority="low" time="1036040980">
+            direct im
+            <note priority="veryhigh" time="1036040919">
+                some way to close direct connect w/out closing convo.
             </note>
-            <note priority="low" time="1036040980">
-                direct im
-                <note priority="veryhigh" time="1036040919">
-                    some way to close direct connect w/out closing convo.
-                </note>
-                <note priority="low" time="1036040970">
-                    canceled direct im should still allow new attempt
-                </note>
-                <note priority="low" time="1036041084">
-                    failed direct im attempt should allow new attempt some way to cancel an attempt that isn't happening
-                </note>
+            <note priority="medium" time="1063208078">
+                im image currently broke
             </note>
-            <note priority="low" time="1036041105">
-                Colors in Chat room are wrong (using Gold too much)
+            <note priority="low" time="1036040970">
+                canceled direct im should still allow new attempt
             </note>
-            <note priority="verylow" time="1036041121">
-                Voice Chat
+            <note priority="low" time="1036041084">
+                failed direct im attempt should allow new attempt some way to cancel an attempt that isn't happening
             </note>
         </note>
-        <note priority="medium" time="1036040416">
-            ICQ
-            <note priority="veryhigh" time="1036041206">
-                more privacy options
-            </note>
-            <note priority="veryhigh" time="1036041223">
-                increased authorization support
-                <note priority="medium" time="1038877503">
-                    add info to dialog requesting autorization to allow you to check the info of the person who is requesting
-                </note>
-                <note priority="low" time="1038877526" done="1048144786">
-                    add option to add person who just added you to your own list
-                    <comment>
-                        This was done sometime in January.
-                    </comment>
-                </note>
-            </note>
-            <note priority="high" time="1036041199">
-                color support
+        <note priority="low" time="1036041105">
+            Colors in Chat room are wrong (using Gold too much)
+        </note>
+        <note priority="verylow" time="1036041121">
+            Voice Chat
+        </note>
+    </note>
+    <note priority="medium" time="1036040416">
+        ICQ
+        <note priority="veryhigh" time="1036041206">
+            more privacy options
+        </note>
+        <note priority="veryhigh" time="1036041223">
+            increased authorization support
+            <note priority="low" time="1038877526" done="1048144786">
+                add option to add person who just added you to your own list
+                <comment>
+                    This was done sometime in January.
+                </comment>
             </note>
-            <note priority="high" time="1036041251">
-                set status message and of course when gaim can set them, it needs to be able to get the ones it sets. (yes this is redundant. its a reflection of my current mood)
-            </note>
-            <note priority="medium" time="1036041165">
-                Chat (this is different from aim chat)
-            </note>
-            <note priority="medium" time="1036041190">
-                New User Registration
-            </note>
-            <note priority="medium" time="1036041215">
-                more info support
-            </note>
-            <note priority="medium" time="1036041260">
-                search for users
-            </note>
-            <note priority="low" time="1036041152">
-                set the Nickname to be the self-alias
-            </note>
-            <note priority="verylow" time="1036041174">
-                File Transfer (do we really want this?)
+            <note priority="medium" time="1038877503">
+                add info to dialog requesting autorization to allow you to check the info of the person who is requesting
             </note>
         </note>
-        <note priority="medium" time="1036040870">
-            The order of groups and buddies in the server list is not updated when groups and buddies are re-arranged locally in Gaim.
+        <note priority="high" time="1036041199">
+            color support
+        </note>
+        <note priority="high" time="1036041251">
+            set status message and of course when gaim can set them, it needs to be able to get the ones it sets. (yes this is redundant. its a reflection of my current mood)
+        </note>
+        <note priority="medium" time="1036041165">
+            Chat (this is different from aim chat)
+        </note>
+        <note priority="medium" time="1036041190">
+            New User Registration
+        </note>
+        <note priority="medium" time="1036041215">
+            more info support
         </note>
+        <note priority="medium" time="1036041260">
+            search for users
+        </note>
+        <note priority="low" time="1036041152">
+            set the Nickname to be the self-alias
+        </note>
+        <note priority="verylow" time="1036041174">
+            File Transfer (do we really want this?)
+        </note>
+    </note>
+    <note priority="medium" time="1036040870">
+        The order of groups and buddies in the server list is not updated when groups and buddies are re-arranged locally in Gaim.
+    </note>
 </todo>
--- a/src/protocols/yahoo/.todo	Wed Sep 10 15:10:23 2003 +0000
+++ b/src/protocols/yahoo/.todo	Wed Sep 10 15:39:00 2003 +0000
@@ -1,14 +1,5 @@
-<!-- Automagically generated by the ToDo program on Wed Sep  3 19:57:50 2003 -->
+<!-- Automagically generated by the ToDo program on Wed Sep 10 11:35:45 2003 -->
 <todo version="0.1.17">
-    <note priority="high" time="1036041328">
-        bug: won't allow me to delete myself from my list past sign on
-    </note>
-    <note priority="high" time="1036041441">
-        privacy options (block, unblock)
-    </note>
-    <note priority="high" time="1036976065">
-        offline messages get lost, esp. if more than 1 sent (is this fixed?)
-    </note>
     <note priority="medium" time="1036041334" done="1062633231">
         Chat
         <comment>
@@ -36,6 +27,18 @@
             this is as done as it is likely to get any time soon
         </comment>
     </note>
+    <note priority="high" time="1036041328">
+        bug: won't allow me to delete myself from my list past sign on
+    </note>
+    <note priority="high" time="1036041441" done="1063208136">
+        privacy options (block, unblock)
+        <comment>
+            marv_sf and farmerje added this
+        </comment>
+    </note>
+    <note priority="high" time="1036976065">
+        offline messages get lost, esp. if more than 1 sent (is this fixed?)
+    </note>
     <note priority="medium" time="1036041395">
         make away message display like that of aim/icq/jabber
     </note>