summaryrefslogtreecommitdiffstats
path: root/src/message.rs
Commit message (Collapse)AuthorAgeFilesLines
* limit messages to 512 bytesJesse Luehrs2014-09-091-12/+25
| | | | | still need to avoid actually reading in bytes past 512 in an incoming message
* pass is_reply through to the message typeJesse Luehrs2014-09-091-0/+4
|
* handle errors a bit more properly hereJesse Luehrs2014-09-091-2/+2
|
* propagate a few more errorsJesse Luehrs2014-09-091-8/+11
|
* also provide a method to get a String outJesse Luehrs2014-09-081-0/+9
| | | | not using this as the default ToStr because it's less easy to read
* no need to separate commands and replies as typesJesse Luehrs2014-09-041-14/+7
| | | | it just clutters things
* no reason for these extra & hereJesse Luehrs2014-09-041-6/+6
|
* make a few more things publicJesse Luehrs2014-09-031-1/+1
|
* add support for writing irc messagesJesse Luehrs2014-09-031-1/+29
|
* set offset properlyJesse Luehrs2014-09-031-1/+1
|
* let's put message handling in its own moduleJesse Luehrs2014-09-031-0/+155