aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [descriptive commit message]HEADmasterTill Höppner2015-12-046-891/+1044
* Use official carboxyl againTill Hoeppner2015-06-292-1/+25
* Make openssl a required dependencyTill Hoeppner2015-06-282-12/+0
* Add env_logger doc linkTill Hoeppner2015-06-281-0/+12
* Move IO logging into client.rsTill Hoeppner2015-06-282-5/+6
* Fix clientTill Hoeppner2015-06-281-35/+43
* Add to_static functionality for RepliesTill Hoeppner2015-06-274-158/+304
* Add to_static functionality for CommandsTill Hoeppner2015-06-273-133/+59
* Revert "Start de-cowification"Till Hoeppner2015-06-263-185/+190
* Start de-cowificationTill Hoeppner2015-06-263-190/+185
* Use SharedClient instead of OwnedClient in StreamscowsTill Hoeppner2015-06-261-7/+7
* Re-add carboxyl, split into owned and shared clientTill Hoeppner2015-06-262-25/+64
* Giving up on carboxyl for now. :/Till Hoeppner2015-06-214-8/+314
* This commit is a little too large. Sorry. :STill Hoeppner2015-06-174-22/+80
* Update for new debug flagTill Hoeppner2015-06-011-1/+3
* Move USER/realname parameter into suffixTill Hoeppner2015-05-051-2/+2
* More control about SSL methods, and proper selection between ssl vs plain at ...Till Hoeppner2015-05-041-9/+3
* Add SSL connections and use them in the exampleTill Hoeppner2015-05-042-9/+27
* Bump version, although this isn't "final"Till Hoeppner2015-04-301-1/+4
* Uglify command formatting, getting it to compileTill Hoeppner2015-04-301-11/+29
* Add formatting for lots of commandsTill Hoeppner2015-04-211-9/+83
* No need for eventualTill Hoeppner2015-04-211-1/+0
* 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-211-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-203-68/+1397
* Fix tests and test formattingTill Hoeppner2015-04-201-19/+29
* Clean up message.rsTill Hoeppner2015-04-201-120/+0
* Something inbetween working and brokenTill Hoeppner2015-04-204-996/+1880
* Apparently not. Let's try again.Till Hoeppner2015-04-192-13/+17
* Cleaned up some parts.Till Hoeppner2015-04-182-44/+35
* 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 deprec...James Ravenscroft2014-12-262-5/+8
* 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-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