Added TODO list, and exported :journal for consitent logging.
This commit is contained in:
parent
4fd897e3a3
commit
60e62e7146
12
README.txt
12
README.txt
|
@ -130,6 +130,18 @@ TIP: When it comes to user data, you might want to use a hash-table or two which
|
|||
correlate client-ids and user data. ^_^
|
||||
|
||||
|
||||
----------------------------------------
|
||||
NON-FEATURES (TODO)
|
||||
----------------------------------------
|
||||
|
||||
* Ctrl-C etc will crash servers
|
||||
* Some UTF characters don't go over well
|
||||
* Internationalization should be supported--
|
||||
right now, logs etc are always in English.
|
||||
Not cool.
|
||||
* You should be able to log to a file.
|
||||
|
||||
|
||||
----------------------------------------
|
||||
BORING STUFF
|
||||
----------------------------------------
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
*client-data*
|
||||
*client-socket-list*
|
||||
|
||||
:journal
|
||||
|
||||
:client-write
|
||||
:cline-write-bytes
|
||||
:client-broadcast
|
||||
|
|
Ŝarĝante…
Reference in New Issue