[pybot-commits] CVS: pybot ChangeLog,1.14,1.15 README,1.2,1.3 TODO,1.6,1.7
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-05-16 17:28:05
|
Update of /cvsroot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv4173 Modified Files: ChangeLog README TODO Log Message: * contrib/vera2info.py: Updated to add multiple values in the same key, when the keys are the same. * data/infopacks/vera.info: Updated to vera 1.9. Index: ChangeLog =================================================================== RCS file: /cvsroot/pybot/pybot/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ChangeLog 12 May 2003 20:42:18 -0000 1.14 --- ChangeLog 16 May 2003 17:28:03 -0000 1.15 *************** *** 1,2 **** --- 1,7 ---- + 2003-05-16 Gustavo Niemeyer <nie...@co...> + * contrib/vera2info.py: Updated to add multiple values in the + same key, when the keys are the same. + * data/infopacks/vera.info: Updated to vera 1.9. + 2003-05-12 Gustavo Niemeyer <nie...@co...> * *: Major work on pybot!! Index: README =================================================================== RCS file: /cvsroot/pybot/pybot/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 12 May 2003 21:56:33 -0000 1.2 --- README 16 May 2003 17:28:03 -0000 1.3 *************** *** 81,84 **** --- 81,88 ---- Answers ping requests, and pings servers from time to time. + - log + Allows searching in logs, and checking what was the last time + the bot has seen somebody. + - ignore Allows ignoring given users/channels/servers. Index: TODO =================================================================== RCS file: /cvsroot/pybot/pybot/TODO,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TODO 12 May 2003 20:42:18 -0000 1.6 --- TODO 16 May 2003 17:28:03 -0000 1.7 *************** *** 12,13 **** --- 12,17 ---- - Setup pybot nick when connecting. + + - Limit log search to the same server. + + - Develop admin module for direct sql access. |