- Use GITHUB_WEBHOOKS_KEY if provided, fallback on SECRET_KEY
1.0.0
++++++++++++++++++
- Refactor into a proper Flask extension - Move from hookserver to flask.ext.hookserver - Introduce a single hooks object that can be registered to multiple apps - Remove importable blueprint and standalone Flask app - Rename KEY to GITHUB_WEBHOOKS_KEY
0.3.2
++++++++++++++++++
- Don't actually connect to GitHub from test suite - Deploy to PyPI from Travis
0.3.1
++++++++++++++++++
- Accept unicode keys - Default to true for VALIDATE_IP and VALIDATE_SIGNATURE if missing
0.3.0
++++++++++++++++++
- Move hooks URL route into a blueprint - Report rate limit expire time when the GitHub request limit is exceeded