| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
