Valentin Lorentz
3dba9088b0
Merge remote-tracking branch 'supybot/master' into testing
...
Conflicts:
INSTALL
plugins/ChannelLogger/README.txt
plugins/ChannelStats/README.txt
plugins/Google/plugin.py
plugins/Google/test.py
plugins/Plugin/test.py
plugins/Web/test.py
setup.py
src/callbacks.py
src/ircdb.py
src/irclib.py
src/utils/str.py
test/test_irclib.py
2013-01-01 21:11:24 +01:00
James McCoy
82ecf36fcd
Update my name/contact information
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-01 10:16:48 -04:00
Daniel Folkinshteyn
3fa45b3b5f
Secure some more commands which take a regexp from untrusted user input.
...
Namely todo.search, note.search, dunno.search.
Conflicts:
plugins/Note/plugin.py
plugins/Todo/plugin.py
src/version.py
2011-08-13 01:59:18 +02:00
Valentin Lorentz
a487451cc7
Todo: Add allowThirdpartyReader config variable.
2011-06-23 12:28:42 +02:00
Valentin Lorentz
61ec5f70fb
Todo: fix the help string for @todo (and update i18n and l10n-fr).
2011-06-23 11:34:46 +02:00
Valentin Lorentz
6a9a8d81b8
Internationalize Time, Todo, Topic, URL, Unix, Utilities, and Web
2010-10-20 09:39:44 +02:00
James Vega
b0575cec88
Handle changes to fnmatch.translate in Python 2.6
...
Define utils.python.glob2re based on the Python version being used.
Use glob2re in Todo and Note plugins.
Closes: Sf#3059292
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2010-09-08 23:31:01 -04:00
James Vega
a3e4fc5b1d
Change the modeline to use softtabstop instead of tabstop.
2006-02-11 15:52:51 +00:00
James Vega
9700121a6a
plugins/Todo: Specify a converter so negative priorities don't cause safeEval to bitch.
2005-08-18 18:38:38 +00:00
James Vega
229990e130
plugins/Todo: Forgot to import ircdb when I updated the "@todo" message.
2005-05-09 15:23:34 +00:00
James Vega
c444ec3b1b
Make sure to catch any KeyErrors.
2005-05-01 22:54:14 +00:00
James Vega
3a061ad3c8
Change the "no todo" message for jemfinch.
2005-05-01 22:26:25 +00:00
James Vega
9971e991fe
Fix the modelines.
2005-03-23 20:07:45 +00:00
James Vega
9f6fcf260f
Add Todo in the new plugin format.
...
The db format has been changed to a single flat file per user.
2005-02-21 01:27:12 +00:00