comparison FIXME @ 966:f7886476f9d9

[gaim-migrate @ 976] yay, the applet works again (mostly) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 10 Oct 2000 10:35:05 +0000
parents 2cd7b73e2c9a
children 388ac74f4212
comparison
equal deleted inserted replaced
965:50f2977537d8 966:f7886476f9d9
14 need to modify the buddy list to vary the right-click menus on a per-conversation basis. (I.e. create 14 need to modify the buddy list to vary the right-click menus on a per-conversation basis. (I.e. create
15 the menu based on which options the protocol supports.) 15 the menu based on which options the protocol supports.)
16 4. We need to modify nearly every function in server.c to determine which connection to do things on. 16 4. We need to modify nearly every function in server.c to determine which connection to do things on.
17 The ones that still need to be modified have a FIXME comment in them. 17 The ones that still need to be modified have a FIXME comment in them.
18 4.1. We need to modify the UI to let the user indicate which account to do things on. 18 4.1. We need to modify the UI to let the user indicate which account to do things on.
19 4.2. We need to decide when people are idle. Right now it's possible to have been idle for 10 minutes
20 but only signed on for one. DONE
21 5. We need to completely modify the plugin/perl system to account for multiple connections. 19 5. We need to completely modify the plugin/perl system to account for multiple connections.
22 6. We need to modify functions to account for the possibility of protocol plugins. 20 6. We need to modify functions to account for the possibility of protocol plugins.
23 7. Get rid of dologin. Signons should be handled differently. The account editor should have final
24 control over this. DONE
25 8. I seriously doubt the applet will compile. If it compiles it definitely won't run.
26 21
27 And that's just the large things. There are countless trivial issues that need to be addressed. 22 And that's just the large things. There are countless trivial issues that need to be addressed.