Added TODO list, and exported :journal for consitent logging.

This commit is contained in:
Jaidyn Lev 2018-12-02 02:18:47 -06:00
parent 4fd897e3a3
commit 60e62e7146
2 changed files with 14 additions and 0 deletions

View File

@ -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. ^_^ 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 BORING STUFF
---------------------------------------- ----------------------------------------

View File

@ -10,6 +10,8 @@
*client-data* *client-data*
*client-socket-list* *client-socket-list*
:journal
:client-write :client-write
:cline-write-bytes :cline-write-bytes
:client-broadcast :client-broadcast