blob: 967a0df8b2cd0acf84a9d2a6c14421660ff4e102 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Projects for FICS:
Big projects:
1. Set up commands for examine mode; allow examiners to add or remove pieces
to or from a position. Also allow users to clear the board except for
kings.
2. Network many servers together.
Medium projects:
3. Rank information in RAM. UpdateRank takes too long.
Smaller projects:
4. Channel names (like "admin channel") instead of channel numbers
("channel 0"). If we do this, I think we could seriously consider
eliminating the "shout" and "it" commands.
5. Draw offers and aborts for adjourned games.
6. On line registration. I don't see any reason not to allow this now that
we also have autoreg by e-mail.
7. Apparently some limits are not checked; MAX_CHANNEL, MAX_ALIAS, probably
some others as well. We should fix this.
Well, these are my immediate thoughts; feel free to add your own, or to
program these.
[Last modified: November 16, 1995 -- hersco]
|