aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [descriptive commit message]HEADmasterTill Höppner2015-12-047-892/+1046
* Use official carboxyl againTill Hoeppner2015-06-293-4/+26
* Fix dependency versionsTill Hoeppner2015-06-281-5/+5
* Make openssl a required dependencyTill Hoeppner2015-06-283-17/+1
* Choose nightly for TravisTill Hoeppner2015-06-281-1/+2
* Update READMETill Hoeppner2015-06-282-44/+87
* Fix 01.rs for new APITill Hoeppner2015-06-281-4/+4
* Fix typo in 02.rsTill Hoeppner2015-06-281-1/+1
* Add env_logger doc linkTill Hoeppner2015-06-282-2/+16
* Comment the example bot 02 and change its configurationTill Hoeppner2015-06-281-5/+57
* Move IO logging into client.rsTill Hoeppner2015-06-282-5/+6
* Preserve the mapped stream, instead of dropping soonTill Hoeppner2015-06-281-1/+1
* Add example for event APITill Hoeppner2015-06-281-0/+40
* 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-263-26/+67
* Giving up on carboxyl for now. :/Till Hoeppner2015-06-214-8/+314
* Experiment with Travis failed.Till Hoeppner2015-06-171-4/+1
* This apparently does that.Till Hoeppner2015-06-171-1/+4
* Maybe this will get Travis to use the nightly...Till Hoeppner2015-06-171-1/+1
* This commit is a little too large. Sorry. :STill Hoeppner2015-06-177-89/+113
* Update for new debug flagTill Hoeppner2015-06-011-1/+3
* Move USER/realname parameter into suffixTill Hoeppner2015-05-051-2/+2
* Add SSL to the feature listTill Hoeppner2015-05-041-0/+1
* Updated READMETill Hoeppner2015-05-041-3/+32
* More control about SSL methods, and proper selection between ssl vs plain at ...Till Hoeppner2015-05-042-14/+20
* Bump versionTill Hoeppner2015-05-041-1/+1
* Add SSL connections and use them in the exampleTill Hoeppner2015-05-043-11/+40
* Bump version, although this isn't "final"Till Hoeppner2015-04-302-2/+5
* Update READMETill Hoeppner2015-04-302-28/+40
* Uglify command formatting, getting it to compileTill Hoeppner2015-04-301-11/+29
* Only require env-logger for testsTill Hoeppner2015-04-211-1/+4
* Add formatting for lots of commandsTill Hoeppner2015-04-211-9/+83
* No need for eventualTill Hoeppner2015-04-213-25/+27
* 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-216-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-206-745/+2153
* Fix tests and test formattingTill Hoeppner2015-04-201-19/+29
* Clean up message.rsTill Hoeppner2015-04-201-120/+0
* Code to generate base of src/command.rs and replies seperated from RFCTill Hoeppner2015-04-202-0/+821
* Something inbetween working and brokenTill Hoeppner2015-04-205-1000/+1884