[SimBot-commits] CVS: simbot TODO,1.14,1.15
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2005-05-04 21:37:07
|
Update of /cvsroot/simbot/simbot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27399 Modified Files: TODO Log Message: Tweak the TODO a little. We'll never release at this rate. ;) Index: TODO =================================================================== RCS file: /cvsroot/simbot/simbot/TODO,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -p -r1.14 -r1.15 --- TODO 1 May 2005 20:52:49 -0000 1.14 +++ TODO 4 May 2005 21:36:58 -0000 1.15 @@ -9,6 +9,8 @@ Targets for 1.0 Beta - Implement learning ignore by hostmask/nickname. - Implement autokick plugin. - Make interesting word calculation adaptive by db size, because over time, 5000 is not enough, and lots of words become uninteresting. +- Improve data storage format by converting to DBD-SQLite. +- Convert all private messaging to private notices, to comply better with RFC 2812 section 3.3.2. Targets for 1.0 Final ====================== @@ -21,8 +23,6 @@ Targets for 1.0 Final Targets for Beyond 1.0 ====================== - Use POE better, blocking less and using more events. -- Reduce memory footprint. -- Improve data storage format. Look into converting databases to DBD-SQLite. - RSS plugin desperately needs to handle all links/guids changing. - Weather plugin needs to stop using Geo::METAR. - Make sentence generation bonus __BEGIN/__END as sentence gets longer to reduce the chance of (but not obliterate) excessively long sentences. |