Commit Graph

8669 Commits

Author SHA1 Message Date
Valentin Lorentz cb48f667ae MessageParser: Prevent duplicated response if supybot.databases.plugins.channelspecific is enabled. 2013-02-22 18:40:38 +01:00
Valentin Lorentz 48b03a8f46 Merge branch 'testing' of github.com:ProgVal/Limnoria into testing 2013-02-22 18:31:12 +01:00
Valentin Lorentz 42f5b02d30 MessageParser: Order @list output with id, instead of random order. 2013-02-22 18:30:48 +01:00
Valentin Lorentz 4069b2eba1 MessageParser: Add supybot.MessageParser.maxTriggers variable. 2013-02-22 18:27:10 +01:00
Valentin Lorentz b6c62b617a Math: Fix l10n-fr. 2013-02-21 17:52:09 +00:00
Valentin Lorentz 0ef1347bc6 Update INSTALL.md 2013-02-16 10:55:27 +01:00
Valentin Lorentz 5a114aba2e Google & ShrinkUrl: Fix issue with super() in custom config types if plugin is reloaded. 2013-02-09 21:53:56 +01:00
Valentin Lorentz b90bd4b9d9 Fix previous commit (again). 2013-02-09 19:37:10 +01:00
Valentin Lorentz c918074b92 Fix previous commit. 2013-02-09 19:16:23 +01:00
Valentin Lorentz 48ba761644 Decode unicode string passed to ircmsgs.*. Closes GH-448. 2013-02-09 18:55:02 +01:00
Valentin Lorentz 3fd1e9fd8e travis.yml: Display logs after test. 2013-02-08 19:13:38 +00:00
Valentin Lorentz de0087c8c2 Update sandbox/check_trans.py and run automatically run pygettext. 2013-02-08 17:40:57 +00:00
Valentin Lorentz 4754df2dbd Merge pull request #446 from nyuszika7h/testing
Fix SASL on py3k + minor change in supybot-botchk
2013-02-07 12:09:33 -08:00
Valentin Lorentz c6d5f1883e Update .gitignore. 2013-02-07 19:21:42 +01:00
Valentin Lorentz ef08ea1930 Fix debug logging in some (weird) cases. 2013-02-07 18:34:29 +01:00
nyuszika7h c234d683d1 scripts/supybot-botchk: Open pidfile in append mode because 'x' is not supported on Python 2 2013-02-07 15:37:20 +01:00
nyuszika7h 15796454cf Merge remote-tracking branch 'progval/testing' into testing 2013-02-05 18:42:26 +01:00
nyuszika7h e491e14bc3 Final fix for SASL and py3k 2013-02-03 18:50:20 +01:00
Valentin Lorentz d753df9d0c Print extra debug data in the logs. 2013-02-03 17:46:39 +01:00
nyuszika7h 4170a873b2 Fix previous commit (yet again) 2013-02-03 15:58:45 +01:00
nyuszika7h 66e46e5143 Fix previous commit (again) 2013-02-03 15:30:28 +01:00
nyuszika7h 4b10ea3329 Fix previous commit 2013-02-03 15:14:03 +01:00
nyuszika7h f1198fb4e8 irclib.py: Fix SASL on py3k 2013-02-03 15:08:36 +01:00
nyuszika7h ff1d9c4f69 supybot-botchk: Use a different method for creating pidfile if it doesn't exist 2013-02-03 14:54:07 +01:00
Valentin Lorentz 49a392717e Merge pull request #445 from nyuszika7h/testing
Fixes for supybot-botchk
2013-02-03 05:43:48 -08:00
nyuszika7h 658d0ad84d supybot-botchk: Don't truncate pidfile 2013-02-03 14:20:16 +01:00
nyuszika7h 7edc73a08c supybot-botchk: Use open() and close() instead of os.system('touch') 2013-02-03 14:15:46 +01:00
nyuszika7h 1b6f1f04ec supybot-botchk: Fix Python 3 compatibility 2013-02-03 14:12:21 +01:00
Valentin Lorentz 5b432a781e Google: Restore @calc and @phonebook. 2013-02-03 07:53:55 +00:00
Valentin Lorentz 34ea319747 setup.py: Hide 2to3's output. 2013-02-02 20:47:31 +01:00
Valentin Lorentz 08579a6305 Add MANIFEST.in 2013-02-02 20:23:17 +01:00
Valentin Lorentz b04f2f43e0 Fix previous commit 2013-02-02 19:59:03 +01:00
Valentin Lorentz ac8f2c662f setup.py: Fix bug if setup is not in the current working directory. 2013-02-02 19:56:54 +01:00
Valentin Lorentz 20ad495483 src/test.py: Why would a test server create a socket? 2013-02-02 19:51:47 +01:00
Valentin Lorentz 13a633eea4 Prevent traceback if supybot.replies.genericNoCapability is empty. 2013-02-02 19:47:14 +01:00
Valentin Lorentz 05d23d1a06 Remove unreachable code. 2013-02-02 19:47:05 +01:00
Valentin Lorentz 785b973995 botchk: Use open() instead of file(). 2013-02-02 19:46:59 +01:00
Valentin Lorentz 77f614be86 utils.web.HtmlToText: Convert html entities. 2013-02-01 20:50:46 +01:00
Valentin Lorentz fa36e48075 core: Document irclib.Irc.addCallback. 2013-02-01 20:38:53 +01:00
Valentin Lorentz 75f19a9f50 core: Add docstring to commands.wrap. 2013-02-01 20:38:18 +01:00
Valentin Lorentz 39b534246f Fix http server's tests. 2013-02-01 20:38:01 +01:00
Valentin Lorentz 21c17b8248 Google: Fix Python 3 compatibility of the @translate command. 2013-02-01 17:12:03 +01:00
Valentin Lorentz e45bce65e5 Merge branch 'testing' of github.com:ProgVal/Limnoria into testing 2013-02-01 14:54:39 +00:00
nyuszika7h b2fdf83496 Google: Add translate command (needs testing)
https://github.com/myano/jenni/blob/master/modules/translate.py
is where I got the idea from. Say thanks to sbp and yano too! :)

Conflicts:
	plugins/Google/plugin.py
2013-02-01 14:54:13 +00:00
Valentin Lorentz 33048545ea Revert "Google: Remove translate command since their API is gone"
This reverts commit 304facd167.

Conflicts:
	plugins/Google/test.py
2013-02-01 14:49:53 +00:00
Valentin Lorentz b589c2dc2b core: Document IrcMsg tags. 2013-01-31 20:48:16 +01:00
Valentin Lorentz 9507bf1655 Remove non-ascii char (again). 2013-01-31 20:47:57 +01:00
Valentin Lorentz bab69bb31e Remove useless non-ascii character. 2013-01-31 19:24:05 +01:00
Valentin Lorentz 7588472f36 Fix 'Transport endpoint not connected' errors. Closes GH-437. 2013-01-31 16:47:17 +01:00
Valentin Lorentz fecb010dac setup.py: exit after it has called itself. 2013-01-30 20:38:31 +01:00