aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | compile time in example
* 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
|
* Rename user/MODE to UMODE to avoid name-clashesTill Hoeppner2015-04-201-1/+1
|
* Delete unwanted superheadingsTill Hoeppner2015-04-201-76/+0
|
* Seperate commands section from RFC 2812 for easier parsingTill Hoeppner2015-04-201-0/+1540
|
* Add edited RFC 2812 to repo, to eventually generate code fromTill Hoeppner2015-04-201-0/+2908
|
* Apparently not. Let's try again.Till Hoeppner2015-04-193-16/+20
|
* Add auto-publishing by Travis (for real?)Till Hoeppner2015-04-191-10/+14
|
* Add auto-publishing by TravisTill Hoeppner2015-04-192-3/+6
|
* Hopefully setup travis doc generationTill Hoeppner2015-04-191-0/+11
|
* Suppress warnings by commenting stuff, but not deleting it yet (yeah, git, I ↵Till Hoeppner2015-04-181-2/+2
| | | | know)
* Cleaned up some parts.Till Hoeppner2015-04-182-44/+35
| | | | | The new code in send_raw is poetry, isn't it? ;) No? Well, I like it...
* Strip \r\n for easier processingTill Hoeppner2015-04-182-4/+7
|
* 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-182-4/+3
|
* Merge pull request #3 from tilpner/refactorTill Höppner2015-04-189-173/+1397
|\ | | | | Refactor
| * Fix READMETill Hoeppner2015-04-181-1/+3
| |
| * Make tests/examples compile, not work thoughTill Hoeppner2015-04-183-11/+7
| |
| * Fix Option/Result confusions + fixes for stabilityTill Hoeppner2015-04-183-24/+21
| |