jamessan pushed 2 commit(s) to refs/heads/maint/0.83.4 in the supybot Git repository of the Supybot project.
2012-05-23 03:23:25 PDT in Supybot
I've merged ProgVal's changes to make factorial only accessible from Math.icalc.
2012-05-23 03:06:03 PDT in Supybot
This is blindly assuming the content is utf-8, when it should really be detected from what the web page/server declares.
2012-05-22 23:10:27 PDT in Supybot
jamessan pushed 3 commit(s) to refs/heads/maint/0.83.4 in the supybot Git repository of the Supybot project.
2012-05-22 23:10:21 PDT in Supybot
Ah, no wonder we didn't use this before. It was introduced in Python 2.6. Although, the whole point of --user is that $PYTHONPATH doesn't have to be set. I've added it, slightly modified.
2012-05-22 22:43:45 PDT in Supybot
jamessan pushed 4 commit(s) to refs/heads/maint/0.83.4 in the supybot Git repository of the Supybot project.
2012-05-22 22:21:07 PDT in Supybot
Fixed differently in f3a09ce.
2012-05-22 21:53:28 PDT in Supybot
ircutils.isNick gets monkey-patched to honor strictRfc already.
2012-05-22 21:27:46 PDT in Supybot
jamessan pushed 4 commit(s) to refs/heads/maint/0.83.4 in the supybot Git repository of the Supybot project.
2012-05-22 19:50:12 PDT in Supybot
Thanks. I applied the first two and a different fix for the third (97e71bd2cd). The fourth is incorrect. n used to exist (and still does in supybot), but you changed that code in 8558640a00. The fifth is also incorrect. I've applied a correct fix in 8ab33bc.
2012-05-22 19:49:53 PDT in Supybot