Commit Graph

859 Commits (bb484177cb428b865b239deb8f647a3e0d60aaf8)

Author SHA1 Message Date
Valentin Lorentz bb484177cb LinkRelay: Don't log relayed messages. Closes GH-86. 2013-07-24 14:17:59 +00:00
Valentin Lorentz d4c0b34e3f Debian: Add configurable default values for @version. 2013-07-23 12:39:37 +02:00
Valentin Lorentz 7d29b3c295 Debian: Fix help string of @file, add architecture selection, and configurable default values. 2013-07-23 12:15:40 +02:00
Valentin Lorentz 677f76bc26 StdoutCapture: Remove __getattr__ (not actually useful + causes crashes on Python 2). 2013-07-22 11:26:45 +00:00
Valentin Lorentz 902cea9cff StdoutCapture: Fix typo. 2013-07-22 10:00:01 +00:00
Valentin Lorentz 6866669c51 StdoutCapture: Fix issue with modules calling sys.stdout.flush(). 2013-07-22 00:01:23 +00:00
Valentin Lorentz d3e9420b02 GitHub: Fix Python 2 support again. 2013-07-21 11:53:12 +00:00
Valentin Lorentz 1e98566101 GitHub: Fix Python 2 compatibility. 2013-07-21 11:22:21 +00:00
Valentin Lorentz eb003b1614 WebLogs: Use .items() instead of .iteritems(). 2013-07-20 09:17:11 +00:00
Valentin Lorentz 3b92edeae3 Trigger: Fix help of config help strings. 2013-07-17 21:04:06 +00:00
Valentin Lorentz 007db18d59 Trigger: Add the 'kick' trigger. 2013-07-17 15:50:45 +00:00
Valentin Lorentz 84ad48419b OEIS: Fix compatibility with Python 3. 2013-07-17 14:29:30 +00:00
Valentin Lorentz f835498647 GoodFrench: Fix typoes and ignore URLs. 2013-07-16 13:38:00 +00:00
Valentin Lorentz 1a7063ebaa Twitter: Fix 0~fec7cb8529ca84bd5a01545da73a5b6ed27749181. 2013-07-16 09:46:21 +00:00
Valentin Lorentz c3736cb967 WebDoc: Add plugin description and fix crash if a command has no description (as Factoids.learn). 2013-07-16 09:45:19 +00:00
Valentin Lorentz fec7cb8529 Twitter: Fix @unfollow. 2013-07-16 09:39:00 +00:00
Valentin Lorentz 981bbb9b74 AttackProtector: Lower the default detection pattern for 'groupmessage'. 2013-07-15 15:49:59 +00:00
Valentin Lorentz c4487b8308 GoodFrench: Recognize ’. 2013-07-15 09:29:58 +00:00
Valentin Lorentz 06cc526bd4 GoodFrench: Allow smileys. 2013-07-15 09:20:55 +00:00
Valentin Lorentz fffb013116 GoodFrench: Use « and » instead of `. 2013-07-15 09:20:07 +00:00
Valentin Lorentz 89061e78ca GoodFrench: Be more permissive on ponctuation. 2013-07-15 09:12:05 +00:00
Valentin Lorentz 8c80021ff6 GoodFrench: s/un espace/une espace/ 2013-07-15 09:04:42 +00:00
Valentin Lorentz d441b8740a GoodFrench: Fix Python 3 compatibility. 2013-07-15 09:02:00 +00:00
Valentin Lorentz 457c47dce3 Twitter: Fix URL for @follow. 2013-07-12 11:41:58 +00:00
Valentin Lorentz 51de8a1c96 Cleverbot: Fix typo. 2013-07-12 00:45:39 +00:00
Valentin Lorentz f90ecdc4cf LinkRelay: Use irc.replies instead of multiple irc.reply. Closes GH-68. 2013-07-07 13:25:07 +02:00
Valentin Lorentz 09ea6374d8 LinkRelay: Remove IRC objects scraping and use world.getIrc instead. Also closes GH-24. 2013-07-07 13:18:28 +02:00
Valentin Lorentz 81a69df9ff WebDoc: First commit. Closes GH-103. 2013-07-07 13:44:47 +02:00
Valentin Lorentz 3e813c6c22 Merge branch 'master' of github.com:ProgVal/Supybot-plugins 2013-07-06 16:20:31 +02:00
Valentin Lorentz 31fae1f2d8 Wikipedia: Add Python 3 compatibility. 2013-07-06 16:16:51 +02:00
Valentin Lorentz 326b1438ab Wikipedia: Use HTTPS instead of HTTP. Closes GH-59. 2013-07-06 16:13:16 +02:00
Valentin Lorentz 92ced2f2ab Debian: Fix @bug. 2013-07-06 12:55:10 +02:00
Valentin Lorentz ec2194e519 GitHub: Use git.io (provided by GitHub) instead of ur1.ca (third-party). Closes GH-88. 2013-07-06 09:34:38 +00:00
Valentin Lorentz 0b956cddbe Merge branch 'master' of github.com:ProgVal/Supybot-plugins 2013-06-16 11:10:34 +00:00
Valentin Lorentz 08b9443f6f Glob2Chan: Add Python 3 compatibility and drop dependency on Django (does not work with Django 1.5). 2013-06-16 11:10:20 +00:00
Valentin Lorentz b27a11f947 Cleverbot: Add Python 3 support. 2013-06-16 11:05:02 +02:00
Valentin Lorentz bd1367ee91 Cleverbot: Use better coding style. 2013-06-16 10:44:47 +02:00
Valentin Lorentz 99bc9846e0 Cleverbot: Import plugin. 2013-06-16 10:33:31 +02:00
Valentin Lorentz 692a5158ea IMDb: Add Python 3 compatibility. 2013-06-16 10:32:02 +02:00
Valentin Lorentz fab1066a7d IMDb: Import plugin. 2013-06-16 10:16:25 +02:00
Valentin Lorentz efd19667f1 GitHub: Fix encoding with Python 3. 2013-06-16 08:08:06 +00:00
Valentin Lorentz e364f1feb5 GitHub: Fix compatibility of web hook with Python 3. 2013-06-16 07:55:28 +00:00
Valentin Lorentz 2555143b7b Merge branch 'master' of github.com:ProgVal/Supybot-plugins 2013-06-16 09:49:54 +02:00
Valentin Lorentz 859037224d WunderWeather: Add Python 3 compatibility. 2013-06-16 09:49:22 +02:00
Valentin Lorentz 6adea633db WunderWeather: Import plugin. 2013-06-16 09:33:47 +02:00
Valentin Lorentz d358c7a858 Glob2Chan: Add another greeting message. 2013-06-16 07:10:10 +00:00
Valentin Lorentz 3810941db4 Sudo: Fix compatibility with Python 3. 2013-06-16 07:09:54 +00:00
Valentin Lorentz 820bed47bb Trigger: Fix compatibility with Python 3. 2013-06-16 07:09:36 +00:00
Valentin Lorentz 5b35f115bc GitHub: Allow new IP addresses used by GitHub for web hooks. Closes GH-130. 2013-06-12 04:03:57 +00:00
Valentin Lorentz d7f89cc97f StdoutCapture: Fix duplicated (and buggy) code. 2013-06-02 17:39:13 +02:00