aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* _on_topic doesn't take an IRCChannel paramGravatar jesopo2019-03-051-1/+1
|
* We need to pass a user object to _privmsgGravatar jesopo2019-03-051-4/+9
|
* Use utils.ISO8601_PARSE in format_activityGravatar jesopo2019-03-052-3/+1
|
* import datetime in format_activity.pyGravatar jesopo2019-03-051-0/+1
|
* Move formatted lines to loggable format to format_activity.pyGravatar jesopo2019-03-052-146/+180
|
* 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-033-4/+4
|
* 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
|
* 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
|
* 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
|
* Minor code stylisation in imgur.pyGravatar jesopo2019-02-251-39/+35
|
* Update imgur.pyGravatar dngfx2019-02-251-1/+1
|
* Switch to elifGravatar Dan2019-02-241-1/+1
|
* Remove superfluous json import and change datetime to match code standards.Gravatar Dan2019-02-241-4/+3
|
* Remove bold title, set NSFW_TEXT variable, fix bold spacing, fix PEP8 line ↵Gravatar Dan2019-02-241-12/+8
| | | | breaks between definitions. Remove _imgur def and hook straight into code.
* Update imgur.pyGravatar dngfx2019-02-241-3/+1
| | | Remove debug logging cruft
* Update imgur.pyGravatar dngfx2019-02-241-3/+101
| | | Add auto-imgur for auto linking of imgur and make the linking a bit fancier.
* Don't duplicate `"other-error"` (sasl.scram)Gravatar jesopo2019-02-241-2/+1
|