Programming Languages: Python
License: BSD License
browse code,
statistics,
last commit on 2012-05-23
git clone git://supybot.git.sourceforge.net/gitroot/supybot/supybot (read-only)
Ah, good. I had fixed it for the new api in my own source, but since there didn't seem to be any interest in merging it, I hadn't gone any further. I'll have to check out Limnoria. :D.
2012-05-28 11:59:18 PDT by jjulian_97
Hi, I just merged you patch in Limnoria (a Supybot fork) : https://github.com/ProgVal/Limnoria/commit/7cc8feaf3208d7f249c9df1b06e4e46a3499e926 I made a few changes: * made compatible with the new API * remove dependency on core change * DO NOT USE eval(), this is DANGEROUS because it allows goo.gl or dns-spoofing attackers to execute code. json.loads() is clearly safer. Regards.
2012-05-28 11:01:25 PDT by progval
Hi, I just merged your patch in Limnoria (a Supybot fork), with a few cosmetic changes. https://github.com/ProgVal/Limnoria/commit/2486be44647f0d4a1e0cd5ddcb5d4ce17736f51f Thank you for the patch. Regards.
2012-05-28 10:33:45 PDT by progval
Nevermind, I did not see the next commit.
2012-05-25 09:25:12 PDT by progval
Hi, In a previous pull request, I sent you a patch to prevent users to use factorial() in @calc. However, you wrote another fix (e45b9ab), which also removes factorial() from @icalc, while it should not. Here is a fix : https://github.com/ProgVal/Limnoria/commit/1f60a9487ca4114f040135fb14cabc155a041918 Regards, Valentin.
2012-05-25 09:24:19 PDT by progval
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 by jamessan
I've merged ProgVal's changes to make factorial only accessible from Math.icalc.
2012-05-23 03:06:03 PDT by jamessan
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 by jamessan
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 by jamessan
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 by jamessan