[pybot-commits] CVS: pybot ChangeLog,1.35,1.36 README,1.5,1.6
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-08-29 00:39:03
|
Update of /cvsroot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv29720 Modified Files: ChangeLog README Log Message: * modules/eval.py: Implemented a forking/timeout scheme to protect against DoS evaluations. Now it should be possible to give wider access to the module. Index: ChangeLog =================================================================== RCS file: /cvsroot/pybot/pybot/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** ChangeLog 28 Aug 2003 01:21:49 -0000 1.35 --- ChangeLog 29 Aug 2003 00:38:56 -0000 1.36 *************** *** 1,2 **** --- 1,7 ---- + 2003-08-28 Gustavo Niemeyer <nie...@co...> + * modules/eval.py: Implemented a forking/timeout scheme to + protect against DoS evaluations. Now it should be possible + to give wider access to the module. + 2003-08-27 Gustavo Niemeyer <nie...@co...> * modules/permissions.py: Implemented permission parameters. *************** *** 8,12 **** * data/infopacks/weather.info,contrib/icao2info.py: Created infopack with weather station codes. ! * pybot/modules/weather.py: Implemented module using the pymetar.py module for consulting NOAA weather information from any station available there. --- 13,17 ---- * data/infopacks/weather.info,contrib/icao2info.py: Created infopack with weather station codes. ! * modules/weather.py: Implemented module using the pymetar.py module for consulting NOAA weather information from any station available there. Index: README =================================================================== RCS file: /cvsroot/pybot/pybot/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README 25 Aug 2003 18:54:54 -0000 1.5 --- README 29 Aug 2003 00:38:56 -0000 1.6 *************** *** 154,156 **** --- 154,160 ---- flexible way. + - weather + Module which retrieves weather information from any station available + at the NOAA. + vim:st=4:sw=4:et |