diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-06 13:14:48 +0200 |
| commit | bf5fc4cc4a15e8e57db58c2e065e0f5adbd8e800 (patch) | |
| tree | 855a98aec6d09361074c9725e08063553044ecfb /TODO | |
| parent | d9c4a95345bd758e45196b29368bd2ff0f2790e3 (diff) | |
tagging ychat-0.7.9.3ychat-0.7.9.3
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 69 |
1 files changed, 40 insertions, 29 deletions
@@ -1,31 +1,42 @@ -To do for next RELEASE: -- Improve some HTTPD-Stuff. -- Add socket timeouts. +- Must do's for next RELEASE - +$ None specific -To do in general: -- 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 -- 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 +- 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. +- Known bugs - +$ Using yChat via proxy sometimes causes a white chat stream. +$ yhttpd cant serve very large html files. + +- 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. |
