Commit Graph

56 Commits (master)

Author SHA1 Message Date
Valentin Lorentz 63d86909f8 GitHub: Fix announces. 2014-03-26 07:06:15 +00:00
Valentin Lorentz 19b3234b6b GitHub: enhance formatting. 2014-03-16 22:15:45 +00:00
Valentin Lorentz 6ab60653e0 GitHub: Fix bug with events type where payload['repository']['name'] is named payload['repository']['login']. 2014-03-01 07:48:48 +00:00
Valentin Lorentz f21f9aa079 GitHub: Fix typo. 2014-02-28 22:54:27 +00:00
Valentin Lorentz efc784ff88 GitHub: Document the configuration. 2014-02-28 23:52:21 +01:00
Valentin Lorentz 162fa221cc GitHub: Fix previous commit and add support for other event types. Closes GH-146. 2014-02-28 22:00:15 +01:00
Valentin Lorentz f5e7d4127f GitHub: Add configurability for push events, and use generic mechanism for future integration of all event types. 2014-02-28 18:14:00 +01:00
Valentin Lorentz d72ca9772b Revert "GitHub: Fix KeyError in announces (the API has changed). Closes GH-145."
This reverts commit 3ec6a81779.
2014-02-27 18:44:37 +00:00
Valentin Lorentz 3ec6a81779 GitHub: Fix KeyError in announces (the API has changed). Closes GH-145. 2014-02-27 06:43:38 +00:00
Valentin Lorentz 8a54d6e86f GitHub: Fix usage of quote_plus on Python 3. 2014-01-15 21:41:34 +00:00
Valentin Lorentz afe3053177 GitHub: Fix data decoding on Python 3. 2014-01-15 21:34:17 +00:00
Valentin Lorentz 38b0b4a9fe GitHub: Fix typo. 2013-10-20 06:59:27 +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 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 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 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 21639e4fd0 GitHub: Reply more nicely to POST requests. 2013-03-27 15:44:47 +00:00
Valentin Lorentz 0f19d6126d All plugins: Add Python 3 support. 2013-03-25 19:12:08 +01:00
Valentin Lorentz a2706b0a33 Multiple plugins: Remove packaging.py. 2013-02-15 21:27:10 +01:00
Valentin Lorentz e1b6d142b7 Kickme: fix error if no reason is given. 2012-11-30 14:40:14 +00:00
Valentin Lorentz 6360eca21e GitHub: Use the v3 API. 2012-09-08 10:15:18 +00:00
Valentin Lorentz ab4313580d GitHub: Display ur1.ca error in the log. 2012-08-03 18:04:19 +00:00
Valentin Lorentz dcf794f425 GitHub: Fix multi-channel announces. 2012-07-30 16:09:53 +00:00
Hoaas 699ea302de Support for non-ascii in the message from GitHub. 2012-04-29 22:37:16 +03:00
ki113d 373fde9470 Local variable commits referenced before assignment: fixed 2012-04-22 13:05:16 +00:00
Valentin Lorentz e68e621579 GitHub: Display nice message instead of traceback when callback called without any commit. 2012-04-17 13:14:54 +02:00
Valentin Lorentz 528af7d1c1 GitHub: remove debug output. Closes GH-285. 2012-02-11 13:35:30 +01:00
Valentin Lorentz b003ae92d0 GitHub: Allow new IPs used by the GitHub web hooks. 2012-02-11 09:06:59 +01:00
Valentin Lorentz 66f3f1672b GitHub: Fix typo and remove debug output. 2012-02-05 19:00:26 +00:00
Valentin Lorentz 50061552b3 GitHub: Wrap call to ur1ca in a try block. 2011-11-18 18:54:25 +01:00
Valentin Lorentz 14f4d2d97b GitHub: Internationalize some strings. 2011-10-30 19:19:13 +01:00
Valentin Lorentz 6ed8898f37 GitHub: Detect merges and replace flood by '(+ X hidden commits)'. 2011-10-30 19:14:57 +01:00
Valentin Lorentz 2315ab4c77 GitHub: Add a name for the index and change the default response. Closes GH-35. 2011-09-01 11:00:59 +00:00
Valentin Lorentz e0ee017481 GitHub: Fix previous commit. 2011-08-21 23:15:54 +02:00
Valentin Lorentz f29255f8bc GitHub: Use ur1.ca instead of tinyurl.com. 2011-08-21 23:13:06 +02:00
Mika Suomalainen f9159b4b07 GitHub: Update Readme. 2011-08-08 15:48:53 +02:00
Valentin Lorentz 36a4c598fb GitHub: remove unused configuration variables. 2011-07-04 12:35:34 +02:00
Valentin Lorentz c4a1f768ff GitHub: fix import error. 2011-07-03 17:19:18 +02:00
Valentin Lorentz 615d1da04f GitHub & WebStats: Use the new path of the httpserver. 2011-07-01 16:19:08 +02:00
Valentin Lorentz 12e3210d67 GitHub: Fix security issue (anyone could push as a web hook). 2011-06-30 10:37:29 +02:00
Valentin Lorentz d3ec8e90db GitHub: fix issue with multi-line commits 2011-06-29 20:58:15 +02:00
Valentin Lorentz 220146ea17 GitHub: use Limnoria HTTP server instead of a HTTP server embedded in the plugin. 2011-06-25 11:37:45 +02:00
Valentin Lorentz b51826c7a0 GitHub: fix announcement 2011-03-12 20:11:27 +01:00
Valentin Lorentz f9a9e2b5ca GitHub: fix bug when trying to announce {add,remove} an {existing,not existing} announce. 2011-03-03 17:28:48 +01:00
Valentin Lorentz 32f1e6da89 GitHub: use TinyURL.com for links to commits. 2011-03-03 17:27:24 +01:00
Valentin Lorentz 9671a59d86 AttackProtector & GitHub & Packages & Twitter & WebStats: add description. 2011-03-01 14:34:43 +01:00
Valentin Lorentz 83abc73848 FortyTwo & GUI & GitHub & LinkRelay & MilleBornes & Twitter: fix import error on i18nless Supybots 2011-02-28 19:01:19 +01:00
Valentin Lorentz 87b535b16a GitHub: add version number 2011-02-28 14:45:18 +01:00