summaryrefslogtreecommitdiffstats
path: root/src/client.rs
Commit message (Expand)AuthorAgeFilesLines
* callbacks wip (non-working)closuresJesse Luehrs2014-09-041-1/+35
* use a typedef here to simplify thingsJesse Luehrs2014-09-041-3/+5
* start adding callback supportJesse Luehrs2014-09-041-14/+42
* 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