aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix some deprecationsHEADmasterJesse Luehrs2014-09-022-6/+5
|
* s/Share/Sync/Jesse Luehrs2014-09-021-2/+2
|
* [[lib]] is deprecatedJesse Luehrs2014-09-021-1/+1
|
* Bare pointers must now be *const, instead of just *Zachary Dremann2014-06-301-1/+1
|
* Updated for CargoZachary Dremann2014-06-256-7/+34
|
* Allow IrcClient to be cloned, and sent between tasks.Zachary Dremann2014-06-252-72/+89
|
* Give tasks namesZachary Dremann2014-06-181-2/+2
|
* Add usage text to rustiZachary Dremann2014-06-171-10/+29
|
* Don't enable debug symbols by default.Zachary Dremann2014-06-161-1/+1
| | | | | rustc is currently ICE'ing on the client example when compiling with -g. No need to fail the build for this.
* Make errors easierZachary Dremann2014-06-151-2/+10
|
* Add beginning of rusti exampleZachary Dremann2014-06-131-0/+27
|
* 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-122-3/+5
|
* Make construction of an IRC client 2 parts, create, then connect.Zachary Dremann2014-06-122-61/+107
|
* Make prefix a struct, not a simple stringZachary Dremann2014-06-102-15/+62
|
* UpdatedZachary Dremann2014-06-103-4/+32
|
* Update travis.ymlZachary Dremann2014-06-101-0/+1
| | | | Use C language to avoid setting up ruby related things.
* Better Message ParsingZachary Dremann2014-06-092-38/+29
|
* tmpZachary Dremann2014-06-093-30/+30
|
* Create README.mdZachary Dremann2014-06-091-0/+3
|
* Add travis-ci integrationZachary Dremann2014-06-093-4/+8
|
* Using rust-empty for structureZachary Dremann2014-06-097-10/+496
|
* tmpZachary Dremann2014-06-086-169/+301
|
* Initial CommitZachary Dremann2014-06-032-0/+178