jesopo
|
6a4852d2b4
|
server and tag var don't exist
|
2019-05-22 08:42:03 +01:00 |
|
jesopo
|
f52fd2adc4
|
We should be using CAP.available() as it's not a string
|
2019-05-22 08:34:52 +01:00 |
|
jesopo
|
0dbf44a681
|
Default taget_str in send.stdout/send.stderr to target.name
|
2019-05-22 08:24:59 +01:00 |
|
jesopo
|
fe67edecac
|
change arg order for StdOut(/StdErr( in send.stdout/send.stderr events
|
2019-05-21 23:16:54 +01:00 |
|
jesopo
|
d003b8eb57
|
change position of target_str in self.command args
|
2019-05-21 23:14:56 +01:00 |
|
jesopo
|
6d44db6065
|
Remove references to STATUSMSG - just pass around a raw target_str (target
without statusmsg chars stripped off)
|
2019-05-21 23:09:32 +01:00 |
|
jesopo
|
d5a973b84b
|
Don't allow karma for empty strings
|
2019-05-21 16:48:10 +01:00 |
|
jesopo
|
451d0c5928
|
typo, 'preix' -> 'prefix'
|
2019-05-21 15:39:54 +01:00 |
|
jesopo
|
73c3068a8d
|
event["channel"] -> event["target"]
|
2019-05-21 13:53:36 +01:00 |
|
jesopo
|
7ddc539ea6
|
don't overwrite tags var
|
2019-05-21 13:02:40 +01:00 |
|
jesopo
|
11e5cc50c4
|
Keep commands/outs.py tags-agnostic
|
2019-05-21 12:56:05 +01:00 |
|
jesopo
|
a031402c1d
|
Add masterpassword private-only command
|
2019-05-21 12:18:59 +01:00 |
|
jesopo
|
5dd337a92e
|
Move master-password generation out to it's own function
|
2019-05-21 12:17:01 +01:00 |
|
jesopo
|
6678076490
|
Remove column from server.add SQL (leftover from removing 'ipv4' column)
|
2019-05-21 10:45:24 +01:00 |
|
jesopo
|
5ba3c5d460
|
Typo, 'usernaame' -> 'username'
|
2019-05-21 10:45:15 +01:00 |
|
jesopo
|
9124f84e25
|
Strip "+" from the start of port after checking if it is present
|
2019-05-21 10:42:40 +01:00 |
|
jesopo
|
1daa4217ec
|
Add !addserver command
|
2019-05-21 10:16:20 +01:00 |
|
jesopo
|
ab1074cf4d
|
Remove mention of ipv4 - detect address family automatically
|
2019-05-21 10:11:09 +01:00 |
|
jesopo
|
9a5ba753d0
|
event.eat() in command.regex for !title
|
2019-05-21 09:54:51 +01:00 |
|
jesopo
|
2fcaf68f0e
|
Move regex-based github info to command.regex hooks
|
2019-05-21 09:54:18 +01:00 |
|
jesopo
|
281e14d1fb
|
Add the basics of usig BRB instead of QUIT for draft/resume-0.4
|
2019-05-20 16:36:17 +01:00 |
|
jesopo
|
db33e12c8c
|
Remove Capability.enabled() - it's unused
|
2019-05-20 16:36:02 +01:00 |
|
jesopo
|
b12c38c326
|
typing.List -> typing.Sequence
|
2019-05-20 16:35:50 +01:00 |
|
jesopo
|
bdd161256d
|
has_capability -> has_capability_str , add new has_capability
|
2019-05-20 16:33:32 +01:00 |
|
jesopo
|
3ad83655d5
|
ParsedLine already deals with preventing newlines
|
2019-05-20 16:19:37 +01:00 |
|
jesopo
|
161fdb8aa6
|
"you cannot change your own karma" should be stderr not stdout
|
2019-05-20 14:14:44 +01:00 |
|
jesopo
|
02998efc43
|
Actually pass args_split in to _find_command_hook
|
2019-05-20 06:42:17 +01:00 |
|
jesopo
|
c9b9827c14
|
take/return args_split from _find_command_hook, for alias replacing
|
2019-05-20 06:39:58 +01:00 |
|
jesopo
|
2ff21f5f78
|
Typo, 'colr' -> 'color'
|
2019-05-19 21:41:56 +01:00 |
|
jesopo
|
c6f82d3866
|
green/red the whole of likes/dislikes, not just up/down symbols
|
2019-05-19 21:39:35 +01:00 |
|
jesopo
|
5ed9185fb5
|
Remove now-unneeded call to .buffer.skip_next() after a preprocess.command
failure
|
2019-05-19 17:53:21 +01:00 |
|
jesopo
|
9d89d7198e
|
target doesn't exist in message handlers
|
2019-05-19 17:36:31 +01:00 |
|
jesopo
|
db3525778e
|
Only buffer.skip() for non-regex commands
|
2019-05-19 17:34:14 +01:00 |
|
jesopo
|
bf6e4a0e40
|
green/red color for up/down votes on youtube videos
|
2019-05-19 17:33:02 +01:00 |
|
jesopo
|
e752b60f6c
|
use fnmatchcase( so the strings are not case-"normalised"
|
2019-05-19 16:28:46 +01:00 |
|
jesopo
|
c607a0e67c
|
Implement utils.irc.hostmask_match for glob-like hostmask matching
|
2019-05-19 16:24:38 +01:00 |
|
jesopo
|
4806e9c81e
|
Switch to using Capability.copy() for sasl
|
2019-05-19 11:13:37 +01:00 |
|
jesopo
|
c60094ea92
|
matched_caps is actually a str[]
|
2019-05-19 11:13:16 +01:00 |
|
jesopo
|
66ce2ee2b7
|
.copy() all the hardcoded Capabilities in line_handler/ircv3.py
|
2019-05-19 11:10:32 +01:00 |
|
jesopo
|
f386351b7b
|
Use Capability.copy() in metadata.py
|
2019-05-19 11:08:32 +01:00 |
|
jesopo
|
046bb2b8ae
|
Make use of Capability.copy() in resume.py
|
2019-05-19 11:01:44 +01:00 |
|
jesopo
|
58d6b16744
|
Remove _name and _draft_name (unused) and add Capability.copy()
|
2019-05-19 11:00:58 +01:00 |
|
jesopo
|
e4bc57b3cc
|
Actually check auto-title setting
|
2019-05-19 10:44:48 +01:00 |
|
jesopo
|
66c3d26531
|
Don't give draft/resume-0.4 as the non-draft arg to utils.irc.Capability
|
2019-05-19 10:34:50 +01:00 |
|
jesopo
|
5255820b87
|
draft/resume-0.3 -> draft/resume-0.4
|
2019-05-19 10:34:33 +01:00 |
|
jesopo
|
8be178f406
|
Use re.search, not re.match, for command.regex hooks
|
2019-05-19 08:41:20 +01:00 |
|
jesopo
|
7ccfa12b00
|
event["channel"] -> event["target"] (from regex-commands change)
|
2019-05-18 21:33:50 +01:00 |
|
jesopo
|
7671dd2086
|
Switch back to events.name defaulting to None, use typing.cast to fix linting
error
|
2019-05-18 21:14:28 +01:00 |
|
jesopo
|
3b9efe769a
|
Change factoids.py to use regex commands
|
2019-05-18 20:18:55 +01:00 |
|
jesopo
|
6f0b31cb9a
|
Switch imgur.py to use command.regex system
|
2019-05-18 19:20:09 +01:00 |
|