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
/
commands
/
outs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove @staticmethod
panicbit
2019-10-12
1
-2
/
+1
*
Adjust line splitpoints to word boundaries
panicbit
2019-10-09
1
-0
/
+15
*
replace \n\n with \n in command outputs
jesopo
2019-07-15
1
-1
/
+7
*
Allow commands to append to out/err prefix
jesopo
2019-07-03
1
-7
/
+11
*
add `margin` arg to ParsedLine.truncate so commands/outs.py doesn't do it
•••
manually and cause potential issues with multi-byte chars
jesopo
2019-06-19
1
-5
/
+3
*
Remove debug prints
jesopo
2019-06-18
1
-2
/
+0
*
Simplify SentLine by shifting truncation to ParsedLine (and commands.outs)
jesopo
2019-06-18
1
-7
/
+15
*
command-out truncation logic should be referencing `sent_line`
jesopo
2019-06-10
1
-3
/
+3
*
Add `.assure()` to ParsedLine, to make it immune from `.valid()`
jesopo
2019-06-10
1
-9
/
+18
*
Remove references to STATUSMSG - just pass around a raw `target_str` (target
•••
without statusmsg chars stripped off)
jesopo
2019-05-21
1
-5
/
+4
*
Keep commands/outs.py tags-agnostic
jesopo
2019-05-21
1
-8
/
+5
*
No longer prefix stderr with "!", it doesn't really make sense
jesopo
2019-04-30
1
-1
/
+1
*
Typo in commands/outs.py, 'methd' -> 'method'
jesopo
2019-04-30
1
-1
/
+1
*
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
jesopo
2019-02-23
1
-1
/
+1
*
Clear command Out text when there's nothing left to send
jesopo
2019-02-22
1
-0
/
+2
*
Typo, 'ValuError' -> 'ValueError'
jesopo
2019-02-22
1
-1
/
+1
*
Let IRCLine.Line handle truncating command output
jesopo
2019-02-10
1
-18
/
+11
*
Move REGEX_CUTOFF to outs.py (commands)
jesopo
2019-02-09
1
-0
/
+3
*
Move StdOut/StdErr specific consts to outs.py (commands)
jesopo
2019-02-09
1
-0
/
+4
*
Split command StdOut/StdErr in to their own file (commands)
jesopo
2019-02-09
1
-0
/
+61