index
:
quarg
trunk
Search Quassel logs for matching messages and print them
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
main: Fix alignment
Wolfgang Müller
2023-03-30
-1
/
+1
*
Migrate to SQLAlchemy 2.0
Wolfgang Müller
2023-03-30
-57
/
+71
*
pyproject.toml: Ignore E501 (line-too-long) for ruff
Wolfgang Müller
2023-03-30
-0
/
+1
*
Perform initial linting with ruff
Wolfgang Müller
2023-03-30
-5
/
+19
*
Get rid of pylint directives
Wolfgang Müller
2023-03-30
-10
/
+0
*
poetry: Add ruff
Wolfgang Müller
2023-03-30
-1
/
+32
*
Migrate to poetry
Wolfgang Müller
2023-03-30
-28
/
+290
*
Prepare for release of 0.1.3
0.1.3
Wolfgang Müller
2021-10-21
-1
/
+1
*
main: Order by messageid instead of time
Wolfgang Müller
2021-10-21
-2
/
+2
*
quarg.1: Explain how to escape '%' with -e
Wolfgang Müller
2021-05-08
-1
/
+5
*
main: Allow intermixing optional with positional arguments
Wolfgang Müller
2021-05-08
-1
/
+1
*
Prepare for release of 0.1.2
0.1.2
Wolfgang Müller
2021-05-07
-1
/
+1
*
tables: Indicate that the DateTimeUTC TypeDecorator may be cached
Wolfgang Müller
2021-05-07
-0
/
+2
*
setup.py: Don't include quarg.1 in data_files
0.1.1
Wolfgang Müller
2021-05-06
-4
/
+0
*
Prepare for release of 0.1.0
0.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
[next]