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
|
6b59830a6e
|
Only print ANSI reset characters when appropriate
|
2019-03-06 21:48:31 +00:00 |
|
jesopo
|
1b7a8bc896
|
Log content of lines that need fallback encoding
|
2019-03-06 17:19:37 +00:00 |
|
jesopo
|
c842c459f4
|
Specifically only catch UnicodeDecodeError in IRCSocket.read
|
2019-03-06 17:02:58 +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
|
5fb9eb5131
|
gitignore .log files in any directory
|
2019-03-06 13:28:08 +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
|
b43a5a7c74
|
Add -N to start.py to disable to-file logging
|
2019-03-04 19:35:18 +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 |
|