summaryrefslogtreecommitdiffstats
path: root/src/client.rs
Commit message (Expand)AuthorAgeFilesLines
* add a basic runloopJesse Luehrs2014-09-061-0/+12
* better default for hostnameJesse Luehrs2014-09-061-8/+29
* connect should consume the clientbuilderJesse Luehrs2014-09-041-21/+20
* no need to separate commands and replies as typesJesse Luehrs2014-09-041-16/+4
* no reason for these extra & hereJesse Luehrs2014-09-041-3/+3
* send the pass too if setJesse Luehrs2014-09-041-1/+15
* allow setting the user's hostname tooJesse Luehrs2014-09-041-6/+23
* this should use the host we're connecting toJesse Luehrs2014-09-041-1/+1
* move connection initialization into the clientJesse Luehrs2014-09-041-24/+70
* add support for writing irc messagesJesse Luehrs2014-09-031-0/+9
* start working on an irc client classJesse Luehrs2014-09-031-0/+42