Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-03 | save REPL history to a file | Daniel | |
This persists the REPL history across program restarts. The code should probably be cleaned up a bit more, the error handling in this one is a bit all over the place. This is because we don't want to make it a hard error in case the history cannot be saved. | |||
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. |