aboutsummaryrefslogtreecommitdiff
path: root/src/Socket.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix/refactor issues brought up by type hint lintingGravatar jesopo2018-10-301-1/+1
|
* Add type/return hints throughout src/ and, in doing so, fix some cyclicalGravatar jesopo2018-10-301-12/+14
| | | | references.
* Add a way to track non-IRC sockets within the main epoll loop; use this for aGravatar jesopo2018-10-061-0/+51
unix domain control socket!