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
/
src
/
IRCLine.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle negative (end-relative) indexes being given to IRCArgs.get
jesopo
2019-03-08
1
-1
/
+4
*
Handle IRCArgs being empty strings (e.g. 'PRIVMSG #test :')
jesopo
2019-03-08
1
-1
/
+2
*
Need to str() Hostmask objects in ParsedLine.format()
jesopo
2019-02-28
1
-1
/
+1
*
Simplify ParsedLine._tag_str and ParsedLine.format()
jesopo
2019-02-27
1
-21
/
+18
*
Critical security fix: truncate IRCLine.ParsedLine.format() at newline
jesopo
2019-02-25
1
-1
/
+1
*
Rename IRCLine.Line to IRCLine.SentLine, for clarity
jesopo
2019-02-24
1
-2
/
+2
*
Make IRCArgs mutable
jesopo
2019-02-23
1
-1
/
+3
*
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
-24
/
+109
*
Actually return `str` object from IRCLine.__str__
jesopo
2019-02-10
1
-1
/
+1
*
Add _char_limit return type hint, fix decoded_data return type hint
•••
(src/IRCLine.py)
jesopo
2019-02-10
1
-2
/
+2
*
Import IRCServer in IRCLine so type hint comment is valid (src/IRCLine.py)
jesopo
2019-02-10
1
-1
/
+1
*
Add a comment as to why IRCLine's LINE_CUTOFF is 470, not 510
jesopo
2019-02-10
1
-0
/
+1
*
Change LINE_CUTOFF to 470, now that we compute max char counts (src/IRCLine.py)
jesopo
2019-02-10
1
-1
/
+1
*
Let IRCLine.Line handle truncating command output
jesopo
2019-02-10
1
-4
/
+22
*
Shift encoding/truncating IRC lines to src/IRCLine.py
jesopo
2019-02-10
1
-6
/
+14
*
Return truncted data from encode_truncate and hold it in IRCLine.Line
jesopo
2019-02-10
1
-1
/
+3
*
IRCLine's `data` should be bytes
jesopo
2019-02-10
1
-1
/
+1
*
Add missing src/IRCLine.py file
jesopo
2019-02-10
1
-0
/
+20