Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-06 | implement guild display & filtering options | Daniel | |
Filtering based on guilds is slow, as it will have to retrieve every guild name from the GW2 API, and it has to parse every log file instead of bailing early. Therefore, guilds are not searched by default, and have to be explicitely turned on with --guilds. In addition, this means that raidgrep will now need network access when --guilds is passed, which was not the case before. | |||
2020-04-04 | add new bosses (wing 7 & strikes) | Daniel | |
2019-05-31 | add option to filter based on boss | Daniel | |
2019-05-18 | add support for weekday filtering | Daniel | |
2019-02-16 | introduce CommaSeparatedList | Daniel | |
This gives a common interface for command line flags which take multiple values, possibly with negation. This might come in useful if we add filtering by boss, e.g. "--boss !deimos" to ignore all deimos logs. |