| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -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 | 3 | -68/+1397 |
* | 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 |
* | Something inbetween working and broken | Till Hoeppner | 2015-04-20 | 4 | -996/+1880 |
* | Apparently not. Let's try again. | Till Hoeppner | 2015-04-19 | 2 | -13/+17 |
* | Cleaned up some parts. | Till Hoeppner | 2015-04-18 | 2 | -44/+35 |
* | Strip \r\n for easier processing | Till Hoeppner | 2015-04-18 | 1 | -4/+6 |
* | 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 | 1 | -1/+0 |
* | Make tests/examples compile, not work though | Till Hoeppner | 2015-04-18 | 2 | -5/+5 |
* | 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 | 5 | -270/+613 |
* | I should make smaller commits. | Till Hoeppner | 2015-01-04 | 5 | -60/+921 |
* | 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 | 2 | -5/+8 |
* | 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 | 1 | -1/+1 |
* | 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 | 2 | -45/+7 |
* | Fixed TcpStream::connect invocation | Till Hoeppner | 2014-11-07 | 2 | -3/+8 |
* | Proper PRIVMSG parsing | Till Hoeppner | 2014-11-03 | 2 | -16/+20 |
* | API improvements, but more copying | Till Hoeppner | 2014-11-03 | 7 | -132/+138 |
* | Initial commit. | Till Hoeppner | 2014-10-21 | 8 | -109/+307 |
* | Setup | Till Hoeppner | 2014-08-07 | 3 | -0/+109 |