aboutsummaryrefslogtreecommitdiff
path: root/src/IRCLine.py
Commit message (Expand)AuthorAgeFilesLines
* Actually return `str` object from IRCLine.__str__Gravatar jesopo2019-02-101-1/+1
* Add _char_limit return type hint, fix decoded_data return type hint•••(src/IRCLine.py) Gravatar jesopo2019-02-101-2/+2
* Import IRCServer in IRCLine so type hint comment is valid (src/IRCLine.py)Gravatar jesopo2019-02-101-1/+1
* Add a comment as to why IRCLine's LINE_CUTOFF is 470, not 510Gravatar jesopo2019-02-101-0/+1
* Change LINE_CUTOFF to 470, now that we compute max char counts (src/IRCLine.py)Gravatar jesopo2019-02-101-1/+1
* Let IRCLine.Line handle truncating command outputGravatar jesopo2019-02-101-4/+22
* Shift encoding/truncating IRC lines to src/IRCLine.pyGravatar jesopo2019-02-101-6/+14
* Return truncted data from encode_truncate and hold it in IRCLine.LineGravatar jesopo2019-02-101-1/+3
* IRCLine's `data` should be bytesGravatar jesopo2019-02-101-1/+1
* Add missing src/IRCLine.py fileGravatar jesopo2019-02-101-0/+20