| Commit message (Expand) | Author | Age | Lines |
* | Prepare for release of 0.1.00.1.0 | Wolfgang Müller | 2021-05-06 | -1/+1 |
* | Add LICENSE | Wolfgang Müller | 2021-05-06 | -0/+21 |
* | setup.py: Change description slightly and add more metadata | Wolfgang Müller | 2021-05-06 | -1/+7 |
* | Add the manual page | Wolfgang Müller | 2021-05-06 | -0/+363 |
* | gitignore: Ignore all *.egg-info/ | Wolfgang Müller | 2021-05-05 | -1/+1 |
* | setup.py: Add comma to final block | Wolfgang Müller | 2021-05-05 | -1/+1 |
* | setup.py: Lock to dateutil versions at or above 2.8.1 | Wolfgang Müller | 2021-05-05 | -1/+1 |
* | setup.py: Remove hard dependency on psycopg2 | Wolfgang Müller | 2021-05-05 | -1/+0 |
* | setup.py: Add description | Wolfgang Müller | 2021-05-05 | -0/+1 |
* | main: Make sure to parse arguments before reading config | Wolfgang Müller | 2021-05-05 | -3/+3 |
* | tables: Correctly handle Integer timestamps from the SQLite backend | Wolfgang Müller | 2021-05-05 | -6/+22 |
* | main: Handle BrokenPipeError cleanly | Wolfgang Müller | 2021-05-04 | -1/+1 |
* | Revert "Rename 'prefix' to 'umode'" | Wolfgang Müller | 2021-05-04 | -4/+4 |
* | main: Handle user interrupts more nicely | Wolfgang Müller | 2021-05-03 | -0/+4 |
* | main: Handle SQLAlchemy errors more nicely | Wolfgang Müller | 2021-05-03 | -6/+9 |
* | main: Split run_query into prepare_query and time_query | Wolfgang Müller | 2021-05-03 | -7/+8 |
* | formatter: Use custom time format when printing message timestamps | Wolfgang Müller | 2021-05-03 | -3/+4 |
* | Remove the INFO message type | Wolfgang Müller | 2021-05-03 | -2/+2 |
* | Add option to specify the order for printed messages | Wolfgang Müller | 2021-05-02 | -5/+18 |
* | Add option to limit the number of matches | Wolfgang Müller | 2021-05-02 | -3/+8 |
* | Handle timezones correctly | Wolfgang Müller | 2021-05-02 | -3/+25 |
* | tables: Fix up a note, add another for the Network table | Wolfgang Müller | 2021-05-01 | -2/+4 |
* | actions: Have ParseEnum print a list of possible values on error | Wolfgang Müller | 2021-05-01 | -1/+3 |
* | actions: Allow specifying a unit suffix for --around | Wolfgang Müller | 2021-05-01 | -4/+16 |
* | actions: Specify where a parse error happened for --around | Wolfgang Müller | 2021-05-01 | -1/+1 |
* | actions: Error out when the range for --around is missing | Wolfgang Müller | 2021-05-01 | -0/+3 |
* | main: Improve help message | Wolfgang Müller | 2021-05-01 | -19/+21 |
* | Rename 'prefix' to 'umode' | Wolfgang Müller | 2021-04-29 | -4/+4 |
* | main: Adjust help message for -u to match the rest | Wolfgang Müller | 2021-04-29 | -1/+1 |
* | types: Ignore unused or nonsensical types and flags | Wolfgang Müller | 2021-04-28 | -13/+9 |
* | actions: Remove FIXME regarding / as separator in --around | Wolfgang Müller | 2021-04-28 | -1/+0 |
* | filters: Rename time_from and time_to | Wolfgang Müller | 2021-04-28 | -6/+6 |
* | main: Make --around mutually exclusive with either --after or --before | Wolfgang Müller | 2021-04-28 | -2/+6 |
* | main: Make --joined and --no-joined mutually exclusive | Wolfgang Müller | 2021-04-28 | -3/+4 |
* | formatter: Make parameter name for format_netsplit clearer | Wolfgang Müller | 2021-04-28 | -6/+6 |
* | Move Actions to their own file | Wolfgang Müller | 2021-04-28 | -68/+71 |
* | Split errx and parse_isodate out into utils.py | Wolfgang Müller | 2021-04-28 | -14/+16 |
* | main: Improve readability of collect_predicates | Wolfgang Müller | 2021-04-28 | -10/+19 |
* | formatter: Implement truncation of joined/quit users in netsplits | Wolfgang Müller | 2021-04-28 | -13/+14 |
* | formatter: Use functools.partial to simplify the formatter | Wolfgang Müller | 2021-04-28 | -32/+9 |
* | Initial prototype | Wolfgang Müller | 2021-04-28 | -0/+522 |