-
Notifications
You must be signed in to change notification settings - Fork 5
/
TODO
27 lines (18 loc) · 829 Bytes
/
TODO
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
Okay, the infamous TODO list...
Get the ident code working properly (different host binaries)
Add the pager code
- fix the 1-extra line bug
New smail method - make sure to retro read the old smail version and convert
- failing that, write a perl script to do it which people will have to run
New message board method - like smail
Add new command 'stopcommand' (or whatever) to stop a command being used by
anyone.
Add a boxing feature using grab_len and center_string to box (and align) over multiple lines
Move commands fully into linked list.
- save soundex codes in the linked list structure
- save status (on/off) of command
- save normal level of command
- save temp level of the command
- possibly save function pointer
- look into saving command states during reboot
Use function pointers for commands ;)