summaryrefslogtreecommitdiff
path: root/ychat-0.7.3/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'ychat-0.7.3/TODO')
-rw-r--r--ychat-0.7.3/TODO60
1 files changed, 60 insertions, 0 deletions
diff --git a/ychat-0.7.3/TODO b/ychat-0.7.3/TODO
new file mode 100644
index 0000000..be00c69
--- /dev/null
+++ b/ychat-0.7.3/TODO
@@ -0,0 +1,60 @@
+Already done for next RELEASE:
+
+Might do's for next feature RELEASE:
+- Disable /help command for commands wich are not accessible for the
+ specific user.
+- Flood protection
+- Remove sess.cpp, use sman.cpp only.
+- Add /nick, /beam, /su
+- Improve /ko, /msg, so they can used on several users at once with /ko (user1,user2)
+- Improve /ko, so that there can be a reason specified as well.
+- Add / to whisper to the last person to whom the user has been whispered the last time.
+- Room maxuser limit.
+
+Known Bugs:
+- Auto-logout does s.t. not work (ghost chatter) because the socket.h send
+ function does not always return a false value if the socket is already
+ closed on the other end.
+
+To do in general for some later RELEASE:
+- Implement login counter.
+- Implement msg post counter.
+- Implement online time counter.
+- Implement hall of fame rankings of the counters above. Also add a msg/minute hall of fame.
+- Make CLI accessible through a chat command /cli
+- Disable http-refresh of the online frame. Reload it only if there has been s.t. changed.
+- Implement a http:// url detection and make a link out of it!
+- Add scroll pause button to input.html
+- 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 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
+