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

44 Commits

Author SHA1 Message Date
45a6cfc9cf add source info to docs 2024-02-06 01:54:31 +00:00
d3489536a1 add "7" as a netstat raw state 2023-10-12 17:25:40 -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
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
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
aa31628970 update docs 2020-05-30 20:33:00 -07:00
26994cdcb7 add freebsd compatibility info 2020-05-30 15:51:54 -07:00
04f92cd133 add linux support for netstat -i 2020-05-22 14:04:11 -07:00
0a879681be add netstat -r to docs 2020-05-22 12:56:27 -07:00
ec2cd2d708 add netstat -r support for linux 2020-05-22 12:00:26 -07:00
5d0dbece93 add netstat -r functionality for OSX 2020-05-22 11:09:41 -07:00
2d39a58f90 doc update 2020-05-20 16:14:03 -07:00
be06aa2b31 update parse() Return info 2019-12-17 10:09:19 -08:00
41f8e3aba2 update Return info 2019-12-17 09:56:09 -08:00
9aaf0fbb2f doc updates 2019-12-14 23:35:42 -08:00
9dca6ba539 doc formatting change 2019-12-12 09:47:14 -08:00
78fa44fd9a add compatibility to docs 2019-12-12 09:35:42 -08:00
2f805da24d add colon to parameter in docs 2019-11-13 08:04:40 -08:00
3ac75305df update process() doc 2019-11-12 11:28:10 -08:00
e3f4ffede5 doc update 2019-11-12 11:18:00 -08:00
146e29f7cb update docs 2019-11-11 18:30:46 -08:00