Commit graph

722 commits

Author SHA1 Message Date
Andrew Welker
646b335342
Merge pull request #167 from PepperDash/feature-2/remove-full-newtonsoft
fix: removed Newtonsoft.JSON full and aliases
2024-02-01 15:13:37 -06:00
Andrew Welker
0aa095d38c
Merge pull request #166 from PepperDash/hotfix/165-bug-generictcpipclient-throws-null-ref-in-older-simpl-windows-only-scenarios
fix: StreamDebugging in default constructor
2024-01-03 08:58:33 -06:00
Andrew Welker
4825f1ec39 build: removed unnecessary references for .NET 6 2023-12-28 13:02:51 -06:00
Andrew Welker
dafc0366aa build: add net6 target
Using the SDK stlye project, it is fairly easy to target multiple
frameworks. For support here, a Crestron package update was necessary,
but targeting both .NET6 & .NET Framework 4.7.2 is possible. This should
allow us to support .NET 6 on 4-series processors, while still
supporting .NET Framework 4.7.2 on VC-4.
2023-12-28 12:03:00 -06:00
Neil Dorin
def22cfe91 fix: sets overall min log level in logger config 2023-11-29 12:14:56 -07:00
Neil Dorin
9001c6c369 feat: sets debug level on output log messages from websocket server 2023-11-24 11:52:37 -07:00
Neil Dorin
58fcd91fa2 fix: minor adjustments to debug statement levels 2023-11-23 15:33:22 -07:00
Neil Dorin
5931c1fb78 fix: fixes setting log level in LogMessage 2023-11-23 12:34:19 -07:00
Neil Dorin
1abffd82ca fix: reworks how the console debug level is set 2023-11-23 12:11:36 -07:00
Neil Dorin
5b2453c2cc feat: improments to setting debug level from console 2023-11-23 11:28:25 -07:00
Neil Dorin
65800193bb feat: adds methods to get/set websocket min log level 2023-11-22 17:31:36 -07:00
Neil Dorin
3debb30d53 fix: consolidates log messages 2023-11-22 16:44:52 -07:00
Neil Dorin
15024b57f2 feat: adds console sink for Serilog 2023-11-22 14:03:01 -07:00
Neil Dorin
6c32f371fa fix: makes logging format consistent 2023-11-20 16:27:13 -07:00
Neil Dorin
fac210676c fix: switches formatters 2023-11-20 15:40:00 -07:00
Neil Dorin
29c3fe22b1 fix: adds text formatter 2023-11-20 14:55:30 -07:00
Neil Dorin
6c51ce5b95 fix: adds IP from ethernet helper class 2023-11-20 14:02:43 -07:00
Neil Dorin
19032a0f6d fix: Adds url property and utilizes private _path for consistency 2023-11-20 13:40:55 -07:00
Neil Dorin
40f540e23a fix: fix rootPath for wss server 2023-11-20 13:11:46 -07:00
Neil Dorin
eece4dece1 fix: adds debug statement to log output 2023-11-20 12:59:49 -07:00
Neil Dorin
3ce284750a fix: updates path on service 2023-11-16 15:11:29 -07:00
Neil Dorin
0e7672dc3a fix: swaps debug statements in CreateCert method for printlines as logger hasn't been constructed yet when it gets called. 2023-11-16 13:17:37 -07:00
Neil Dorin
7872468af2 fix: more string formatting updates 2023-11-15 17:14:13 -07:00
Neil Dorin
846abe24d4 fix: fixed debug message formatting 2023-11-15 16:50:24 -07:00
Nick Genovese
aa0e4b707c fix: removed Newtonsoft.JSON full and aliases 2023-11-08 10:27:31 -05:00
Neil Dorin
072d77a369 feat: adds BouncyCertificate 2023-11-07 20:56:29 -07:00
Neil Dorin
a82e53ce2b feat: Adds WebSocketBehaviour 2023-11-07 12:08:50 -07:00
Neil Dorin
7517666614 fix: better way to instantiate websocket sink 2023-11-06 19:24:03 -07:00
Neil Dorin
2223e09283 fix: Assigns a value to the sink local var 2023-11-06 19:18:25 -07:00
Neil Dorin
12ef858ed3 feat: adds status messages for wssv 2023-11-06 18:43:09 -07:00
Neil Dorin
b845e427e2 fix: adds null checks 2023-11-06 18:31:28 -07:00
Neil Dorin
a876de73f1 fix: fixes Port issue 2023-11-06 18:19:19 -07:00
Neil Dorin
95312a827b feat: exposes Port and IsListening properties 2023-11-06 18:17:00 -07:00
Neil Dorin
93c7dbe812 fix: fixes accessiblity level 2023-11-06 17:58:44 -07:00
Neil Dorin
0266edda05 feat: exposes methods to control wssv 2023-11-06 16:56:51 -07:00
Neil Dorin
baa54e40b2 Gets rid of CloseAndFlush temporarily 2023-11-01 09:43:47 -06:00
Neil Dorin
c9f3d77e0b Adds back in crestron console print statements when running on appliance 2023-11-01 09:39:46 -06:00
Neil Dorin
90e1dc78ac Adds webserver classes from development branch into 2.0 branch 2023-10-31 13:06:22 -06:00
Neil Dorin
d43965b82a Adds log methods 2023-10-30 18:28:30 -06:00
Neil Dorin
2f1180512c feat: Initial implementation of DebugWebsocketSink 2023-10-30 17:24:47 -06:00
Neil Dorin
6174400b7e Updates merge to ignore uid and merge on key only for devices 2023-10-27 15:13:46 -06:00
Nick Genovese
86acb09782 fix: StreamDebugging in default constructor
- creates a StreamDebugging class with the default s+ key
- this shouldn't matter since in a simpl windows env you can't use console commands anyhow
2023-08-24 12:36:21 -04:00
Nick Genovese
e9a2f7a973
Merge pull request #163 from PepperDash/hotfix/ssh-object-disposed-exception
fix: handles an object disposed ex
2023-08-23 14:26:00 -04:00
Nick Genovese
4f48246061 fix: cleaned up some debug
- in both 'send' methods, print and log the ex message at level 0
- in both 'send' methods, print and log the stack trace at level 1
2023-08-23 14:01:13 -04:00
Nick Genovese
751d157f07 fix: handles an object disposed ex
- the SSH Stream is occasionally disposed, when this happens we catch and recreate the client
- removed the line where we set the Timer to null at disconnect, as there is no other place that the timer gets recreated
- added try/catch w/ logging in the KillClient method for safety's sake
2023-08-16 10:08:06 -04:00
Neil Dorin
1187cd3b05
Merge pull request #162 from PepperDash/hotfix/crestron-db-updates
Update Crestron DBs DEV
2023-08-15 10:01:14 -06:00
Neil Dorin
402af2ac17
Merge pull request #161 from PepperDash/hotfix/crestron-db-updates
Update Crestron DBs
2023-08-15 10:00:57 -06:00
Andrew Welker
f5803fe7c1 chore: trigger build with new Crestron DBs 2023-08-15 09:44:01 -06:00
Neil Dorin
6797db101a
Merge pull request #159 from PepperDash/hotfix/ssh-reconnect-issues
Add null check for SSH reconnect timer DEV
2023-04-07 10:48:11 -06:00
Neil Dorin
51b79b1409
Merge pull request #158 from PepperDash/hotfix/ssh-reconnect-issues
Add null check for SSH reconnect timer
2023-04-07 10:45:51 -06:00