root/trunk/TODO

Revision 112, 1.4 kB (checked in by mario, 1 year ago)

Added another task to TODO file

Line 
1 [Task] Replace tapioca with libempathy
2 [Task[ Implement connect differently
3         - /connect user_id
4         - command line ">" disappears, and "Password:" prompt appears
5         - user enters password, password is hidden
6         - user clicks enter, and then wwe handle connection
7 [Task] Implement commands history (cycled with down arrow)
8         - ~/.fama/history
9         - history saving - option in ~/.fama/config
10         - number of commands saved - option in ~/.fama/config
11         - Should be configurable through Fama UI
12 [Task] Implement aliases
13         - Current implementation has problems in way that
14           you cant have two accounts with same id's, even
15           if they are different protocols
16         - Implement aliases in the following way:
17                 - add alias as optional parametar to /account add
18                 - if user adds an account with non-existing UI without
19                   alias, allow him to do so
20                 - if user tries to add an account without alias, and
21                   that id is already used, inform him that he has
22                   to use an alias
23                 - provide a facility to manipulate aliases from fama UI
24                 - ~/.fama/aliases
25
26 [Task] Contact list name sorting
27         - When CL is sorted via status, contacts with the same status
28           should be sorted by name.
29
30 [Task] Implement "/account remove" for removing accounts
31
32 [Task] Implement scrolling through conversation with PgUp/PgDn
33
34 [Bug] Shortcuts are implemented in a bad way [Delete, Backspace, and
35 such don't work for some]
36
37
Note: See TracBrowser for help on using the browser.