jesopo
|
5d47e7e895
|
Add a permission to !ghwebhook so an admin user can use it without +o (github)
|
2019-01-29 08:06:59 +00:00 |
|
jesopo
|
ed44e6f78b
|
Use .lower() on nickname, as we're using that on s and nickname_lower uses
special irc casemapping (github)
|
2019-01-26 10:53:28 +00:00 |
|
jesopo
|
506aef6366
|
Actually use the output of _prevent_highlight (github)
|
2019-01-26 10:53:14 +00:00 |
|
jesopo
|
2d113011ed
|
Add a setting to insert zero width characters in to highlights (github)
|
2019-01-26 10:49:31 +00:00 |
|
jesopo
|
e6aad7e070
|
Don't give event object to webhook functions - they don't need them
|
2019-01-26 10:33:45 +00:00 |
|
jesopo
|
756938a4c9
|
Use rpartition to either get the last part of a ref/head/branch ref or just
`branch` (github)
|
2019-01-23 08:56:36 +00:00 |
|
jesopo
|
fcbb530b9e
|
Don't throw an exception when we get the kind of format of ref the create
event gives (only repo name, not `"refs/head/repo"`) (github)
|
2019-01-23 08:51:01 +00:00 |
|
jesopo
|
f4467ac0ed
|
Log a WARN when we get a HTTPTimeoutException while we're trying to get a git.io
short url (github)
|
2019-01-22 22:06:25 +00:00 |
|
jesopo
|
8024e53a68
|
Don't show current event filters comma-separated as they're not comma separated
when we set them and that's a little confusing (github)
|
2019-01-22 20:52:57 +00:00 |
|
jesopo
|
815eea69bd
|
Typo, had ")" closing an array instead of "]" (github)
|
2019-01-22 20:50:59 +00:00 |
|
jesopo
|
a27b567ae1
|
Support handling watch event (repo being stared - misleading event name i
know) (github)
|
2019-01-22 20:49:31 +00:00 |
|
jesopo
|
c69f4414a0
|
Handle a situation where a repo full name isn't provided and there isn't one set
as default (github)
|
2019-01-22 17:16:04 +00:00 |
|
jesopo
|
491db4fea4
|
Typo, '9)' -> '()' (github)
|
2019-01-20 13:03:36 +00:00 |
|
jesopo
|
be772cb730
|
Add a !ghwebhook subcommand to list all registered web hooks (github)
|
2019-01-20 13:01:31 +00:00 |
|
jesopo
|
f9186d7334
|
typo, commit["pusher"] -> data["pusher"] (github)
|
2019-01-19 08:02:34 +00:00 |
|
jesopo
|
202991a268
|
use data["pusher"]["name"] as data["author"]["login"] doesn't exist (github)
|
2019-01-19 08:00:31 +00:00 |
|
jesopo
|
3835930bdb
|
Allow users to specify what branches are shown for github webhooks (github)
|
2019-01-19 07:48:24 +00:00 |
|
jesopo
|
0f9592063e
|
Show user login not user name (e.g. show username not display name) for
commits (github)
|
2019-01-19 07:23:35 +00:00 |
|
jesopo
|
1753329aaf
|
Show an error when a user specifies an unknown subcommand to !ghwebhook (github)
|
2019-01-18 14:21:53 +00:00 |
|
jesopo
|
c7ba2b778b
|
Delete github-hooks channel setting when it's empty (github)
|
2019-01-18 13:25:53 +00:00 |
|
jesopo
|
69edf039b3
|
Support modules being in their own folder and move github.py to github/module.py
|
2019-01-18 12:49:11 +00:00 |
|