jesopo
|
6463bb16b5
|
move code in to the string format arg for log functions
|
2019-03-13 13:35:42 +00:00 |
|
jesopo
|
6c5a6ff9cd
|
Show returned status code when _handle finishes
|
2019-03-13 13:33:53 +00:00 |
|
jesopo
|
df3075ce27
|
Show user hostmask (not just nick) on formatted.join
|
2019-03-12 10:41:45 +00:00 |
|
jesopo
|
9026f722c1
|
Remove default logging, show request path in our own _handle logging
|
2019-03-11 12:16:56 +00:00 |
|
jesopo
|
96f8777a8f
|
Show ip and port as "ip:port" in _handle logging
|
2019-03-11 12:14:29 +00:00 |
|
jesopo
|
9d91ea6ed4
|
DEBUG log when REST API _handle starts and finishes
|
2019-03-11 12:12:51 +00:00 |
|
jesopo
|
695327c2e8
|
Don't fail when eagle api url/key are not present
|
2019-03-11 09:42:34 +00:00 |
|
jesopo
|
b995d9f954
|
Add --require-config hashflag in nr.py
|
2019-03-11 09:42:16 +00:00 |
|
jesopo
|
5d7f017c9c
|
Enum values shouldn't be all upper case
|
2019-03-10 13:14:25 +00:00 |
|
jesopo
|
2dc290951a
|
preprocess.send.* event don't have IRCChannel objects on them
|
2019-03-10 13:09:37 +00:00 |
|
jesopo
|
c2eb96882a
|
show short commit hash in individual push messages (github)
|
2019-03-10 10:31:32 +00:00 |
|
jesopo
|
2d949391a6
|
Support setting strip-color per-channel not just per-server
|
2019-03-09 13:37:59 +00:00 |
|
jesopo
|
4f74ca4c0c
|
Handle trying to strip colours from a PRIVMSG/NOTICE that has no message
|
2019-03-08 23:23:38 +00:00 |
|
jesopo
|
5165e53264
|
Fix local variable overwrite for reason in formatted.quit logic
|
2019-03-08 17:20:57 +00:00 |
|
jesopo
|
c973dc550c
|
prefix formatted.mode.channel with "- "
|
2019-03-08 09:53:04 +00:00 |
|
jesopo
|
cbd6092ff1
|
Send IRCUser object on formatted.quit event
|
2019-03-07 21:44:32 +00:00 |
|
jesopo
|
c8f5f0b0ad
|
"- " should have been inside the string
|
2019-03-07 18:01:00 +00:00 |
|
jesopo
|
7811d9874c
|
Prefix user-related lines in format_activity with "- "
|
2019-03-07 17:58:17 +00:00 |
|
jesopo
|
b9fa74dbb5
|
Move PR number into/after action for pull_request events
|
2019-03-07 08:35:29 +00:00 |
|
jesopo
|
1dad4827b6
|
Set a user's username/hostname/account BEFORE sending a received.join
|
2019-03-06 15:51:10 +00:00 |
|
jesopo
|
c876940443
|
Set username/hostname on users on JOIN regardless of whether we know theirs
already
|
2019-03-06 15:50:24 +00:00 |
|
jesopo
|
fb5b956f99
|
Send IRCChannel on formatted.topic-timestamp event
|
2019-03-06 15:04:19 +00:00 |
|
jesopo
|
ed3fc0e5d4
|
don't utils.irc.parse_format in format_activity.py, so we don't have to use
raw_line in channel_log
|
2019-03-06 14:30:33 +00:00 |
|
jesopo
|
380d91aba7
|
Expose 'log' channel setting to !channelset
|
2019-03-06 13:57:41 +00:00 |
|
jesopo
|
b4b15e5678
|
Don't treat ACTION CTCP as a different event to normal PRIVMSGs
|
2019-03-06 13:51:38 +00:00 |
|
jesopo
|
61acf6cd8e
|
Attach channel object to formatted.rename events
|
2019-03-06 13:39:20 +00:00 |
|
jesopo
|
77dd36cbf6
|
Add channel_log module for per-channel logging
|
2019-03-06 13:36:46 +00:00 |
|
jesopo
|
9920721bc5
|
Pass IRCChannel and IRCUser objects on formatted events where applicable
|
2019-03-06 13:36:18 +00:00 |
|
jesopo
|
bca0d38388
|
Also print private notices
|
2019-03-06 08:08:40 +00:00 |
|
jesopo
|
b5b841033f
|
Do format parsing (color, bold, etc) in format_activity.py
|
2019-03-06 08:08:20 +00:00 |
|
jesopo
|
b549a28bed
|
'pull' -> 'PR' in !ghpull
|
2019-03-05 11:41:24 +00:00 |
|
jesopo
|
11c4d70156
|
add IRCServer.clear_send_buffer() to clear queued lines
|
2019-03-05 11:35:24 +00:00 |
|
jesopo
|
91c2ab03ba
|
add IRCServer.send_enabled, to prevent sending after QUIT in signals.py
|
2019-03-05 11:29:46 +00:00 |
|
jesopo
|
68ebecedfd
|
Don't send random quit quote on SIGINT
|
2019-03-05 11:25:34 +00:00 |
|
jesopo
|
9e98754188
|
Treat our own user as a regular user throughout line_handler
|
2019-03-05 11:20:32 +00:00 |
|
jesopo
|
79930be7a3
|
private notices shouldn't be sent out as formatted.notice.channel
|
2019-03-05 09:52:38 +00:00 |
|
jesopo
|
b4f3ff3344
|
_on_topic doesn't take an IRCChannel param
|
2019-03-05 09:30:50 +00:00 |
|
jesopo
|
2750f29989
|
We need to pass a user object to _privmsg
|
2019-03-05 09:30:36 +00:00 |
|
jesopo
|
0a5ebd0cf4
|
Use utils.ISO8601_PARSE in format_activity
|
2019-03-05 09:30:10 +00:00 |
|
jesopo
|
a9a3ad7abd
|
import datetime in format_activity.py
|
2019-03-05 09:29:54 +00:00 |
|
jesopo
|
db9744a0b5
|
Move formatted lines to loggable format to format_activity.py
|
2019-03-05 09:19:06 +00:00 |
|
jesopo
|
cf262c6d8a
|
We need to import EventManager in line_handler/__init__.py
|
2019-03-03 23:34:39 +00:00 |
|
jesopo
|
4aa86f865c
|
Remove added/removed/modified counts from commits (github)
|
2019-03-03 22:49:06 +00:00 |
|
jesopo
|
2affba99ca
|
Minor refactors across line_handler
|
2019-03-03 22:46:24 +00:00 |
|
jesopo
|
4aa9a06635
|
@utils.hook shouldn't be in line_handler/message.py
|
2019-03-03 22:45:54 +00:00 |
|
jesopo
|
7a3db82300
|
Add IRCServer.has_capability and use it throughout line_handler
|
2019-03-03 22:38:34 +00:00 |
|
jesopo
|
7c654b4475
|
Add COLOR_NEUTRAL, show repo/number/state colours in !ghissue
|
2019-03-02 21:32:08 +00:00 |
|
jesopo
|
a063f54a38
|
Don't show "[]" when there are no labels in !ghissue
|
2019-03-02 21:14:51 +00:00 |
|
jesopo
|
91a7f622b8
|
Don't check github-hide-prefix in !ghwebhook
|
2019-03-02 09:30:53 +00:00 |
|
jesopo
|
6b3b2b6e87
|
pinkify pull request number in !ghpull
|
2019-03-02 08:44:32 +00:00 |
|
jesopo
|
1ad9bd2047
|
Actually use colored state in formatted line
|
2019-03-02 08:40:04 +00:00 |
|
jesopo
|
e4a4b193fe
|
Colour the state of a pull request
|
2019-03-02 08:38:56 +00:00 |
|
jesopo
|
c45fcb34d1
|
Change PR/issue number color to pink
|
2019-03-02 08:38:45 +00:00 |
|
jesopo
|
a30bc92b94
|
We don't need a "-" to separate PR title anymore
|
2019-03-02 08:31:06 +00:00 |
|
jesopo
|
7c63dbcf00
|
Tweak !ghpull format/colours
|
2019-03-02 08:29:45 +00:00 |
|
jesopo
|
b1e40e8d4c
|
Move HTTPWrongContentTypeException catch above Exception catch
|
2019-03-01 23:29:07 +00:00 |
|
jesopo
|
ab0b3be741
|
event doesn't have a "channel" in an API hook
|
2019-03-01 22:21:07 +00:00 |
|
jesopo
|
293b3a8ce3
|
Fix event variable name collision (github)
|
2019-03-01 21:47:00 +00:00 |
|
jesopo
|
88a28352b8
|
Add a setting to hide github repo names
|
2019-03-01 21:20:19 +00:00 |
|
jesopo
|
43eda14267
|
Capitalise 'PR' in issue_comment events for pull requests (github)
|
2019-03-01 21:12:46 +00:00 |
|
jesopo
|
1e9772e578
|
Actually take coins when the house wins (coins)
|
2019-03-01 15:00:56 +00:00 |
|
jesopo
|
4467ba8ab6
|
specifically handle HTTPWrongContentTypeException in title.py
|
2019-02-28 23:30:09 +00:00 |
|
jesopo
|
9193a51c55
|
capitalise "PR" (Pull Request)
|
2019-02-28 23:16:37 +00:00 |
|
jesopo
|
985fc51dea
|
Move issue/PR number to after action description (github)
|
2019-02-28 23:15:13 +00:00 |
|
jesopo
|
1dab3dd07e
|
Change HTTP request logging from INFO to DEBUG
|
2019-02-28 17:51:26 +00:00 |
|
jesopo
|
35ba165e0c
|
Don't use shortened commit hashes to make URLs
|
2019-02-28 17:21:19 +00:00 |
|
jesopo
|
b4fca127d1
|
COLOR_POSITIVE should be green and COLOR_NEGATIVE should be red
|
2019-02-28 17:18:47 +00:00 |
|
jesopo
|
ae95f81c8b
|
Colorise PR/issue numbers (github)
|
2019-02-28 17:10:42 +00:00 |
|
jesopo
|
02c7c4503c
|
Make repo name grey (github)
|
2019-02-28 17:10:31 +00:00 |
|
jesopo
|
58b1e41b5d
|
Make some colours consts per type of content (github)
|
2019-02-28 17:09:52 +00:00 |
|
jesopo
|
cedd080f75
|
only use one "-" to separate text from url in lastfm.py
|
2019-02-28 16:34:22 +00:00 |
|
jesopo
|
bb6b292b6c
|
userplaycount is a str, not an int
|
2019-02-28 16:23:53 +00:00 |
|
jesopo
|
e77d681d7d
|
Don't show lastfm play count if it is 0
|
2019-02-28 16:22:35 +00:00 |
|
jesopo
|
f431fdfd16
|
Put github-hide-prefix check in all github commands
|
2019-02-27 14:56:20 +00:00 |
|
jesopo
|
0ed6d05b03
|
check on github-hide-prefix was put in the wrong function
|
2019-02-27 14:55:28 +00:00 |
|
jesopo
|
e6cb5e3e6b
|
Remove additional ')' (copypaste fail)
|
2019-02-27 14:53:03 +00:00 |
|
jesopo
|
52092cfe28
|
Make github-hide-prefix apply to !gt as well
|
2019-02-27 14:52:10 +00:00 |
|
jesopo
|
120eb03173
|
Show sender of an issue_comment, not the original commenter (for edits)
|
2019-02-26 21:55:34 +00:00 |
|
jesopo
|
5eceb5655c
|
Minor code stylisation in imgur.py
|
2019-02-25 09:59:38 +00:00 |
|
dngfx
|
6471360656
|
Update imgur.py
|
2019-02-25 09:01:52 +00:00 |
|
Dan
|
6771c3fec1
|
Switch to elif
|
2019-02-24 21:14:08 +00:00 |
|
Dan
|
ccd924d9e7
|
Remove superfluous json import and change datetime to match code standards.
|
2019-02-24 21:13:02 +00:00 |
|
Dan
|
4daba2b1ac
|
Remove bold title, set NSFW_TEXT variable, fix bold spacing, fix PEP8 line breaks between definitions. Remove _imgur def and hook straight into code.
|
2019-02-24 21:10:25 +00:00 |
|
dngfx
|
0444f9c0b9
|
Update imgur.py
Remove debug logging cruft
|
2019-02-24 20:37:17 +00:00 |
|
dngfx
|
266cbbfe1e
|
Update imgur.py
Add auto-imgur for auto linking of imgur and make the linking a bit fancier.
|
2019-02-24 20:34:10 +00:00 |
|
jesopo
|
f3f6102dbc
|
Don't duplicate "other-error" (sasl.scram)
|
2019-02-24 09:04:42 +00:00 |
|
jesopo
|
77ab4707b2
|
Send IRCBot.VERSION on a CTCP VERSION (ctcp.py)
|
2019-02-24 08:39:20 +00:00 |
|
jesopo
|
fdce6ef7a6
|
We now need to .send( an IRCLine.ParseLine in perform.py
|
2019-02-24 08:04:35 +00:00 |
|
jesopo
|
1473f41b03
|
Fire preprocess.send per-command - use this to only strip colors from ParsedLine
objects for PRIVMSG and NOTICE
|
2019-02-23 21:40:11 +00:00 |
|
jesopo
|
8c94bcf6ca
|
Move utils.irc.IRCParsedLine to IRCLine.ParsedLine, improve truncation
mechanism, don't convert sent line from ParsedLine to text to ParsedLine for
line_handler handling
|
2019-02-23 21:33:04 +00:00 |
|
jesopo
|
f4a403836b
|
!raw needs to parse the line it's given in to an IRCParsedLine now
|
2019-02-23 16:11:41 +00:00 |
|
jesopo
|
6bdec003a1
|
Split PRIVMSG last param explicitly by " " to make message_split
|
2019-02-23 10:54:17 +00:00 |
|
jesopo
|
ed4643b15d
|
Use new IRCChannel/IRCUser send_tagmsg in message_tracking.py
|
2019-02-22 22:37:27 +00:00 |
|
jesopo
|
9d72cbca73
|
Keep track of a user's away message, not just whether they're away or not
|
2019-02-22 22:26:50 +00:00 |
|
jesopo
|
dec3485071
|
Clear command Out text when there's nothing left to send
|
2019-02-22 17:47:25 +00:00 |
|
jesopo
|
9408cc9487
|
Typo, 'ValuError' -> 'ValueError'
|
2019-02-22 17:44:46 +00:00 |
|
jesopo
|
76c6cc3709
|
Typo, 'taget' -> 'target'
|
2019-02-22 16:31:17 +00:00 |
|
jesopo
|
5cae86333b
|
Typo, 'channels' -> 'channel'
|
2019-02-22 11:27:31 +00:00 |
|
jesopo
|
2b430839f9
|
.on doesn't take kwargs - .call does
|
2019-02-22 11:26:48 +00:00 |
|
jesopo
|
6177d5c984
|
Typo, 'channels' -> 'channel'
|
2019-02-22 11:25:04 +00:00 |
|