aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix some deprecationsHEADmasterJesse Luehrs2014-09-021-1/+0
|
* s/Share/Sync/Jesse Luehrs2014-09-021-2/+2
|
* Bare pointers must now be *const, instead of just *Zachary Dremann2014-06-301-1/+1
|
* Allow IrcClient to be cloned, and sent between tasks.Zachary Dremann2014-06-251-69/+78
|
* Give tasks namesZachary Dremann2014-06-181-2/+2
|
* Do not throw out buffered data by dropping a buffered readerZachary Dremann2014-06-131-6/+6
|
* Usernames, etc don't need to be options.Zachary Dremann2014-06-121-8/+10
|
* Close right away when connection is closed by remoteZachary Dremann2014-06-121-2/+1
|
* Make construction of an IRC client 2 parts, create, then connect.Zachary Dremann2014-06-121-52/+99
|
* UpdatedZachary Dremann2014-06-101-0/+4
|
* tmpZachary Dremann2014-06-091-14/+12
|
* Using rust-empty for structureZachary Dremann2014-06-091-0/+86