1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00
Commit Graph

39 Commits

Author SHA1 Message Date
65e30c4440 doc update 2024-02-06 01:54:31 +00:00
45a6cfc9cf add source info to docs 2024-02-06 01:54:31 +00:00
c5164b4108 doc update 2023-09-10 15:20:11 -07:00
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
3daf90c5fe doc formatting 2022-08-15 13:51:48 -07:00
d6ed5a0eba doc update 2022-07-16 20:52:19 -07:00
04fda57cbe fix note 2022-05-26 15:11:58 -07:00
6986c74f6d remove direct parser module example from doc 2022-03-10 15:18:27 -08:00
29c263f878 pydoc formatting fixes 2022-03-05 12:15:14 -08:00
cb2dfeac8d change name to JSON Convert 2022-03-04 13:27:39 -08:00
7028e87f9b remove TOC for parsers 2022-01-26 13:03:51 -08:00
590728f9c1 try new pydoc-markdown formatting options 2022-01-26 11:50:25 -08:00
155d421322 formatting 2022-01-25 19:18:54 -08:00
c36e513d1b formatting 2022-01-25 18:42:55 -08:00
8e089baf3f remove info class from docs 2022-01-25 18:38:26 -08:00
386f6c317e update markdown processor settings 2022-01-25 18:03:34 -08:00
75cd84ce8a try new markdown conversion 2022-01-25 17:07:47 -08:00
a13dde12af change raw output wording 2022-01-21 07:42:03 -08:00
b4fffbb647 formatting 2022-01-19 17:30:14 -08:00
302bf72e72 Update high-level API docs 2022-01-18 15:38:03 -08:00
43d34461e2 update docs 2021-12-01 16:12:51 -08:00
d1b9ac0841 doc update 2021-11-18 08:41:52 -08:00
5ca0fc364e add unparsed_line to docs 2021-05-04 19:05:20 -07:00
c2af7d113e add ping updates 2021-05-04 15:35:47 -07:00
5abe095beb update ping docs 2021-05-03 15:26:16 -07:00
23635def8b add ufw to docs 2021-04-21 07:51:32 -07:00
1f034826f6 use jc.utils for conversions 2021-04-18 13:01:25 -07:00
908ac1f61c update docs - remove compatibility section since it is now automatically generated from info() 2021-04-09 10:56:43 -07:00
f5c7e7e404 add updated docs with home link and parser info at the bottom 2021-04-09 10:36:42 -07:00
b8b8dfead4 update docs 2021-04-08 15:52:49 -07:00
1d0ad2f045 doc fixes 2021-01-04 18:01:16 -08:00
59b1055808 enhance docs 2020-08-05 16:51:58 -07:00
7131c29718 add module usage info to docs 2020-08-05 13:32:59 -07:00
82b9c87a66 update docs 2020-07-30 16:20:24 -07:00
778d1bacbf update docs to add "duplicates" fields 2020-07-21 15:16:39 -07:00
6830062256 add support for duplicate replies 2020-07-21 14:47:25 -07:00
323072c982 add source_ip to schema doc 2020-07-21 09:02:44 -07:00
301daa48d0 update documentation 2020-07-19 15:30:54 -07:00
cc60f36748 add ping parser 2020-07-18 12:35:46 -07:00