[pybot-commits] CVS: pybot ChangeLog,1.16,1.17 TODO,1.9,1.10
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-06-02 13:36:16
|
Update of /cvsroot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv22381 Modified Files: ChangeLog TODO Log Message: * modules/remoteinfo.py: New module! * server.py: If unable to transform string to ISO-8859-1, send it in UTF8. Index: ChangeLog =================================================================== RCS file: /cvsroot/pybot/pybot/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** ChangeLog 29 May 2003 05:11:29 -0000 1.16 --- ChangeLog 2 Jun 2003 13:36:09 -0000 1.17 *************** *** 1,2 **** --- 1,9 ---- + 2003-06-02 Gustavo Niemeyer <nie...@co...> + * modules/remoteinfo.py: New module! + + 2003-05-30 Gustavo Niemeyer <nie...@co...> + * server.py: If unable to transform string to ISO-8859-1, send + it in UTF8. + 2003-05-29 Gustavo Niemeyer <nie...@co...> * modules/google.py: Introduced basic google module using the Index: TODO =================================================================== RCS file: /cvsroot/pybot/pybot/TODO,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** TODO 29 May 2003 05:11:29 -0000 1.9 --- TODO 2 Jun 2003 13:36:09 -0000 1.10 *************** *** 22,24 **** - Check ideas from http://olut.ton.tut.fi/~karhu/ and http://supybot.sf.net. - --- 22,23 ---- |