summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO78
1 files changed, 38 insertions, 40 deletions
diff --git a/TODO b/TODO
index 6d4442e..e251970 100644
--- a/TODO
+++ b/TODO
@@ -1,42 +1,40 @@
-- Must do's for next RELEASE -
-$ None specific
+Might do's for next RELEASE:
+- Remove Chat stuff from yhttpd.conf
+- dir : public vector<string>
+- Disable /help command for commands wich are not accessible for the
+ specific user.
+- Flood protection
+- Add /nick, /beam, /su
+- Add / to whisper to the last person to whom the user has been whispered the last time.
+- Room maxuser limit.
-- 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.
-$ Flood protection
-$ Add /nick, /beam, /su
-$ Add / to whisper to the last person to whom the user has been whispered the last time.
+To do in general for some later RELEASE:
+- Not found sites should get a 404 error site!
+- 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 SSL sockets with OpenSSL
+- 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
+ 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");
+- Write changes of the configuration back into XML if wished.
-- Known bugs -
-$ The session manager sometimes does not free a session. The user object might hang.
-$ Using yChat via proxy sometimes causes a white chat stream.
-
-- To do in general for some later RELEASE -
-$ Use libevent
-$ Not found sites should get a 404 error site!
-$ 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 SSL sockets with OpenSSL
-$ 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.