summaryrefslogtreecommitdiffstats
path: root/src/message.rs
Commit message (Expand)AuthorAgeFilesLines
* limit messages to 512 bytesJesse Luehrs2014-09-091-12/+25
* 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
* no need to separate commands and replies as typesJesse Luehrs2014-09-041-14/+7
* 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