1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-26 21:04:16 +02:00
Commit Graph

47 Commits

Author SHA1 Message Date
Kelly Brazil 45a6cfc9cf add source info to docs 2024-02-06 01:54:31 +00:00
Kelly Brazil 5023e5be4c Dev v1.23.3 (#426)
* make certificate search more robust to different line endings

* use license_files instead of license_file which is deprecated

* version bump

* parsing extra options -e, -o, -p

* fix for extra opts and different field length at option -[aeop]

* test integration for extra opts -e -o -p

* formatting and use ast.literal_eval instead of eval

* doc update

* doc update

* Add a parser to parse mounted encrypted veracrypt volumes (fixes #403)

* update compatibility warning message

* netstat windows parser

* tests

* Windows route parser

* tests

* id should be a string

* add veracrypt parser and docs

* formatting

* doc update

* lsattr parser

* Update test_lsattr.py

* changed keys to lowercase

* changed info

* support missing data for stat

* doc update

* doc update

* doc update

* ensure compatibility warning prints even with no data

* improve compatibility message

* add support for dig +nsid option

* New parser: srt (#415)

* srt parser

* changed the parser to support more complex cases

* doc updates

* Adding certificate request parser (#416)

* Adding certificate request parser

* Adding the CSR type for Windows-style CSR

---------

Co-authored-by: Stg22 <stephane.for.test@gmail.com>

* doc update

* add csr tests

* Last -x (#422)

* Refactored the parser

* last -x support

* doc update

* fix for ping on linux with missing hostname

* allow less strict email decoding with a warning.

* doc update

* use explicit ascii decode with backslashreplace

* doc update

* use jc warning function instead of print for warning message

* last -x shutdown fix (#423)

* inject quiet setting into asn1crypto library

* Parse appearance and modalias lines for mouse devices (fixes #419) (#425)

The bluetoothctl device parser is implemented so that it aborts the parsing
process immediately returning what it has collected so far. This is because
the parser should work in hydrid way to support outputs comming from bluetoothctl
devices and bluetoothctl info calls.

* doc update

* doc update

---------

Co-authored-by: gerd <gerd.augstein@gmail.com>
Co-authored-by: Jake Ob <iakopap@gmail.com>
Co-authored-by: Mevaser <mevaser.rotner@gmail.com>
Co-authored-by: M.R <69431152+YeahItsMeAgain@users.noreply.github.com>
Co-authored-by: Stg22 <46686290+Stg22@users.noreply.github.com>
Co-authored-by: Stg22 <stephane.for.test@gmail.com>
2023-06-21 15:48:23 -07:00
Kian-Meng Ang 39555a48b5 Fix typos
Found via `codespell -S ./tests/fixtures -L
chage,ro,ist,ans,unx,respons,technik`
2022-11-16 10:01:58 +08:00
Kelly Brazil 3daf90c5fe doc formatting 2022-08-15 13:51:48 -07:00
Kelly Brazil d6ed5a0eba doc update 2022-07-16 20:52:19 -07:00
Kelly Brazil 6986c74f6d remove direct parser module example from doc 2022-03-10 15:18:27 -08:00
Kelly Brazil 29c263f878 pydoc formatting fixes 2022-03-05 12:15:14 -08:00
Kelly Brazil cb2dfeac8d change name to JSON Convert 2022-03-04 13:27:39 -08:00
Kelly Brazil d392c7f901 doc update 2022-02-07 15:44:54 -08:00
Kelly Brazil 7028e87f9b remove TOC for parsers 2022-01-26 13:03:51 -08:00
Kelly Brazil 590728f9c1 try new pydoc-markdown formatting options 2022-01-26 11:50:25 -08:00
Kelly Brazil 155d421322 formatting 2022-01-25 19:18:54 -08:00
Kelly Brazil c36e513d1b formatting 2022-01-25 18:42:55 -08:00
Kelly Brazil 8e089baf3f remove info class from docs 2022-01-25 18:38:26 -08:00
Kelly Brazil 386f6c317e update markdown processor settings 2022-01-25 18:03:34 -08:00
Kelly Brazil 75cd84ce8a try new markdown conversion 2022-01-25 17:07:47 -08:00
Kelly Brazil a13dde12af change raw output wording 2022-01-21 07:42:03 -08:00
Kelly Brazil 583a5757e4 formatting 2022-01-19 21:32:21 -08:00
Kelly Brazil b4fffbb647 formatting 2022-01-19 17:30:14 -08:00
Kelly Brazil 2c42baf3a4 add new high-level api info 2022-01-18 14:18:12 -08:00
Kelly Brazil 43d34461e2 update docs 2021-12-01 16:12:51 -08:00
Kelly Brazil 038d429024 doc updates 2021-05-16 19:44:10 -07:00
Kelly Brazil 8ab08a5231 doc update 2021-05-10 10:13:52 -07:00
Kelly Brazil 61851c1bd0 add support for +noall +answer 2021-05-07 16:42:09 -07:00
Kelly Brazil e4324f05fb fix indentation in doc 2021-04-18 16:42:34 -07:00
Kelly Brazil 7581c8d0f4 add query_size field. handle user-specified dig output better - especially when querying dnssec 2021-04-17 17:07:20 -07:00
Kelly Brazil 32bf8ad6f4 update dig docs 2021-04-17 15:02:45 -07:00
Kelly Brazil c6aa4d0835 update docs with new dig parser examples 2021-04-16 16:19:20 -07:00
Kelly Brazil 908ac1f61c update docs - remove compatibility section since it is now automatically generated from info() 2021-04-09 10:56:43 -07:00
Kelly Brazil f5c7e7e404 add updated docs with home link and parser info at the bottom 2021-04-09 10:36:42 -07:00
Kelly Brazil e28c08b136 update documentation 2021-04-08 12:42:01 -07:00
Kelly Brazil 4c9761231a add when_epoch and when_epoch_utc fields 2021-03-30 20:41:10 -07:00
Kelly Brazil 1d0ad2f045 doc fixes 2021-01-04 18:01:16 -08:00
Kelly Brazil 59b1055808 enhance docs 2020-08-05 16:51:58 -07:00
Kelly Brazil 7131c29718 add module usage info to docs 2020-08-05 13:32:59 -07:00
Kelly Brazil 82b9c87a66 update docs 2020-07-30 16:20:24 -07:00
Kelly Brazil 89ebd9fc22 add axfr info to schema 2020-03-27 07:31:08 -07:00
Kelly Brazil be06aa2b31 update parse() Return info 2019-12-17 10:09:19 -08:00
Kelly Brazil 41f8e3aba2 update Return info 2019-12-17 09:56:09 -08:00
Kelly Brazil 9aaf0fbb2f doc updates 2019-12-14 23:35:42 -08:00
Kelly Brazil 9dca6ba539 doc formatting change 2019-12-12 09:47:14 -08:00
Kelly Brazil d615fa3b93 add compatibility to docs 2019-12-12 09:21:20 -08:00
Kelly Brazil 2f805da24d add colon to parameter in docs 2019-11-13 08:04:40 -08:00
Kelly Brazil 3ac75305df update process() doc 2019-11-12 11:28:10 -08:00
Kelly Brazil e3f4ffede5 doc update 2019-11-12 11:18:00 -08:00
Kelly Brazil b9bd9422bf doc update 2019-11-12 07:19:01 -08:00
Kelly Brazil 146e29f7cb update docs 2019-11-11 18:30:46 -08:00