aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Switch all 'hook.kwargs.get(' calls to 'hook.get_kwarg('Gravatar jesopo2019-06-263-8/+10
* dont use "|" multi-event syntax. it's weirdGravatar jesopo2019-06-262-2/+4
* add --depends-on hashflags to shorturl.pyGravatar jesopo2019-06-251-0/+3
* merge bitly code back in to shorturl.py as we use it for default shortenerGravatar jesopo2019-06-252-30/+18
* 'vote-start-restricted' -> 'votes-start-restricted' so as to avoid findGravatar jesopo2019-06-251-2/+2
* `event` doesn't exist in _get_titleGravatar jesopo2019-06-251-5/+5
* Add system to have multiple url shorteners and chose which to useGravatar jesopo2019-06-257-28/+70
* catch and format "unknown record type" exceptionsGravatar jesopo2019-06-251-1/+4
* Allow specifying of nameserver as '!dns <host> @1.2.3.4'Gravatar jesopo2019-06-251-3/+10
* Improve !dns command, allow setting dns nameserver per-serverGravatar jesopo2019-06-251-10/+37
* unknown_command.py -> command_suggestions.pyGravatar jesopo2019-06-241-0/+0
* Make propability-based command suggestions on unknown commandGravatar jesopo2019-06-241-0/+22
* send is_channel kwarg on unknown.command eventGravatar jesopo2019-06-241-2/+3
* Fire an event when a user tries an unknown commandGravatar jesopo2019-06-241-0/+8
* 'sucess_message' -> 'success_message'Gravatar jesopo2019-06-241-1/+1
* 'web hooks' -> 'webhooks'Gravatar jesopo2019-06-241-1/+1
* rss-seen-ids should be set per-url or they'll overwrite each otherGravatar jesopo2019-06-241-3/+3
* '_title' -> '_name'Gravatar jesopo2019-06-241-1/+1
* Add missing `import re`Gravatar jesopo2019-06-241-1/+1
* Don't show webhook notifications for private reposGravatar jesopo2019-06-243-0/+13
* 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
* 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!•••Move any 'github-hooks' channel settings to 'webhook' settings Gravatar jesopo2019-06-241-2/+1
* 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
* 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
* iter through rss entries backwardsGravatar jesopo2019-06-231-3/+3
* First version of rss.pyGravatar jesopo2019-06-231-0/+118
* Don't discard empty command args for !hashGravatar jesopo2019-06-231-1/+1
* 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
* make labeled-response depend on batchGravatar jesopo2019-06-231-1/+1
* colorise ref for `delete` event, same as for `create` eventGravatar jesopo2019-06-221-1/+2
* 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