jesopo
|
807e239a2b
|
Ignore sts tokens on plain-text connections if no port key is provided
|
2019-06-10 14:01:58 +01:00 |
|
jesopo
|
53907b57d7
|
command-out truncation logic should be referencing sent_line
|
2019-06-10 11:21:59 +01:00 |
|
jesopo
|
49524119a5
|
Add message_filter.py
|
2019-06-10 10:46:12 +01:00 |
|
jesopo
|
6c5dc958d0
|
Add .assure() to ParsedLine, to make it immune from .valid()
|
2019-06-10 10:45:02 +01:00 |
|
jesopo
|
6c64a2296c
|
draft/resume-0.4 -> draft/resume-0.5
|
2019-06-09 16:18:25 +01:00 |
|
jesopo
|
b782657b69
|
manage tweet thread ourselves to make sure it's a daemon
|
2019-06-09 15:15:50 +01:00 |
|
jesopo
|
62289ff41b
|
Remove debug print
|
2019-06-09 14:25:24 +01:00 |
|
jesopo
|
dad60ed307
|
only add to IRCBuffer when there's actually a message (e.g. exclude TAGMSG)
|
2019-06-08 18:48:42 +01:00 |
|
jesopo
|
abccb06dc5
|
Add missing time import
|
2019-06-08 12:13:51 +01:00 |
|
jesopo
|
d98e814d3f
|
Show how many seconds it took to !bef/!trap a duck
|
2019-06-08 12:10:27 +01:00 |
|
jesopo
|
d4ba98307f
|
We should look at ISUPPORT's STATUSMSG token instead of PREFIX
|
2019-06-08 10:59:52 +01:00 |
|
jesopo
|
16b9361371
|
Only request a CAP once. closes #66
|
2019-06-08 10:17:13 +01:00 |
|
jesopo
|
d9321b87ec
|
self._get_sts no longer exists
|
2019-06-08 07:57:44 +01:00 |
|
jesopo
|
3a2404d1c9
|
Fixes for tweet streaming found from finally testing it
|
2019-06-07 22:01:13 +01:00 |
|
jesopo
|
321bd7acf4
|
check stdout/stderr has_text() before .send() gets rid of it
|
2019-06-07 16:21:19 +01:00 |
|
jesopo
|
b1d07859c3
|
actually return ret
|
2019-06-07 16:21:11 +01:00 |
|
jesopo
|
8e6835be3c
|
Only show typing indicators for commands that expect output
|
2019-06-07 15:57:15 +01:00 |
|
jesopo
|
5f47d86708
|
Send +draft/typing tag when processing commands
|
2019-06-07 15:30:53 +01:00 |
|
jesopo
|
f822345976
|
Merge branch 'master' into feature/write-thread
|
2019-06-07 15:07:31 +01:00 |
|
jesopo
|
2199069629
|
Better formating for pull_request ready_for_review event
|
2019-06-07 11:29:11 +01:00 |
|
jesopo
|
9c6b9c3964
|
List()ify self.bot.servers.values() as it can change mid-QUIT
|
2019-06-06 22:39:57 +01:00 |
|
jesopo
|
d281f5ef17
|
Remove +draft/typing TAGMSG - that was for testing
|
2019-06-06 21:16:39 +01:00 |
|
jesopo
|
f96378ac07
|
move immediate-write-trigger to IRCServer.py, trigger _event_loop for
running=False
|
2019-06-06 17:58:35 +01:00 |
|
jesopo
|
6f27879d1b
|
Send +draft/typing before processing command. WIP
|
2019-06-06 17:31:11 +01:00 |
|
jesopo
|
2ca4fd48f7
|
Make params arg for logging functions optional
|
2019-06-06 12:59:47 +01:00 |
|
jesopo
|
5299f816af
|
assign local var "modes"
|
2019-06-06 11:22:45 +01:00 |
|
jesopo
|
4c6a398f53
|
Ask for our own modes when we get a 001
|
2019-06-06 11:16:47 +01:00 |
|
jesopo
|
4055e7c21f
|
put formatting reset after !seen info (so colors can't leak)
|
2019-06-05 20:52:25 +01:00 |
|
Anton McClure
|
5eeffc30ef
|
Replaced command ,bang with ,trap
|
2019-06-05 10:37:58 -04:00 |
|
jesopo
|
7e3375cfbd
|
Change duck-triggering to be through regex commands that catch ALL messages;
this will make is-silenced and ignores work automatically
|
2019-06-05 14:18:41 +01:00 |
|
jesopo
|
74c3d3a009
|
Don't count JOINs towards duck-triggering messages
|
2019-06-05 14:16:37 +01:00 |
|
jesopo
|
3590a64a51
|
Store information about last-seen-action and recall when !seen is used
|
2019-06-05 13:18:44 +01:00 |
|
jesopo
|
5e8f9ccbcf
|
Remove users from channels/server AFTER we call received.quit
|
2019-06-05 13:18:29 +01:00 |
|
jesopo
|
c6696c8b00
|
Pass along minimalistic formatted lines, as well as prettier ones
|
2019-06-05 13:18:13 +01:00 |
|
jesopo
|
8a536c3ac5
|
WARN when we see 10 labeled-responses while waiting for a response to a line
|
2019-06-05 12:11:14 +01:00 |
|
jesopo
|
0d64f55215
|
Strip html from !define/!randomword output
|
2019-06-05 12:05:51 +01:00 |
|
jesopo
|
6b7705a0ea
|
Fix commit_comment format string and show url
|
2019-06-05 11:40:23 +01:00 |
|
jesopo
|
2d46fe0cbf
|
labels: Use BatchType to match, pass lines not line , batch ID isn't a label,
fire event on label response
|
2019-06-04 17:54:19 +01:00 |
|
jesopo
|
2470c1ec03
|
Add new BatchType object, to match like how Capability and MessageTag do
|
2019-06-04 17:51:55 +01:00 |
|
jesopo
|
8dbae6a5e9
|
Give SentLine (and preproc.send events) a new event object, to track events
related to a line after it is sent
|
2019-06-04 17:51:20 +01:00 |
|
jesopo
|
825dce5292
|
.on_send( only exists on SentLines, not ParsedLines
|
2019-06-04 14:41:55 +01:00 |
|
jesopo
|
09015dd302
|
Change signals.py to subvert write throttling when sending QUIT
|
2019-06-04 14:38:08 +01:00 |
|
jesopo
|
d3cb7dc5cd
|
'hunder2' -> 'hunter2'. meme typos D:
|
2019-06-04 09:30:33 +01:00 |
|
jesopo
|
5071bb1ed7
|
Actually capture IP addresses in groups
|
2019-06-03 16:49:25 +01:00 |
|
jesopo
|
15bb7ebb51
|
Resolve lastfm nowplaying args to a user's set lastfm args is available
|
2019-06-03 16:00:53 +01:00 |
|
jesopo
|
e6d2208cc4
|
Differentiate between send and received ctcp events
|
2019-06-03 14:22:19 +01:00 |
|
jesopo
|
95f59779f7
|
Also track msgids from CTCP in ircv3_msgid.py
|
2019-06-03 14:10:25 +01:00 |
|
jesopo
|
6b2af83681
|
pass is_channel through CTCP events, fire generic "got a ctcp" event
|
2019-06-03 13:51:30 +01:00 |
|
jesopo
|
ef221f4165
|
v1.8.0 release
|
2019-06-03 13:30:39 +01:00 |
|
jesopo
|
248772f3e3
|
Bump resume back down to draft/resume-0.4 (from draft/resume-0.5 ) for now
|
2019-06-03 12:55:09 +01:00 |
|