diff --git a/README.txt b/README.txt index 7e53f18..a3ec915 100644 --- a/README.txt +++ b/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 ---------------------------------------- diff --git a/src/package.lisp b/src/package.lisp index 9c8cc3d..1bef822 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -10,6 +10,8 @@ *client-data* *client-socket-list* + :journal + :client-write :cline-write-bytes :client-broadcast