summaryrefslogtreecommitdiffstats
path: root/src/client.rs
Commit message (Collapse)AuthorAgeFilesLines
* allow setting the user's hostname tooJesse Luehrs2014-09-041-6/+23
| | | | | eventually we should default this to something more sensible than "localhost"
* 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