aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/quarg (unfollow)
Commit message (Expand)AuthorLines
2021-05-08main: Allow intermixing optional with positional argumentsWolfgang Müller-1/+1
2021-05-07tables: Indicate that the DateTimeUTC TypeDecorator may be cachedWolfgang Müller-0/+2
2021-05-05main: Make sure to parse arguments before reading configWolfgang Müller-3/+3
2021-05-05tables: Correctly handle Integer timestamps from the SQLite backendWolfgang Müller-6/+22
2021-05-04main: Handle BrokenPipeError cleanlyWolfgang Müller-1/+1
2021-05-04Revert "Rename 'prefix' to 'umode'"Wolfgang Müller-4/+4
2021-05-03main: Handle user interrupts more nicelyWolfgang Müller-0/+4
2021-05-03main: Handle SQLAlchemy errors more nicelyWolfgang Müller-6/+9
2021-05-03main: Split run_query into prepare_query and time_queryWolfgang Müller-7/+8
2021-05-03formatter: Use custom time format when printing message timestampsWolfgang Müller-3/+4
2021-05-03Remove the INFO message typeWolfgang Müller-2/+2
2021-05-02Add option to specify the order for printed messagesWolfgang Müller-5/+18
2021-05-02Add option to limit the number of matchesWolfgang Müller-3/+8
2021-05-02Handle timezones correctlyWolfgang Müller-3/+25
2021-05-01tables: Fix up a note, add another for the Network tableWolfgang Müller-2/+4
2021-05-01actions: Have ParseEnum print a list of possible values on errorWolfgang Müller-1/+3
2021-05-01actions: Allow specifying a unit suffix for --aroundWolfgang Müller-4/+16
2021-05-01actions: Specify where a parse error happened for --aroundWolfgang Müller-1/+1
2021-05-01actions: Error out when the range for --around is missingWolfgang Müller-0/+3
2021-05-01main: Improve help messageWolfgang Müller-19/+21
2021-04-29Rename 'prefix' to 'umode'Wolfgang Müller-4/+4
2021-04-29main: Adjust help message for -u to match the restWolfgang Müller-1/+1
2021-04-28types: Ignore unused or nonsensical types and flagsWolfgang Müller-13/+9
2021-04-28actions: Remove FIXME regarding / as separator in --aroundWolfgang Müller-1/+0
2021-04-28filters: Rename time_from and time_toWolfgang Müller-6/+6
2021-04-28main: Make --around mutually exclusive with either --after or --beforeWolfgang Müller-2/+6
2021-04-28main: Make --joined and --no-joined mutually exclusiveWolfgang Müller-3/+4
2021-04-28formatter: Make parameter name for format_netsplit clearerWolfgang Müller-6/+6
2021-04-28Move Actions to their own fileWolfgang Müller-68/+71
2021-04-28Split errx and parse_isodate out into utils.pyWolfgang Müller-14/+16
2021-04-28main: Improve readability of collect_predicatesWolfgang Müller-10/+19
2021-04-28formatter: Implement truncation of joined/quit users in netsplitsWolfgang Müller-13/+14
2021-04-28formatter: Use functools.partial to simplify the formatterWolfgang Müller-32/+9