aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeLines
* setup.py: Don't include quarg.1 in data_files0.1.1Wolfgang Müller2021-05-06-4/+0
* Prepare for release of 0.1.00.1.0Wolfgang Müller2021-05-06-1/+1
* Add LICENSEWolfgang Müller2021-05-06-0/+21
* setup.py: Change description slightly and add more metadataWolfgang Müller2021-05-06-1/+7
* Add the manual pageWolfgang Müller2021-05-06-0/+363
* gitignore: Ignore all *.egg-info/Wolfgang Müller2021-05-05-1/+1
* setup.py: Add comma to final blockWolfgang Müller2021-05-05-1/+1
* setup.py: Lock to dateutil versions at or above 2.8.1Wolfgang Müller2021-05-05-1/+1
* setup.py: Remove hard dependency on psycopg2Wolfgang Müller2021-05-05-1/+0
* setup.py: Add descriptionWolfgang Müller2021-05-05-0/+1
* main: Make sure to parse arguments before reading configWolfgang Müller2021-05-05-3/+3
* tables: Correctly handle Integer timestamps from the SQLite backendWolfgang Müller2021-05-05-6/+22
* main: Handle BrokenPipeError cleanlyWolfgang Müller2021-05-04-1/+1
* Revert "Rename 'prefix' to 'umode'"Wolfgang Müller2021-05-04-4/+4
* main: Handle user interrupts more nicelyWolfgang Müller2021-05-03-0/+4
* main: Handle SQLAlchemy errors more nicelyWolfgang Müller2021-05-03-6/+9
* main: Split run_query into prepare_query and time_queryWolfgang Müller2021-05-03-7/+8
* formatter: Use custom time format when printing message timestampsWolfgang Müller2021-05-03-3/+4
* Remove the INFO message typeWolfgang Müller2021-05-03-2/+2
* Add option to specify the order for printed messagesWolfgang Müller2021-05-02-5/+18
* Add option to limit the number of matchesWolfgang Müller2021-05-02-3/+8
* Handle timezones correctlyWolfgang Müller2021-05-02-3/+25
* tables: Fix up a note, add another for the Network tableWolfgang Müller2021-05-01-2/+4
* actions: Have ParseEnum print a list of possible values on errorWolfgang Müller2021-05-01-1/+3
* actions: Allow specifying a unit suffix for --aroundWolfgang Müller2021-05-01-4/+16
* actions: Specify where a parse error happened for --aroundWolfgang Müller2021-05-01-1/+1
* actions: Error out when the range for --around is missingWolfgang Müller2021-05-01-0/+3
* main: Improve help messageWolfgang Müller2021-05-01-19/+21
* Rename 'prefix' to 'umode'Wolfgang Müller2021-04-29-4/+4
* main: Adjust help message for -u to match the restWolfgang Müller2021-04-29-1/+1
* types: Ignore unused or nonsensical types and flagsWolfgang Müller2021-04-28-13/+9
* actions: Remove FIXME regarding / as separator in --aroundWolfgang Müller2021-04-28-1/+0
* filters: Rename time_from and time_toWolfgang Müller2021-04-28-6/+6
* main: Make --around mutually exclusive with either --after or --beforeWolfgang Müller2021-04-28-2/+6
* main: Make --joined and --no-joined mutually exclusiveWolfgang Müller2021-04-28-3/+4
* formatter: Make parameter name for format_netsplit clearerWolfgang Müller2021-04-28-6/+6
* Move Actions to their own fileWolfgang Müller2021-04-28-68/+71
* Split errx and parse_isodate out into utils.pyWolfgang Müller2021-04-28-14/+16
* main: Improve readability of collect_predicatesWolfgang Müller2021-04-28-10/+19
* formatter: Implement truncation of joined/quit users in netsplitsWolfgang Müller2021-04-28-13/+14
* formatter: Use functools.partial to simplify the formatterWolfgang Müller2021-04-28-32/+9
* Initial prototypeWolfgang Müller2021-04-28-0/+522