diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:41 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:41 +0200 |
| commit | 520f54d6219b7c625b4e07463ac393e6982ddab6 (patch) | |
| tree | 74b4483786b3842b1a0384fd33deb7483276bea1 /TODO | |
| parent | ae4e87df37ed8904de92c7cf2f3a11128cda2a21 (diff) | |
tagging ychat-0.7.1ychat-0.7.1
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 36 |
1 files changed, 12 insertions, 24 deletions
@@ -1,28 +1,10 @@ -Might do's for next RELEASE: -- dir : public vector<string> -- Remove modl from yhttpd base (keep only in yChat base). -- Disable /help command for commands wich are not accessible for the - specific user. +To do for next RELEASE: - Flood protection -- 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: -- Not found sites should get a 404 error site! - -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 the thread pool size dynamic - 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 +- 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 @@ -32,10 +14,15 @@ To do in general for some later RELEASE: - 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 @@ -44,10 +31,11 @@ To do in general for some later RELEASE: - 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 -- Add own tiny ncursed XML editor |
