aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* message arg for HTTPWrongContentTypeException/HTTPParsingExceptionGravatar jesopo2019-06-281-5/+5
* Add ircv3.py - for IRCv3-related statsGravatar jesopo2019-06-282-8/+31
* DEBUG log when trying to git.io-shorten a github urlGravatar jesopo2019-06-282-1/+6
* remove dangling "," left over from moving codeGravatar jesopo2019-06-281-1/+1
* DEBUG log when we get a tweet from a streamGravatar jesopo2019-06-281-0/+4
* only create a range url when we have commitsGravatar jesopo2019-06-281-5/+9
* channel-only,require-mode,require-access -> channel_only,require_mode,require...Gravatar jesopo2019-06-271-3/+3
* 'quiet' -> 'mute', add duration parameterGravatar jesopo2019-06-271-17/+33
* add !quiet and !unquietGravatar jesopo2019-06-271-0/+38
* Only abort individual RSS feeds when they failGravatar jesopo2019-06-271-1/+1
* Give descriptions to utils.http.HTTPException subclassesGravatar jesopo2019-06-271-2/+6
* seems i completely forgot try/except syntaxGravatar jesopo2019-06-271-1/+1
* Only show Exception message when rss feeds failGravatar jesopo2019-06-271-3/+3
* exc_info need to be in an `except` blockGravatar jesopo2019-06-271-5/+3
* get rss feed xml ourselves so feedparser.parse can't hang on usGravatar jesopo2019-06-271-2/+4
* Prefix PR commit outputs with "[PR] "Gravatar jesopo2019-06-271-2/+5
* 'ref' -> 'sha' for getting PR commit titlesGravatar jesopo2019-06-271-1/+1
* shortify push range urlGravatar jesopo2019-06-271-1/+2
* pass single-commit url in to _format_pushGravatar jesopo2019-06-271-4/+8
* `forced` does not exist; data["forced"] insteadGravatar jesopo2019-06-271-2/+2
* HTTP GET github PR commits url to get `syncronise` commit messagesGravatar jesopo2019-06-271-15/+41
* Revert "Show commit message, not PR title, for PR pushes"•••This reverts commit 24df8c996e3718825fed5c5df77a5b21c7222fab. Gravatar jesopo2019-06-271-8/+3
* `format._tweet()` takes a `server` param nowGravatar jesopo2019-06-261-2/+2
* add !unshortenGravatar jesopo2019-06-261-0/+18
* add CaseInsensitiveDict.__contains__Gravatar jesopo2019-06-261-0/+2
* add `allow_redirects` kwarg to utils.http.request()Gravatar jesopo2019-06-261-0/+2
* Show commit message, not PR title, for PR pushesGravatar jesopo2019-06-261-3/+8
* implement @utils.kwarg() magic, use it for command.regex hooksGravatar jesopo2019-06-2612-58/+75
* Update IRCBot `except queue.Empty` commentGravatar jesopo2019-06-261-4/+1
* Re-add EventManager check to prevent _call() outside main threadGravatar jesopo2019-06-261-0/+3
* 'call_unsafe_for_result' -> 'call_for_result_unsafe'Gravatar jesopo2019-06-262-2/+2
* Refactor EventManager to only hold hooks on a root objectGravatar jesopo2019-06-267-263/+137
* 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-258-28/+82
* 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-253-11/+39
* 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