| Commit message (Expand) | Author | Age | Files | Lines |
* | Uglify command formatting, getting it to compile | Till Hoeppner | 2015-04-30 | 1 | -11/+29 |
* | Only require env-logger for tests | Till Hoeppner | 2015-04-21 | 1 | -1/+4 |
* | Add formatting for lots of commands | Till Hoeppner | 2015-04-21 | 1 | -9/+83 |
* | No need for eventual | Till Hoeppner | 2015-04-21 | 3 | -25/+27 |
* | Ditch convenience api, switch to byte-indexing | Till Hoeppner | 2015-04-21 | 6 | -514/+510 |
* | Parse and format PASS, NICK, USER, OPER, PING, PONG, JOIN, PART | Till Hoeppner | 2015-04-21 | 4 | -51/+107 |
* | Remove to_name, etc. | Till Hoeppner | 2015-04-21 | 1 | -53/+0 |
* | Move code generation code and sources to 'tool' | Till Hoeppner | 2015-04-21 | 6 | -183/+45 |
* | Manually fixed doc format... again. -.- | Till Hoeppner | 2015-04-21 | 1 | -44/+89 |
* | Manually fixed doc format | Till Hoeppner | 2015-04-21 | 1 | -728/+726 |
* | Refix server | Till Hoeppner | 2015-04-20 | 2 | -3/+3 |
* | Add reply generation | Till Hoeppner | 2015-04-20 | 6 | -745/+2153 |
* | Fix tests and test formatting | Till Hoeppner | 2015-04-20 | 1 | -19/+29 |
* | Clean up message.rs | Till Hoeppner | 2015-04-20 | 1 | -120/+0 |
* | Code to generate base of src/command.rs and replies seperated from RFC | Till Hoeppner | 2015-04-20 | 2 | -0/+821 |
* | Something inbetween working and broken | Till Hoeppner | 2015-04-20 | 5 | -1000/+1884 |
* | Rename user/MODE to UMODE to avoid name-clashes | Till Hoeppner | 2015-04-20 | 1 | -1/+1 |
* | Delete unwanted superheadings | Till Hoeppner | 2015-04-20 | 1 | -76/+0 |
* | Seperate commands section from RFC 2812 for easier parsing | Till Hoeppner | 2015-04-20 | 1 | -0/+1540 |
* | Add edited RFC 2812 to repo, to eventually generate code from | Till Hoeppner | 2015-04-20 | 1 | -0/+2908 |
* | Apparently not. Let's try again. | Till Hoeppner | 2015-04-19 | 3 | -16/+20 |
* | Add auto-publishing by Travis (for real?) | Till Hoeppner | 2015-04-19 | 1 | -10/+14 |
* | Add auto-publishing by Travis | Till Hoeppner | 2015-04-19 | 2 | -3/+6 |
* | Hopefully setup travis doc generation | Till Hoeppner | 2015-04-19 | 1 | -0/+11 |
* | Suppress warnings by commenting stuff, but not deleting it yet (yeah, git, I ... | Till Hoeppner | 2015-04-18 | 1 | -2/+2 |
* | Cleaned up some parts. | Till Hoeppner | 2015-04-18 | 2 | -44/+35 |
* | Strip \r\n for easier processing | Till Hoeppner | 2015-04-18 | 2 | -4/+7 |
* | Strip \u{1} from CTCP messages for easier processing by user | Till Hoeppner | 2015-04-18 | 1 | -4/+9 |
* | Fix CTCP recognition/make tests pass | Till Hoeppner | 2015-04-18 | 1 | -2/+3 |
* | Fix README | Till Hoeppner | 2015-04-18 | 2 | -4/+3 |
* | Merge pull request #3 from tilpner/refactor | Till Höppner | 2015-04-18 | 9 | -173/+1397 |
|\ |
|
| * | Fix README | Till Hoeppner | 2015-04-18 | 1 | -1/+3 |
| * | Make tests/examples compile, not work though | Till Hoeppner | 2015-04-18 | 3 | -11/+7 |
| * | Fix Option/Result confusions + fixes for stability | Till Hoeppner | 2015-04-18 | 3 | -24/+21 |
| * | I forgot to keep track. Embarassing, huh? | Till Hoeppner | 2015-04-18 | 7 | -288/+634 |
| * | Update Cargo.toml | Till Hoeppner | 2015-04-13 | 1 | -4/+9 |
| * | I should make smaller commits. | Till Hoeppner | 2015-01-04 | 7 | -65/+943 |
|/ |
|
* | Bump version and re-change license. | Till Hoeppner | 2014-12-26 | 1 | -3/+3 |
* | Merge pull request #1 from ravenscroftj/master | Till Höppner | 2014-12-26 | 4 | -9/+14 |
|\ |
|
| * | No more warnings about deprecation! | James Ravenscroft | 2014-12-26 | 2 | -2/+4 |
| * | Put examples back to how they were before and removed some into_string deprec... | James Ravenscroft | 2014-12-26 | 3 | -6/+9 |
| * | Changed unwrap_or to unwrap because we want the program to fail instead of us... | James Ravenscroft | 2014-12-25 | 1 | -3/+3 |
| * | Fixed casting of function pointers | James Ravenscroft | 2014-12-25 | 2 | -3/+3 |
| * | Added unwrap calls around ident regex matches | James Ravenscroft | 2014-12-25 | 1 | -3/+3 |
|/ |
|
* | Upload to crates.io plus fixes for changes in Rust | Till Hoeppner | 2014-11-21 | 3 | -8/+12 |
* | Fixed TcpStream::connect invocation | Till Hoeppner | 2014-11-07 | 2 | -3/+8 |
* | Added information about setup to example. | Till Hoeppner | 2014-11-03 | 1 | -0/+2 |
* | Added README | Till Hoeppner | 2014-11-03 | 1 | -0/+55 |
* | Add travis yml | Till Hoeppner | 2014-11-03 | 1 | -0/+1 |
* | Proper PRIVMSG parsing | Till Hoeppner | 2014-11-03 | 2 | -16/+20 |