summaryrefslogtreecommitdiff
path: root/ychat-0.7.1/TODO
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:41 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:41 +0200
commit9cd3ccffd5372dfde3af478e3f832f18db4be3f1 (patch)
tree631c295a4a4a16b57502b847626763a279bf6df7 /ychat-0.7.1/TODO
parent13aaf70af703748fe096e0664c305cd202637ad2 (diff)
tagging tags
Diffstat (limited to 'ychat-0.7.1/TODO')
-rw-r--r--ychat-0.7.1/TODO41
1 files changed, 41 insertions, 0 deletions
diff --git a/ychat-0.7.1/TODO b/ychat-0.7.1/TODO
new file mode 100644
index 0000000..5c3176a
--- /dev/null
+++ b/ychat-0.7.1/TODO
@@ -0,0 +1,41 @@
+To do for next RELEASE:
+- Flood protection
+- Make CLI accessible through a chat command /cli
+- Fixing logging bug (do not log any timestamps if there are no messages)
+- Remove sess.cpp, use sman.cpp only.
+
+To do in general:
+- Remove user.cpp member variables as possible and replace them with hash maps
+ for (integer,mutex) and (string,mutex) pairs. Maybe use s.t. like this:
+ p_user->val("name"); to get the users name and p_user->val("name","val"); to
+ reset his name. Maybe use templates to get different types besides strings:
+ p_user->val<int>("hits");
+- Add socket timeouts
+- Improve some HTTPD-Stuff
+- Add traffic stats
+- Write changes of the configuration back into XML if wished.
+- Add scroll pause button to input.html
+- Add some chat commands
+- Make more values of the conf object dynamic (on the fly changable by the CLI)
+- Make the thread pool size dynamic
+- Remove inline methods
+- New dynamic command permission method
+ The admin should allow/deny commands for each user seperately
+- Add PostgreSQL support
+- Add SQLite support
+- Add SSL sockets with OpenSSL
+- Add user profiles
+- Add action form to input.html
+- FreeBSD ports tree inclusion
+- Several HTML styles, each user can use his favourite style
+- Chat moderator option
+- Possibility sending Mails through external SMTP server
+ (for password reminder etc)
+- Advanced chat statistics
+- Add IRC support
+- Add ICQ support
+- Add MPI support (load balancing)
+- Forum
+- Compatibility to Opera, Links, Konqueror and Safari
+- Add browser side caching for gfx files support
+