aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only require env-logger for testsTill Hoeppner2015-04-211-1/+4
* Add formatting for lots of commandsTill Hoeppner2015-04-211-9/+83
* No need for eventualTill Hoeppner2015-04-213-25/+27
* Ditch convenience api, switch to byte-indexingTill Hoeppner2015-04-216-514/+510
* Parse and format PASS, NICK, USER, OPER, PING, PONG, JOIN, PARTTill Hoeppner2015-04-214-51/+107
* Remove to_name, etc.Till Hoeppner2015-04-211-53/+0
* Move code generation code and sources to 'tool'Till Hoeppner2015-04-216-183/+45
* Manually fixed doc format... again. -.-Till Hoeppner2015-04-211-44/+89
* Manually fixed doc formatTill Hoeppner2015-04-211-728/+726
* Refix serverTill Hoeppner2015-04-202-3/+3
* Add reply generationTill Hoeppner2015-04-206-745/+2153
* Fix tests and test formattingTill Hoeppner2015-04-201-19/+29
* Clean up message.rsTill Hoeppner2015-04-201-120/+0
* Code to generate base of src/command.rs and replies seperated from RFCTill Hoeppner2015-04-202-0/+821
* Something inbetween working and brokenTill Hoeppner2015-04-205-1000/+1884
* Rename user/MODE to UMODE to avoid name-clashesTill Hoeppner2015-04-201-1/+1
* Delete unwanted superheadingsTill Hoeppner2015-04-201-76/+0
* Seperate commands section from RFC 2812 for easier parsingTill Hoeppner2015-04-201-0/+1540
* Add edited RFC 2812 to repo, to eventually generate code fromTill Hoeppner2015-04-201-0/+2908
* Apparently not. Let's try again.Till Hoeppner2015-04-193-16/+20
* Add auto-publishing by Travis (for real?)Till Hoeppner2015-04-191-10/+14
* Add auto-publishing by TravisTill Hoeppner2015-04-192-3/+6
* Hopefully setup travis doc generationTill Hoeppner2015-04-191-0/+11
* Suppress warnings by commenting stuff, but not deleting it yet (yeah, git, I ...Till Hoeppner2015-04-181-2/+2
* Cleaned up some parts.Till Hoeppner2015-04-182-44/+35
* Strip \r\n for easier processingTill Hoeppner2015-04-182-4/+7
* Strip \u{1} from CTCP messages for easier processing by userTill Hoeppner2015-04-181-4/+9
* Fix CTCP recognition/make tests passTill Hoeppner2015-04-181-2/+3
* Fix READMETill Hoeppner2015-04-182-4/+3
* Merge pull request #3 from tilpner/refactorTill Höppner2015-04-189-173/+1397
|\
| * Fix READMETill Hoeppner2015-04-181-1/+3
| * Make tests/examples compile, not work thoughTill Hoeppner2015-04-183-11/+7
| * Fix Option/Result confusions + fixes for stabilityTill Hoeppner2015-04-183-24/+21
| * I forgot to keep track. Embarassing, huh?Till Hoeppner2015-04-187-288/+634
| * Update Cargo.tomlTill Hoeppner2015-04-131-4/+9
| * I should make smaller commits.Till Hoeppner2015-01-047-65/+943
|/
* Bump version and re-change license.Till Hoeppner2014-12-261-3/+3
* Merge pull request #1 from ravenscroftj/masterTill Höppner2014-12-264-9/+14
|\
| * No more warnings about deprecation!James Ravenscroft2014-12-262-2/+4
| * Put examples back to how they were before and removed some into_string deprec...James Ravenscroft2014-12-263-6/+9
| * Changed unwrap_or to unwrap because we want the program to fail instead of us...James Ravenscroft2014-12-251-3/+3
| * Fixed casting of function pointersJames Ravenscroft2014-12-252-3/+3
| * Added unwrap calls around ident regex matchesJames Ravenscroft2014-12-251-3/+3
|/
* Upload to crates.io plus fixes for changes in RustTill Hoeppner2014-11-213-8/+12
* Fixed TcpStream::connect invocationTill Hoeppner2014-11-072-3/+8
* Added information about setup to example.Till Hoeppner2014-11-031-0/+2
* Added READMETill Hoeppner2014-11-031-0/+55
* Add travis ymlTill Hoeppner2014-11-031-0/+1
* Proper PRIVMSG parsingTill Hoeppner2014-11-032-16/+20
* API improvements, but more copyingTill Hoeppner2014-11-037-132/+138