aboutsummaryrefslogtreecommitdiff
path: root/src/message.rs
Commit message (Collapse)AuthorAgeFilesLines
* [descriptive commit message]HEADmasterTill Höppner2015-12-041-94/+124
|
* Move IO logging into client.rsTill Hoeppner2015-06-281-1/+0
|
* This commit is a little too large. Sorry. :STill Hoeppner2015-06-171-0/+2
|
* Ditch convenience api, switch to byte-indexingTill Hoeppner2015-04-211-12/+13
|
* Parse and format PASS, NICK, USER, OPER, PING, PONG, JOIN, PARTTill Hoeppner2015-04-211-3/+4
|
* 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-201-989/+113
|
* Apparently not. Let's try again.Till Hoeppner2015-04-191-7/+11
|
* Cleaned up some parts.Till Hoeppner2015-04-181-1/+1
| | | | | The new code in send_raw is poetry, isn't it? ;) No? Well, I like it...
* 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-181-2/+2
|
* Fix Option/Result confusions + fixes for stabilityTill Hoeppner2015-04-181-10/+10
|
* I forgot to keep track. Embarassing, huh?Till Hoeppner2015-04-181-131/+527
|
* I should make smaller commits.Till Hoeppner2015-01-041-0/+811