aboutsummaryrefslogtreecommitdiff
path: root/src/filters/log.rs
AgeCommit message (Expand)Author
2021-11-17Add a game-mode filterDaniel Schadt
2020-10-04use Encounter::from_header_idDaniel
2020-10-04update to newest evtclibDaniel
2020-06-26fix formattingDaniel Schadt
2020-06-12fix up doc comments and testsDaniel
2020-06-12implement -after/-before in terms of -timeDaniel
2020-06-12initial work on comparison based filtersDaniel
2020-05-12use Display implementations from evtclibDaniel
2020-05-12add a -cm filterDaniel
2020-05-04include missing semicolonDaniel
2020-05-04Add a -log-before & -log-after predicateDaniel
2020-05-01enable date parsing from filenamesDaniel
2020-05-01change LogFilter to take EarlyLogResultDaniel
2020-05-01fix timestamp handlingDaniel
2020-04-29fix BossFilter::filter_earlyDaniel
2020-04-29update evtclib to 0.2.0Daniel
2020-04-25use free functions instead of Filter::newDaniel
2020-04-18make filters DebugDaniel
2020-04-17split off player filters and log filtersDaniel