summaryrefslogtreecommitdiff
path: root/LibGUI/GTCPSocket.h
AgeCommit message (Collapse)Author
2019-03-18LibGUI: Add GTCPSocket and base class GSocket (inherits from GIODevice.)Andreas Kling
And use these to do the line-by-line reading automagically instead of having that logic in IRCClient. This will definitely come in handy.