Commit Graph

57 Commits

Author SHA1 Message Date
Zane C. B-H 883693ee46 note the use of All and bump to 0.5.0 2021-02-17 23:14:41 -06:00
Zane C. B-H 6023e296a6 now uses All if the array is empty 2021-02-17 22:28:15 -06:00
Zane C. B-H 612d686546 bump to 0.5.0 2021-02-17 22:22:50 -06:00
Zane C. B-H 203d0c7c7d port matching change 2021-02-17 22:10:01 -06:00
Zane C. B-H e289ff3ddb note changes, bump version, and now require 0.2.0 of NC 2019-08-12 05:53:20 -05:00
Zane C. B-H d51a0d91e7 PctMem works now 2019-08-11 22:51:47 -05:00
Zane C. B-H 63764f9a50 add PctMem 2019-08-11 22:36:41 -05:00
Zane C. B-H 43795818ec now works with non-int numbers 2019-08-11 06:05:16 -05:00
Zane C. B-H e84ce182a0 add PctCPU support 2019-08-11 05:50:13 -05:00
Zane C. B-H 6e8c8f0dcd update the manifest 2019-08-11 05:04:26 -05:00
Zane C. B-H f71b83f6cc now requires the newest version of Net::Connection and add WChan 2019-08-11 05:02:37 -05:00
Zane C. B-H f6103c5bd0 note various changes to 0.3.0, bump version, assorted doc cleanup 2019-08-09 07:46:24 -05:00
Zane C. B-H 724476cd0b add a second missing depend 2019-08-09 06:39:07 -05:00
Zane C. B-H 51fc444a92 add a missing dependency 2019-08-09 06:33:15 -05:00
Zane C. B-H ac843c2ee9 Proc::ProcessTable->table returns a array ref and not a array 2019-08-07 06:04:33 -05:00
Zane C. B-H ddf4ab43b1 add the command match 2019-08-07 05:42:02 -05:00
Zane C. B-H f9d87b2c12 correct a test file name and add tests for PID 2019-08-07 04:05:30 -05:00
Zane C. B-H 9b1f568591 add PID support 2019-08-07 04:02:20 -05:00
Zane C. B-H f86e6ee2d1 ready to release 0.2.0 2019-08-06 05:30:38 -05:00
Zane C. B-H c43094df14 add username support and test it 2019-08-06 05:19:53 -05:00
Zane C. B-H 19b6bb5021 switch UID from foreach to while so it does not reference 2019-08-06 04:37:06 -05:00
Zane C. B-H be6a7cb8cf UID stuff is all good 2019-08-06 04:06:02 -05:00
Zane C. B-H 86fa94fc79 misc POD fixes, manifest update, start work on UID 2019-08-06 03:42:57 -05:00
Zane C. B-H 9100bd3f05 misc cleanup and add some regex specific examples 2019-08-06 02:18:56 -05:00
Zane C. B-H 6db5bfbe34 all works nicely now 2019-08-06 02:17:38 -05:00
Zane C. B-H 1593c53230 RegexPTR should be done... start work on the test 2019-08-06 01:54:30 -05:00
Zane C. B-H 182031912d copy PTR to RegexPTR in prep to add suppport for it 2019-08-06 01:06:21 -05:00
Zane C. B-H f2a92f8937 note the changes 2019-07-31 01:51:49 -05:00
Zane C. B-H b1c35defe0 ports now respects * 2019-07-31 01:48:13 -05:00
Zane C. B-H 477905f567 add git links and update README/changes for release 2019-07-17 05:09:57 -05:00
Zane C. B-H 8f72345480 add a example and run tests with muliple methods 2019-07-17 04:56:32 -05:00
Zane C. B-H 290bba0b9e the match function now tests as good 2019-07-17 02:40:38 -05:00
Zane C. B-H 6fcfbb57d7 add a testing arg to make testing less noisy with expected alert messages and begin work on the tests for the Match module 2019-07-17 02:24:55 -05:00
Zane C. B-H 74894707d0 more work on match 2019-07-17 01:34:14 -05:00
Zane C. B-H fbaa9a5ee0 add a few missing files to the MANIFEST 2019-07-09 01:02:05 -05:00
Zane C. B-H 0e125b1b2f fix the PTR module and add tests for it 2019-07-09 01:00:07 -05:00
Zane C. B-H bdc79e8cf4 PTR stuff mostly done 2019-07-09 00:24:23 -05:00
Zane C. B-H bf16af5561 update the Makefile.PL 2019-07-08 05:33:09 -05:00
Zane C. B-H 1d50265c8e ports tests now all done 2019-07-08 05:29:32 -05:00
Zane C. B-H 8b45f4ba28 ports mostly done and testing in progress 2019-07-08 04:23:57 -05:00
Zane C. B-H 5e4f1a1bca doc correction 2019-07-08 03:47:55 -05:00
Zane C. B-H 942a656a4b update the manifest and add a load test for Ports 2019-07-08 03:39:02 -05:00
Zane C. B-H 781437abf3 begin work on the ports matcher 2019-07-08 03:34:43 -05:00
Zane C. B-H bece6d6f1c protocol matching new works and so do the tests for it 2019-07-08 02:10:38 -05:00
Zane C. B-H 8217f86980 begin work on protocol matching correct a few docs bits in states 2019-07-08 02:05:40 -05:00
Zane C. B-H 15fa90f5b1 add the states test to the manifest 2019-07-08 01:53:43 -05:00
Zane C. B-H 520f5f4874 add states checking as well as related tests 2019-07-08 01:50:02 -05:00
Zane C. B-H f94a63b192 update the manifest and add a state match 2019-07-08 01:29:03 -05:00
Zane C. B-H 0167544fb2 matching and docs done 2019-07-08 00:55:44 -05:00
Zane C. B-H 3a2572e50e CIDR checking now works and is tested 2019-07-08 00:26:48 -05:00