| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename IRCLine.Line to IRCLine.SentLine, for clarity | 2019-02-24 | 1 | -3/+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 | 2019-02-23 | 1 | -5/+4 | |
| * | Check throttle space when queueing more data not whether there's no queued data | 2019-02-20 | 1 | -2/+2 | |
| * | IRCServer should handle ping_sent, not IRCSocket | 2019-02-11 | 1 | -1/+0 | |
| * | last_read/last_send is now handled by IRCSocket.py | 2019-02-11 | 1 | -0/+3 | |
| * | `socket.getpeername()` can return more than 2 values (IRCSocket) | 2019-02-11 | 1 | -1/+1 | |
| * | `connected` status is now tracked by IRCSockets | 2019-02-11 | 1 | -0/+3 | |
| * | Add `IRCSocket.connected_ip` to hold on to the IP address we connected to (e.g.•••so we know which IP we picked from a round robin DNS) | 2019-02-11 | 1 | -0/+3 | |
| * | Shift socket.socket related logic to IRCSocket.py | 2019-02-11 | 1 | -0/+177 |
