Commit graph

3373 commits

Author SHA1 Message Date
jesopo
16d331dd43 add allow_redirects kwarg to utils.http.request() 2019-06-26 17:53:16 +01:00
jesopo
24df8c996e Show commit message, not PR title, for PR pushes 2019-06-26 15:13:01 +01:00
jesopo
c5785a2d14 implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00
jesopo
7060a0ac67 Update IRCBot except queue.Empty comment 2019-06-26 13:43:00 +01:00
jesopo
4bf5c4783b Re-add EventManager check to prevent _call() outside main thread 2019-06-26 11:42:23 +01:00
jesopo
d2a1763dc8 'call_unsafe_for_result' -> 'call_for_result_unsafe' 2019-06-26 11:04:41 +01:00
jesopo
bb749b111f Refactor EventManager to only hold hooks on a root object 2019-06-26 11:01:09 +01:00
jesopo
29b15da179 Switch all 'hook.kwargs.get(' calls to 'hook.get_kwarg(' 2019-06-26 10:59:52 +01:00
jesopo
6667f49ee3 dont use "|" multi-event syntax. it's weird 2019-06-26 10:59:03 +01:00
jesopo
2e41f93c4d add --depends-on hashflags to shorturl.py 2019-06-25 21:31:30 +01:00
jesopo
94dc2655e7 merge bitly code back in to shorturl.py as we use it for default shortener 2019-06-25 21:30:40 +01:00
jesopo
40a3a9ce08 'vote-start-restricted' -> 'votes-start-restricted' so as to avoid find 2019-06-25 20:00:53 +01:00
jesopo
19755778b6 event doesn't exist in _get_title 2019-06-25 18:04:36 +01:00
jesopo
12181bfec6 Add system to have multiple url shorteners and chose which to use 2019-06-25 17:53:00 +01:00
jesopo
cd299d92eb catch and format "unknown record type" exceptions 2019-06-25 14:57:03 +01:00
jesopo
6f5c692606 Allow specifying of nameserver as '!dns <host> @1.2.3.4' 2019-06-25 14:50:30 +01:00
jesopo
e8ebaadd11 Improve !dns command, allow setting dns nameserver per-server 2019-06-25 14:32:51 +01:00
jesopo
5e11c3fb9d unknown_command.py -> command_suggestions.py 2019-06-24 22:58:14 +01:00
jesopo
746db08d40 Make propability-based command suggestions on unknown command 2019-06-24 22:56:38 +01:00
jesopo
7f0af15e2d send is_channel kwarg on unknown.command event 2019-06-24 22:54:34 +01:00
jesopo
3f84c9871a Fire an event when a user tries an unknown command 2019-06-24 22:53:28 +01:00
jesopo
882bbdf0ff 'sucess_message' -> 'success_message' 2019-06-24 22:49:44 +01:00
jesopo
010f594774 'web hooks' -> 'webhooks' 2019-06-24 22:46:15 +01:00
jesopo
1defa04ad2 rss-seen-ids should be set per-url or they'll overwrite each other 2019-06-24 20:34:22 +01:00
jesopo
a96bffc79d '_title' -> '_name' 2019-06-24 20:23:36 +01:00
jesopo
2ccebaa4a0 Add missing import re 2019-06-24 19:32:32 +01:00
jesopo
c061e8eb4e Update README.md for gitea 2019-06-24 18:45:38 +01:00
jesopo
622eda5a99 Don't show webhook notifications for private repos 2019-06-24 18:33:24 +01:00
jesopo
9f71bad472 Update CHANGELOG.md 2019-06-24 18:22:49 +01:00
jesopo
dd6b0fdfbd set git_webhooks _name to something nicer ("Webhooks") 2019-06-24 18:18:42 +01:00
jesopo
f66dd83551 remove use of _short_url in gitea.py 2019-06-24 17:47:14 +01:00
jesopo
75e8a64ff9 gitea create hooks have no url 2019-06-24 17:41:29 +01:00
jesopo
cbd35914db 'forced' pushes do not exist in gitea webhooks 2019-06-24 17:37:00 +01:00
jesopo
f10989e8bf Actually pass gitea handler for gitea hooks 2019-06-24 17:35:55 +01:00
jesopo
280fd68f7f use pusher 'login' not 'name' - gitea doesn't have 'name' 2019-06-24 17:31:45 +01:00
jesopo
a1cc2e778c Return 0 seconds if timeout seconds is negative 2019-06-24 17:22:08 +01:00
jesopo
3bc1eb8b8b gitea.GitHub -> gitea.Gitea 2019-06-24 17:17:01 +01:00
jesopo
6b8120dc51 Add gitea.py, fix some consts being in the wrong file 2019-06-24 17:14:39 +01:00
jesopo
d0d6af14d3 Add missing 'utils' import 2019-06-24 15:55:05 +01:00
jesopo
60a4f7aa4a Add missing colors.py file 2019-06-24 15:54:29 +01:00
jesopo
9ae97627c6 'webhooks' -> 'git-webhooks'. move all 'webhooks' settings to 'git-webhooks' 2019-06-24 15:51:55 +01:00
jesopo
c60fb9975f 'github-hooks' -> 'webhooks'. this is a breaking change!
Move any 'github-hooks' channel settings to 'webhook' settings
2019-06-24 15:43:31 +01:00
jesopo
831bcd0d23 Remove old imports from github.py, add missing webhook urllib import 2019-06-24 15:38:27 +01:00
jesopo
65a99c7a84 re-add lost REST API successful return 2019-06-24 15:21:58 +01:00
jesopo
5e51086cdd Fix typos, missed imports, wrong namespaces, etc 2019-06-24 15:20:29 +01:00
jesopo
14f2fd6a03 split github webhook logic in to a more general webhook module 2019-06-24 14:52:37 +01:00
jesopo
2ef85960e9 Wind speed is given to us in metres per second. convert to kph 2019-06-24 07:30:29 +01:00
jesopo
f28195e3ae Update CHANGELOG.md 2019-06-24 07:14:13 +01:00
jesopo
0c9dfd5bdb Also show windspeed in MPh 2019-06-24 07:12:58 +01:00
jesopo
8adf320e65 Get RSS feed and mark all IDs as "seen" when first adding the URL 2019-06-24 06:48:48 +01:00