aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update README.md for giteaGravatar jesopo2019-06-241-2/+2
|
* Don't show webhook notifications for private reposGravatar jesopo2019-06-243-0/+13
|
* Update CHANGELOG.mdGravatar jesopo2019-06-241-0/+2
|
* set git_webhooks _name to something nicer ("Webhooks")Gravatar jesopo2019-06-241-0/+2
|
* remove use of _short_url in gitea.pyGravatar jesopo2019-06-241-12/+3
|
* gitea `create` hooks have no urlGravatar jesopo2019-06-241-2/+1
|
* 'forced' pushes do not exist in gitea webhooksGravatar jesopo2019-06-241-5/+4
|
* Actually pass gitea handler for gitea hooksGravatar jesopo2019-06-241-1/+1
|
* use pusher 'login' not 'name' - gitea doesn't have 'name'Gravatar jesopo2019-06-241-1/+1
|
* Return 0 seconds if timeout seconds is negativeGravatar jesopo2019-06-241-1/+1
|
* gitea.GitHub -> gitea.GiteaGravatar jesopo2019-06-241-1/+1
|
* Add gitea.py, fix some consts being in the wrong fileGravatar jesopo2019-06-243-2/+258
|
* Add missing 'utils' importGravatar jesopo2019-06-241-0/+2
|
* Add missing colors.py fileGravatar jesopo2019-06-241-0/+6
|
* 'webhooks' -> 'git-webhooks'. move all 'webhooks' settings to 'git-webhooks'Gravatar jesopo2019-06-242-4/+5
|
* 'github-hooks' -> 'webhooks'. this is a breaking change!Gravatar jesopo2019-06-241-2/+1
| | | | Move any 'github-hooks' channel settings to 'webhook' settings
* Remove old imports from github.py, add missing webhook urllib importGravatar jesopo2019-06-242-2/+2
|
* re-add lost REST API successful returnGravatar jesopo2019-06-241-0/+2
|
* Fix typos, missed imports, wrong namespaces, etcGravatar jesopo2019-06-242-138/+66
|
* split github webhook logic in to a more general webhook moduleGravatar jesopo2019-06-244-376/+440
|
* Wind speed is given to us in metres per second. convert to kphGravatar jesopo2019-06-241-3/+5
|
* Update CHANGELOG.mdGravatar jesopo2019-06-241-0/+4
|
* Also show windspeed in MPhGravatar jesopo2019-06-241-3/+5
|
* Get RSS feed and mark all IDs as "seen" when first adding the URLGravatar jesopo2019-06-241-0/+15
|
* move _check() after timeouted queue.get() so deadlines are met accuratelyGravatar jesopo2019-06-231-1/+2
|
* move get_poll_timeout() to event loop now that it is the one calling _checkGravatar jesopo2019-06-231-3/+9
|
* shift _check() call to event loop function so read_loop needn't call trigger()Gravatar jesopo2019-06-231-4/+5
|
* iter through rss entries backwardsGravatar jesopo2019-06-231-3/+3
|
* Update CHANGELOG.mdGravatar jesopo2019-06-231-0/+5
|
* First version of rss.pyGravatar jesopo2019-06-233-1/+120
|
* v1.10.0 releaseGravatar jesopo2019-06-232-2/+2
|
* Don't discard empty command args for !hashGravatar jesopo2019-06-231-1/+1
|
* Update CHANGELOG.mdGravatar jesopo2019-06-231-0/+4
|
* Handle `CAP ACK -<cap>` and ACK from a REQ not sent by ircv3.pyGravatar jesopo2019-06-231-7/+13
|
* .send_raw() should be used if we're not .send()ing a ParsedLineGravatar jesopo2019-06-231-1/+1
|
* Only show highest channel access symbol in format_activity.pyGravatar jesopo2019-06-231-6/+4
|
* Don't print BitBotPanic stacks when we don't need toGravatar jesopo2019-06-231-11/+11
|
* v1.10.0-rc2Gravatar jesopo2019-06-231-1/+1
|
* Update CHANGELOG.mdGravatar jesopo2019-06-231-0/+2
|
* make labeled-response depend on batchGravatar jesopo2019-06-231-1/+1
|
* until_read_timeout is a func - read_timed_out has always been returning falseGravatar jesopo2019-06-221-1/+1
|
* Don't needlessly call time.monotonic() when checking cache expirationsGravatar jesopo2019-06-221-1/+2
|
* colorise ref for `delete` event, same as for `create` eventGravatar jesopo2019-06-221-1/+2
|
* v1.10.0-rc1Gravatar jesopo2019-06-221-1/+1
|
* Update CHANGELOG.mdGravatar jesopo2019-06-221-0/+4
|
* remove remove_own_mode( check - deferred_read.py better solves the issue.Gravatar jesopo2019-06-221-5/+1
| | | | | | | 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.
* add deferred_read.py, to defer parsing of *some* lines until after 001Gravatar jesopo2019-06-221-0/+23
|
* Fix more instances of event["args"] (now event["line"].args)Gravatar jesopo2019-06-224-8/+9
|
* Add missing ">" to !help outputGravatar jesopo2019-06-221-1/+1
|
* self.bot.trigger() relaying - needed for write loop notification cross-networkGravatar jesopo2019-06-221-1/+4
|