aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Strip \r\n for easier processingTill Hoeppner2015-04-181-4/+6
|
* 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-181-1/+0
|
* Make tests/examples compile, not work thoughTill Hoeppner2015-04-182-5/+5
|
* Fix Option/Result confusions + fixes for stabilityTill Hoeppner2015-04-183-24/+21
|
* I forgot to keep track. Embarassing, huh?Till Hoeppner2015-04-185-270/+613
|
* I should make smaller commits.Till Hoeppner2015-01-045-60/+921
|
* No more warnings about deprecation!James Ravenscroft2014-12-262-2/+4
|
* Put examples back to how they were before and removed some into_string ↵James Ravenscroft2014-12-262-5/+8
| | | | deprecated calls
* Changed unwrap_or to unwrap because we want the program to fail instead of ↵James Ravenscroft2014-12-251-3/+3
| | | | use emptystring if ident can't be unwrapped
* Fixed casting of function pointersJames Ravenscroft2014-12-251-1/+1
|
* Added unwrap calls around ident regex matchesJames Ravenscroft2014-12-251-3/+3
|
* Upload to crates.io plus fixes for changes in RustTill Hoeppner2014-11-212-45/+7
|
* Fixed TcpStream::connect invocationTill Hoeppner2014-11-072-3/+8
|
* Proper PRIVMSG parsingTill Hoeppner2014-11-032-16/+20
|
* API improvements, but more copyingTill Hoeppner2014-11-037-132/+138
|
* Initial commit.Till Hoeppner2014-10-218-109/+307
|
* SetupTill Hoeppner2014-08-073-0/+109