aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix some deprecationsHEADmasterJesse Luehrs2014-09-022-6/+5
|
* 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
|
* Allow multiple arguments for a numeric commandZachary Dremann2014-06-131-5/+24
|
* 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
|
* Make prefix a struct, not a simple stringZachary Dremann2014-06-101-14/+61
|
* UpdatedZachary Dremann2014-06-102-4/+16
|
* Better Message ParsingZachary Dremann2014-06-091-37/+28
|
* tmpZachary Dremann2014-06-091-14/+12
|
* Using rust-empty for structureZachary Dremann2014-06-092-0/+271