[SimBot-commits] CVS: simbot ChangeLog,1.80,1.81
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-10 11:51:07
|
Update of /cvsroot/simbot/simbot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16455 Modified Files: ChangeLog Log Message: - Added a template for the HTML IRC log. - Make recap use the - Removed row_hashref_to_html as it isn't used. - Removed f_nick. Any nickname formatting should be done in the template. - Added error pages. - Added templates for error pages. Currently only 401 and 500 are provided, other errors will be displayed using 500's template. Index: ChangeLog =================================================================== RCS file: /cvsroot/simbot/simbot/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -d -p -r1.80 -r1.81 --- ChangeLog 9 Aug 2005 01:12:59 -0000 1.80 +++ ChangeLog 10 Aug 2005 11:50:59 -0000 1.81 @@ -1,3 +1,13 @@ +Version 1.0 alpha: (09 Aug 2005) + * templates/irclog.default.tmpl: + - Template used for making the HTML version of the IRC log. Don't like + the traditional "<JohnDoe> Hi!"? Change it here. + * plugins/httpd.pl: + - Error pages. Plugins must return a HTTP status code on the page + callback. If they don't, we'll assume 500 (Internal Server Error). + For codes 300-500, we'll look for a error.NNN template. If we can't + find one, we'll use error.500. Failing that, we use a hard coded page. + Version 1.0 alpha: (08 Aug 2005) * plugins/httpd.pl: - I forgot to update the changelog when I created this plugin... |