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
jesopo
ef0b3ec64c
move _check() after timeouted queue.get() so deadlines are met accurately
2019-06-23 20:50:40 +01:00
jesopo
dd1df4dc05
move get_poll_timeout() to event loop now that it is the one calling _check
2019-06-23 19:00:37 +01:00
jesopo
9673963a8d
shift _check() call to event loop function so read_loop needn't call trigger()
2019-06-23 18:53:25 +01:00
jesopo
e88f23e413
iter through rss entries backwards
2019-06-23 16:22:45 +01:00
jesopo
be9ae33880
Update CHANGELOG.md
2019-06-23 16:03:46 +01:00
jesopo
54796470b1
First version of rss.py
2019-06-23 16:03:15 +01:00
jesopo
102aa1dce1
v1.10.0 release
2019-06-23 14:45:56 +01:00
jesopo
78be79b565
Don't discard empty command args for !hash
2019-06-23 12:14:06 +01:00
jesopo
4efbbbce9d
Update CHANGELOG.md
2019-06-23 11:26:32 +01:00
jesopo
ab466756cc
Handle CAP ACK -<cap>
and ACK from a REQ not sent by ircv3.py
2019-06-23 11:23:52 +01:00
jesopo
5028eb02d5
.send_raw() should be used if we're not .send()ing a ParsedLine
2019-06-23 11:22:47 +01:00
jesopo
ab4289aceb
Only show highest channel access symbol in format_activity.py
2019-06-23 10:44:45 +01:00
jesopo
afc287f020
Don't print BitBotPanic stacks when we don't need to
2019-06-23 10:01:15 +01:00
jesopo
7861210495
v1.10.0-rc2
2019-06-23 09:45:47 +01:00
jesopo
3d227e30ed
Update CHANGELOG.md
2019-06-23 09:45:27 +01:00
jesopo
59432a4815
make labeled-response depend on batch
2019-06-23 09:44:59 +01:00
jesopo
22574448da
until_read_timeout is a func - read_timed_out has always been returning false
2019-06-22 23:31:06 +01:00
jesopo
01bad3a76e
Don't needlessly call time.monotonic() when checking cache expirations
2019-06-22 23:30:15 +01:00
jesopo
2f4475a70f
colorise ref for delete
event, same as for create
event
2019-06-22 22:42:52 +01:00
jesopo
7d49826b1a
v1.10.0-rc1
2019-06-22 22:41:17 +01:00
jesopo
c2472f5536
Update CHANGELOG.md
2019-06-22 22:33:04 +01:00
jesopo
f1abc5f10c
remove remove_own_mode( check - deferred_read.py better solves the issue.
...
the issue was getting a MODE line on irc.com prior to 001, thus we didn't know
what our nickname was thus we didn't know that the MODE was for us. not dying
when we saw +x was easy to do with this check but I think it's more correct to
actually parse that MODE after 001 so we know we have +x.
2019-06-22 22:23:05 +01:00
jesopo
29f5b7caf2
add deferred_read.py, to defer parsing of *some* lines until after 001
2019-06-22 22:22:50 +01:00
jesopo
6e93b1e990
Fix more instances of event["args"] (now event["line"].args)
2019-06-22 22:08:39 +01:00
jesopo
6d82cdcb93
Add missing ">" to !help output
2019-06-22 19:36:54 +01:00
jesopo
a7c338c1a9
self.bot.trigger() relaying - needed for write loop notification cross-network
2019-06-22 12:46:56 +01:00
jesopo
3eac36d0f5
Restrict EventManager calls to the main thread
2019-06-22 12:21:44 +01:00
jesopo
7174e83f14
Change raw.send and raw.receive commands to just pass around ParsedLines
2019-06-22 12:17:45 +01:00
jesopo
8671cb3708
Cache ParsedLine IDs of relay messages so we can ignore them (avoid loop)
2019-06-21 20:21:31 +01:00
jesopo
0a302dfd21
pass ParsedLine on message and formatted.* message events
2019-06-21 20:20:28 +01:00