| Commit message (Expand) | Author | Age | Files | Lines |
* | [descriptive commit message]HEADmaster | Till Höppner | 2015-12-04 | 6 | -891/+1044 |
* | Use official carboxyl again | Till Hoeppner | 2015-06-29 | 2 | -1/+25 |
* | Make openssl a required dependency | Till Hoeppner | 2015-06-28 | 2 | -12/+0 |
* | Add env_logger doc link | Till Hoeppner | 2015-06-28 | 1 | -0/+12 |
* | Move IO logging into client.rs | Till Hoeppner | 2015-06-28 | 2 | -5/+6 |
* | Fix client | Till Hoeppner | 2015-06-28 | 1 | -35/+43 |
* | Add to_static functionality for Replies | Till Hoeppner | 2015-06-27 | 4 | -158/+304 |
* | Add to_static functionality for Commands | Till Hoeppner | 2015-06-27 | 3 | -133/+59 |
* | Revert "Start de-cowification" | Till Hoeppner | 2015-06-26 | 3 | -185/+190 |
* | Start de-cowification | Till Hoeppner | 2015-06-26 | 3 | -190/+185 |
* | Use SharedClient instead of OwnedClient in Streamscows | Till Hoeppner | 2015-06-26 | 1 | -7/+7 |
* | Re-add carboxyl, split into owned and shared client | Till Hoeppner | 2015-06-26 | 2 | -25/+64 |
* | Giving up on carboxyl for now. :/ | Till Hoeppner | 2015-06-21 | 4 | -8/+314 |
* | This commit is a little too large. Sorry. :S | Till Hoeppner | 2015-06-17 | 4 | -22/+80 |
* | Update for new debug flag | Till Hoeppner | 2015-06-01 | 1 | -1/+3 |
* | Move USER/realname parameter into suffix | Till Hoeppner | 2015-05-05 | 1 | -2/+2 |
* | More control about SSL methods, and proper selection between ssl vs plain at ... | Till Hoeppner | 2015-05-04 | 1 | -9/+3 |
* | Add SSL connections and use them in the example | Till Hoeppner | 2015-05-04 | 2 | -9/+27 |
* | Bump version, although this isn't "final" | Till Hoeppner | 2015-04-30 | 1 | -1/+4 |
* | Uglify command formatting, getting it to compile | Till Hoeppner | 2015-04-30 | 1 | -11/+29 |
* | Add formatting for lots of commands | Till Hoeppner | 2015-04-21 | 1 | -9/+83 |
* | No need for eventual | Till Hoeppner | 2015-04-21 | 1 | -1/+0 |
* | 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 |