summaryrefslogtreecommitdiff
path: root/ychat-0.8.2/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.8.2/TODO
parent13aaf70af703748fe096e0664c305cd202637ad2 (diff)
tagging tags
Diffstat (limited to 'ychat-0.8.2/TODO')
-rw-r--r--ychat-0.8.2/TODO43
1 files changed, 43 insertions, 0 deletions
diff --git a/ychat-0.8.2/TODO b/ychat-0.8.2/TODO
new file mode 100644
index 0000000..075f0a7
--- /dev/null
+++ b/ychat-0.8.2/TODO
@@ -0,0 +1,43 @@
+- Must do's for next RELEASE -
+$ None specific
+
+- 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.
+
+- 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.
+
+- 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.