| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Actually return `str` object from IRCLine.__str__ | 2019-02-10 | 1 | -1/+1 | |
| * | Add _char_limit return type hint, fix decoded_data return type hint•••(src/IRCLine.py) | 2019-02-10 | 1 | -2/+2 | |
| * | Import IRCServer in IRCLine so type hint comment is valid (src/IRCLine.py) | 2019-02-10 | 1 | -1/+1 | |
| * | Add a comment as to why IRCLine's LINE_CUTOFF is 470, not 510 | 2019-02-10 | 1 | -0/+1 | |
| * | Change LINE_CUTOFF to 470, now that we compute max char counts (src/IRCLine.py) | 2019-02-10 | 1 | -1/+1 | |
| * | Let IRCLine.Line handle truncating command output | 2019-02-10 | 1 | -4/+22 | |
| * | Shift encoding/truncating IRC lines to src/IRCLine.py | 2019-02-10 | 1 | -6/+14 | |
| * | Return truncted data from encode_truncate and hold it in IRCLine.Line | 2019-02-10 | 1 | -1/+3 | |
| * | IRCLine's `data` should be bytes | 2019-02-10 | 1 | -1/+1 | |
| * | Add missing src/IRCLine.py file | 2019-02-10 | 1 | -0/+20 |
