[SimBot-commits] CVS: simbot INSTALL,1.24,1.25 TODO,1.19,1.20
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2005-07-27 15:51:53
|
Update of /cvsroot/simbot/simbot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21562 Modified Files: INSTALL TODO Log Message: FourOhFour always picks the things at the /end/ of the TODO list to implement. I guess it's cause most of them were his ideas. :) Index: INSTALL =================================================================== RCS file: /cvsroot/simbot/simbot/INSTALL,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -p -r1.24 -r1.25 --- INSTALL 19 Jul 2005 12:29:28 -0000 1.24 +++ INSTALL 27 Jul 2005 13:44:26 -0000 1.25 @@ -53,7 +53,7 @@ intend to use any of the stock plugins p * Required by: dict -[ Text::Aspell] +[ Text::Aspell ] * Required by: aspell @@ -61,6 +61,10 @@ intend to use any of the stock plugins p * Required by: time +[ POE::Component::Server::HTTP ] + + * Required by: httpd + All of these modules are available in the CPAN repository, so you can install them in most Perl environments by running: Index: TODO =================================================================== RCS file: /cvsroot/simbot/simbot/TODO,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -p -r1.19 -r1.20 --- TODO 25 Jul 2005 09:34:10 -0000 1.19 +++ TODO 27 Jul 2005 13:44:26 -0000 1.20 @@ -30,7 +30,6 @@ Targets for Beyond 1.0 Wish List ====================== -- Integrated web server using POE::Component::Server::HTTP. - Implement authentication for bot administration. - Eventually recognize the possibility of joining 2 or more channels. - Allow for media other than IRC (connection plugins). |