]> code.citadel.org Git - citadel.git/blob - shaggy/STATUS
25d5017779898509214edc3a46ca170199496aa2
[citadel.git] / shaggy / STATUS
1 mod: 29 Jul 1999
2
3 Basic:
4 - Connect to server and login (connects, gets "hello" and throws up window)
5   * TODO: new user.  (need to understand registration)
6 - can log off (shows goodbye, and in application lets you connect to a
7   different server)
8
9 - can recieve express messages (GEXP style, though don't get for multiple
10   messages yet)
11 - can send and "reply" to express messages, uses either single or multi
12   depending on server support.
13 - who is online (double clicking on list will send express msg to user)
14
15 "main"
16 - Splits rooms up into new and no-new
17  * limited floor support (shows in message panel)
18  * doesn't sort the room names, even though there's "no pressing reason not to"
19
20 - Go to next room with messages
21 - go to any old room by double-clicking from list
22  * can't get to hidden or guessable-named rooms
23 - can go to password protected rooms (untested)
24
25 "message"
26 - read new, all, or last-5 message in a room
27 - forward and 
28 - enter messages in room (only type 0)
29  - handles Mail room, but 1) depends on the fact that the room is named
30    "Mail" (ie: doesn't pass the flag returned from GOTO)
31 * doesn't say anything about having mail or going there first, just lists
32   Mail in the "new" list.
33 * No reply button when in mail room.
34 - can see "next" and "prev" message.  (goes through the MSGS list which it
35   gets when you first enter the room) no way to jump around (yet?).
36 - I update (via: SLRP) the user's "highest read" message everytime they
37   read a message higher than the previous.  This changes the behavior from
38   the text client, if you enter a room and read 2 new messages out of 5, then
39   go to the next room, the three unread messages will still be unread with
40   the java client while they wouldn't be with the text client.  I like it
41   better personally, but hey, that's me.
42 - can view room info
43
44 everything else isn't done.