aboutsummaryrefslogtreecommitdiff
path: root/src/format/weechat3.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename weechat3 -> weechatTill Höppner2016-02-041-200/+0
* Fix compilation, fix dependenciesTill Höppner2016-01-231-4/+4
* Updated dependencies, still doesn't buildTill Höppner2016-01-201-8/+7
* implement sort and dedup of logsTill Hoeppner2015-07-291-5/+7
* Support dynamic selection of decoders/encodersTill Hoeppner2015-07-231-2/+3
* Add semi-proper conversionTill Hoeppner2015-06-121-6/+6
* Fix binaries and eliminate warningsTill Hoeppner2015-06-111-10/+4
* Adapt energymech to new Event APITill Hoeppner2015-06-111-3/+3
* Adapt weechat3 to new Event APITill Hoeppner2015-06-111-44/+58
* Figure out that .to_owned().into() is needed, instead of .into()Till Hoeppner2015-06-111-4/+4
* Reduction?Till Hoeppner2015-06-111-8/+6
* Some inbetween state of confusionTill Hoeppner2015-06-111-58/+89
* Prefix every single file with this stupid notice. Did I mention this is stupid?Till Hoeppner2015-06-091-0/+14
* Add basic frequency counter binaryTill Hoeppner2015-06-091-1/+10
* Add untested support for binary serialization with rustc_serialize and bincodeTill Hoeppner2015-04-161-1/+1
* Only strip one parenthese from maskTill Hoeppner2015-04-161-2/+2
* Actually account for non-'blank' whitespaceTill Hoeppner2015-04-041-8/+10
* Account for non-'blank' whitespaceTill Hoeppner2015-04-041-4/+5
* Remove remains of regex parsingTill Hoeppner2015-04-041-67/+0
* More event typesTill Hoeppner2015-04-031-4/+16
* Proper logging, proper parsingTill Hoeppner2015-04-021-3/+4
* Don't match with regex anymoreTill Hoeppner2015-04-011-13/+53
* Partial parsing/formatting of weechat3, plus basic CLI interfaceTill Hoeppner2015-03-241-55/+108
* Initial commit.Till Hoeppner2015-03-231-0/+96