[pybot-commits] CVS: pybot ChangeLog,1.21,1.22 TODO,1.11,1.12 pybot.conf,1.9,1.10
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-08-21 23:32:47
|
Update of /cvsroot/pybot/pybot In directory sc8-pr-cvs1:/tmp/cvs-serv12435 Modified Files: ChangeLog TODO pybot.conf Log Message: * modules/servercontrol.py: Allow setting the bot nick when connecting. * modules/remoteinfo.py: Added 'c' flag to handle CTCP messages. Index: ChangeLog =================================================================== RCS file: /cvsroot/pybot/pybot/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** ChangeLog 21 Aug 2003 20:58:04 -0000 1.21 --- ChangeLog 21 Aug 2003 23:24:15 -0000 1.22 *************** *** 1,6 **** 2003-08-21 Gustavo Niemeyer <nie...@co...> * modules/remoteinfo.py: Introduced "allow" concept, which defines which channels/servers are allowed to "see" some ! remoteinfo. * modules/messages.py: Prevent messages to the bot itself. Fixed sending of messages when user talks directly to the --- 1,8 ---- 2003-08-21 Gustavo Niemeyer <nie...@co...> + * modules/servercontrol.py: Allow setting the bot nick when + connecting. * modules/remoteinfo.py: Introduced "allow" concept, which defines which channels/servers are allowed to "see" some ! remoteinfo. Added 'c' flag to handle CTCP messages. * modules/messages.py: Prevent messages to the bot itself. Fixed sending of messages when user talks directly to the Index: TODO =================================================================== RCS file: /cvsroot/pybot/pybot/TODO,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** TODO 21 Aug 2003 18:47:19 -0000 1.11 --- TODO 21 Aug 2003 23:24:15 -0000 1.12 *************** *** 2,7 **** This are some of the features to be implemented in the future: - - A better website for pybot. - - Adapt distutils classes to install every necessary file in their respective directories. --- 2,5 ---- *************** *** 11,15 **** - Cross identification between servers (is this useful?). ! - Setup pybot nick when connecting. - Develop admin module for direct sql access. --- 9,13 ---- - Cross identification between servers (is this useful?). ! - Implement nickserv identification (with generic messages on connection). - Develop admin module for direct sql access. Index: pybot.conf =================================================================== RCS file: /cvsroot/pybot/pybot/pybot.conf,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** pybot.conf 21 Aug 2003 21:39:39 -0000 1.9 --- pybot.conf 21 Aug 2003 23:24:15 -0000 1.10 *************** *** 11,14 **** --- 11,15 ---- [global] ;http_proxy = http://127.0.0.1:8080 + ;default_nick = _pybot_ [permission] |