comparison FIXME @ 996:388ac74f4212

[gaim-migrate @ 1006] small updates committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 14 Oct 2000 21:24:53 +0000
parents f7886476f9d9
children b8a819390499
comparison
equal deleted inserted replaced
995:baad64740daa 996:388ac74f4212
4 4
5 Take a deep breath. 5 Take a deep breath.
6 6
7 Holy Crap. 7 Holy Crap.
8 8
9 1. We need to modify the login window to allow for multiple connections. (Account Editor needs to be 9 1. We need to modify the conversation window to state who you're sending messages as. The current way,
10 a button at the very least.) MOSTLY DONE
11 2. We need to modify the conversation window to state who you're sending messages as. The current way,
12 with the drop-down menu, is pretty crappy, though effective. (Perhaps just repositioning the menu?) 10 with the drop-down menu, is pretty crappy, though effective. (Perhaps just repositioning the menu?)
13 3. We need to modify the buddy list to indicate which buddies belong to which connections. We also 11 2. We need to modify the buddy list to indicate which buddies belong to which connections. We also
14 need to modify the buddy list to vary the right-click menus on a per-conversation basis. (I.e. create 12 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.) 13 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. 14 3. 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. 15 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. 16 3.1. We need to modify the UI to let the user indicate which account to do things on.
19 5. We need to completely modify the plugin/perl system to account for multiple connections. 17 4. We need to completely modify the plugin/perl system to account for multiple connections.
20 6. We need to modify functions to account for the possibility of protocol plugins.
21 18
22 And that's just the large things. There are countless trivial issues that need to be addressed. 19 And that's just the large things. There are countless trivial issues that need to be addressed.