aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* We need to import EventManager in line_handler/__init__.pyGravatar jesopo2019-03-031-1/+1
* Remove added/removed/modified counts from commits (github)Gravatar jesopo2019-03-031-16/+4
* Minor refactors across line_handlerGravatar jesopo2019-03-033-9/+6
* @utils.hook shouldn't be in line_handler/message.pyGravatar jesopo2019-03-031-2/+0
* Add IRCServer.has_capability and use it throughout line_handlerGravatar jesopo2019-03-034-4/+6
* Add COLOR_NEUTRAL, show repo/number/state colours in !ghissueGravatar jesopo2019-03-021-14/+17
* Don't show "[]" when there are no labels in !ghissueGravatar jesopo2019-03-021-2/+6
* Don't check github-hide-prefix in !ghwebhookGravatar jesopo2019-03-021-4/+0
* pinkify pull request number in !ghpullGravatar jesopo2019-03-021-1/+2
* Actually use colored `state` in formatted lineGravatar jesopo2019-03-021-1/+1
* Colour the state of a pull requestGravatar jesopo2019-03-021-0/+13
* Change PR/issue number color to pinkGravatar jesopo2019-03-021-1/+1
* We don't need a "-" to separate PR title anymoreGravatar jesopo2019-03-021-1/+1
* Tweak !ghpull format/coloursGravatar jesopo2019-03-021-5/+6
* Move HTTPWrongContentTypeException catch above Exception catchGravatar jesopo2019-03-011-2/+2
* `event` doesn't have a `"channel"` in an API hookGravatar jesopo2019-03-011-5/+6
* Fix `event` variable name collision (github)Gravatar jesopo2019-03-011-2/+2
* Add a setting to hide github repo namesGravatar jesopo2019-03-011-1/+9
* Capitalise 'PR' in issue_comment events for pull requests (github)Gravatar jesopo2019-03-011-1/+1
* Actually take coins when the house wins (coins)Gravatar jesopo2019-03-011-0/+1
* specifically handle HTTPWrongContentTypeException in title.pyGravatar jesopo2019-02-281-0/+2
* Raise a specific exception in utils.http.request for "wrong content type"Gravatar jesopo2019-02-281-1/+4
* capitalise "PR" (Pull Request)Gravatar jesopo2019-02-281-3/+3
* Move issue/PR number to after action description (github)Gravatar jesopo2019-02-281-10/+8
* Change HTTP request logging from INFO to DEBUGGravatar jesopo2019-02-281-1/+1
* Don't use shortened commit hashes to make URLsGravatar jesopo2019-02-281-3/+3
* COLOR_POSITIVE should be green and COLOR_NEGATIVE should be redGravatar jesopo2019-02-281-2/+2
* Colorise PR/issue numbers (github)Gravatar jesopo2019-02-281-8/+11
* Make repo name grey (github)Gravatar jesopo2019-02-281-1/+3
* Make some colours consts per type of content (github)Gravatar jesopo2019-02-281-12/+18
* only use one "-" to separate text from url in lastfm.pyGravatar jesopo2019-02-281-1/+1
* userplaycount is a str, not an intGravatar jesopo2019-02-281-1/+1
* Don't show lastfm play count if it is 0Gravatar jesopo2019-02-281-1/+2
* Need to str() Hostmask objects in ParsedLine.format()Gravatar jesopo2019-02-281-1/+1
* Treat both `a` and `a=` as None for message-tagsGravatar jesopo2019-02-271-1/+1
* Simplify ParsedLine._tag_str and ParsedLine.format()Gravatar jesopo2019-02-271-21/+18
* Throw ValueError when utils.http.request tries to soup non-html/xml dataGravatar jesopo2019-02-271-3/+6
* Put github-hide-prefix check in all github commandsGravatar jesopo2019-02-271-0/+12
* check on github-hide-prefix was put in the wrong functionGravatar jesopo2019-02-271-4/+4
* Remove additional ')' (copypaste fail)Gravatar jesopo2019-02-271-1/+1
* Make github-hide-prefix apply to !gt as wellGravatar jesopo2019-02-271-0/+4
* Show sender of an issue_comment, not the original commenter (for edits)Gravatar jesopo2019-02-261-1/+1
* Don't try to parse non-html/xml stuff with BeautifulSoupGravatar jesopo2019-02-261-1/+4
* Bump version to v1.2.1Gravatar jesopo2019-02-251-1/+1
* Critical security fix: truncate IRCLine.ParsedLine.format() at newlineGravatar jesopo2019-02-251-1/+1
* Pull "is main thread" logic out to utils, force Database to be accessed on main•••thread Gravatar jesopo2019-02-253-3/+10
* Minor code stylisation in imgur.pyGravatar jesopo2019-02-251-39/+35
* Merge pull request #43 from dngfx/patch-1•••Update imgur.py and add auto linkingGravatar jesopo2019-02-251-3/+94
|\
| * Update imgur.pyGravatar dngfx2019-02-251-1/+1
| * Switch to elifGravatar Dan2019-02-241-1/+1