summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:46 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:46 +0200
commiteab0b1c2d649fa16707b24cd2a91f195078167b0 (patch)
treee960f351655305e3911089ff75677caef364a280 /TODO
parent07706f56cd421bf8b101a5c0fe44674d36e161a0 (diff)
tagging ychat-0.7.2ychat-0.7.2
Diffstat (limited to 'TODO')
-rw-r--r--TODO97
1 files changed, 57 insertions, 40 deletions
diff --git a/TODO b/TODO
index 075f0a7..3e69abe 100644
--- a/TODO
+++ b/TODO
@@ -1,43 +1,60 @@
-- Must do's for next RELEASE -
-$ None specific
+Already done for next RELEASE:
-- Might do's for next RELEASE -
-$ Add thread pool decreasing
-$ dir : public vector<string>
-$ Disable /help command for commands wich are not accessible for the
-$ specific user.
-$ Add /nick, /beam, /su
-$ Add / to whisper to the last person to whom the user has been whispered the last time.
+Might do's for next feature RELEASE:
+- 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.
+- Rename /getstatus into /about and add some infos such as user agent, ip number, hostname, etc.
+- Room maxuser limit.
+- Add disable guest chatter option to ychat.conf
-- Known bugs -
-$ Using yChat via proxy sometimes causes a white chat stream. This might be
-$ resolved by implementing last modified and current time/date informations
-$ into the HTTP header.
+Bugs to be removed for next bugfix RELEASE:
+- Logging bug (do not log any timestamps if there are no messages)
+- & should be allowed in messages.
+- In /msg the string replacer should be activated.
+
+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
-- To do in general for some later RELEASE -
-$ Use libevent
-$ Implement MPI support for some nice load balancing stuff
-$ Implement msession support
-$ Implement a switch so that all dynamic dlopen modules can be compiled within the yChat executable not using dlopen.
-$ Implement dynamic timer
-$ Implement ncurse object browser
-$ Implement yXML subproject
-$ Implement ODBC support
-$ 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.
-$ Implement traffic stats
-$ Implement more chat commands
-$ Implement new dynamic command permission method
-$ Implement user profiles
-$ Implement action form to input.html
-$ Implement IRC support
-$ Implement possibility sending Mails through external SMTP server (for password reminder etc)
-$ Implement chat moderator option
-$ Implement several HTML styles, each user can use his favourite style
-$ Implement compatibility to Opera, Links, Konqueror and Safari
-$ Implement browser side caching for gfx files support
-$ Implement a http:// url detection and make a link out of it!
-$ Remove user.cpp member variables as possible and replace them with hash maps
-$ Write changes of the configuration back into XML if wished.