index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old debug print()s from admin.py
jesopo
2019-05-22
1
-2
/
+0
*
`_handle` takes a server param
jesopo
2019-05-22
1
-1
/
+1
*
there's no `1` index arg for a batch-end
jesopo
2019-05-22
1
-1
/
+1
*
`server` and `tag` var don't exist
jesopo
2019-05-22
1
-1
/
+2
*
We should be using `CAP.available()` as it's not a string
jesopo
2019-05-22
1
-1
/
+1
*
Default taget_str in send.stdout/send.stderr to target.name
jesopo
2019-05-22
1
-2
/
+4
*
change arg order for StdOut(/StdErr( in send.stdout/send.stderr events
jesopo
2019-05-21
1
-2
/
+2
*
change position of `target_str` in `self.command` args
jesopo
2019-05-21
1
-10
/
+10
*
Remove references to STATUSMSG - just pass around a raw `target_str` (target
•••
without statusmsg chars stripped off)
jesopo
2019-05-21
3
-20
/
+17
*
Don't allow karma for empty strings
jesopo
2019-05-21
1
-0
/
+3
*
typo, 'preix' -> 'prefix'
jesopo
2019-05-21
1
-2
/
+2
*
`event["channel"]` -> `event["target"]`
jesopo
2019-05-21
1
-6
/
+6
*
don't overwrite `tags` var
jesopo
2019-05-21
1
-4
/
+4
*
Keep commands/outs.py tags-agnostic
jesopo
2019-05-21
2
-14
/
+13
*
Add masterpassword private-only command
jesopo
2019-05-21
1
-0
/
+8
*
Move master-password generation out to it's own function
jesopo
2019-05-21
1
-2
/
+6
*
Typo, 'usernaame' -> 'username'
jesopo
2019-05-21
1
-1
/
+1
*
Strip "+" from the start of `port` after checking if it is present
jesopo
2019-05-21
1
-0
/
+1
*
Add !addserver command
jesopo
2019-05-21
1
-0
/
+31
*
event.eat() in command.regex for !title
jesopo
2019-05-21
1
-0
/
+1
*
Move regex-based github info to command.regex hooks
jesopo
2019-05-21
1
-22
/
+27
*
Add the basics of usig BRB instead of QUIT for draft/resume-0.4
jesopo
2019-05-20
1
-0
/
+6
*
`has_capability` -> `has_capability_str`, add new `has_capability`
jesopo
2019-05-20
3
-3
/
+3
*
"you cannot change your own karma" should be stderr not stdout
jesopo
2019-05-20
1
-1
/
+1
*
Actually pass args_split in to _find_command_hook
jesopo
2019-05-20
1
-2
/
+2
*
take/return args_split from _find_command_hook, for alias replacing
jesopo
2019-05-20
1
-7
/
+11
*
Typo, 'colr' -> 'color'
jesopo
2019-05-19
1
-3
/
+3
*
green/red the whole of likes/dislikes, not just up/down symbols
jesopo
2019-05-19
1
-4
/
+5
*
Remove now-unneeded call to `.buffer.skip_next()` after a preprocess.command
•••
failure
jesopo
2019-05-19
1
-1
/
+0
*
`target` doesn't exist in message handlers
jesopo
2019-05-19
1
-2
/
+2
*
Only buffer.skip() for non-regex commands
jesopo
2019-05-19
1
-2
/
+2
*
green/red color for up/down votes on youtube videos
jesopo
2019-05-19
1
-2
/
+4
*
Switch to using Capability.copy() for sasl
jesopo
2019-05-19
1
-1
/
+3
*
matched_caps is actually a str[]
jesopo
2019-05-19
1
-1
/
+0
*
.copy() all the hardcoded Capabilities in line_handler/ircv3.py
jesopo
2019-05-19
1
-0
/
+1
*
Use Capability.copy() in metadata.py
jesopo
2019-05-19
1
-1
/
+3
*
Make use of Capability.copy() in resume.py
jesopo
2019-05-19
1
-2
/
+2
*
Actually check `auto-title` setting
jesopo
2019-05-19
1
-18
/
+19
*
Don't give `draft/resume-0.4` as the non-draft arg to utils.irc.Capability
jesopo
2019-05-19
1
-1
/
+1
*
draft/resume-0.3 -> draft/resume-0.4
jesopo
2019-05-19
1
-1
/
+1
*
Use re.search, not re.match, for command.regex hooks
jesopo
2019-05-19
1
-1
/
+1
*
`event["channel"]` -> `event["target"]` (from regex-commands change)
jesopo
2019-05-18
1
-2
/
+2
*
Change factoids.py to use regex commands
jesopo
2019-05-18
1
-15
/
+9
*
Switch imgur.py to use command.regex system
jesopo
2019-05-18
1
-16
/
+14
*
Hand over regex-based-command responsibilities to `commands` module
jesopo
2019-05-18
5
-190
/
+181
*
.lower() -> .upper() for CAP subcommands. makes a lot more sense.
jesopo
2019-05-18
1
-7
/
+7
*
regex fix, move '+' inside capturing group
jesopo
2019-05-18
1
-1
/
+1
*
`match.group(0)` -> `ref`
jesopo
2019-05-18
1
-1
/
+1
*
Catch github urls in auto-github
jesopo
2019-05-18
1
-4
/
+17
*
Don't try to set `repo` to `org` after we've already changed `org`
jesopo
2019-05-17
1
-1
/
+1
[next]