Commit Graph

594 Commits

Author SHA1 Message Date
Neil Dorin
44fb41b42e Merge pull request #180 from PepperDash/hotfix/ssh-fix
Hotfix/ssh fix
2024-10-31 11:03:52 -06:00
jtalborough
63f6bb9cf2 fix: refactor the ssh handeler to use ShellStream.Read() 1.3.3-hotfix-390 2024-02-26 12:58:42 -05: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
2.0.0-beta-385 2.0.0-beta-389 2.0.0-beta-397 2.0.0-beta-400 1.3.2 1.3.2-hotfix-378 2.0.0-beta-383 2.0.0-beta-379 2.0.0-beta-404 2.0.0-beta-415 2.0.0-beta-418 2.0.0-beta-423 2.0.0-beta-452 v1.3.2
2024-01-03 08:58:33 -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
1.3.2-hotfix-340
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
1.3.2-hotfix-339 1.3.1
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
1.3.1-hotfix-338
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
1.3.1-hotfix-337
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
1.2.2-beta-336
2023-08-15 10:01:14 -06:00
Neil Dorin
402af2ac17 Merge pull request #161 from PepperDash/hotfix/crestron-db-updates
Update Crestron DBs
1.3.0
2023-08-15 10:00:57 -06:00
Andrew Welker
f5803fe7c1 chore: trigger build with new Crestron DBs 1.2.2-hotfix-335 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
1.2.2-beta-333
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
1.2.1
2023-04-07 10:45:51 -06:00
Andrew Welker
70b09fb6b8 fix: add null check for SSH reconnect timer 1.2.1-hotfix-331 1.2.1-hotfix-332 2023-04-07 10:13:03 -06:00
Andrew Welker
5d3c0de039 Merge pull request #157 from PepperDash/release/1.2.0
Release to Dev
1.2.1-beta-329
2023-03-01 11:04:47 -07:00
Andrew Welker
482afc31d3 Merge pull request #156 from PepperDash/release/1.2.0
1.2.0
1.2.0
2023-03-01 11:01:37 -07:00
Andrew Welker
9b56db1cb8 fix: remove isConnecting reference 1.2.0-rc-328 2023-03-01 09:35:31 -07:00
Andrew Welker
b804bf4fb5 Merge branch 'main' into release/1.2.0 2023-02-25 10:51:16 -07:00
Andrew Welker
0354354a74 Merge pull request #155 from PepperDash/development
Update Release from dev
1.2.0-rc-324
2023-02-24 12:12:16 -07:00
Andrew Welker
ddcc3c2d0e Merge pull request #153 from PepperDash/feature/generic-cws-base
Enable CORS support for requests
1.1.5-beta-323
2023-02-24 12:07:30 -07:00
jdevito
ca648e6107 fix: refactored default request handler to remove redundant reference 1.1.5-alpha-322 2023-02-20 16:01:32 -06:00
jdevito
8f47762409 fix: add CORS headers to all responses
Added EnableCors field,used to enable CORS support.

Enabled CORS in default request handler for all requests.
1.1.5-alpha-321
2023-02-20 15:27:02 -06:00
Andrew Welker
015cb03b00 Merge pull request #150 from PepperDash/feature/generic-cws-base
Add support for CWS
1.1.5-beta-317 1.2.0-rc-320 1.12.0-rc-319
2023-02-07 08:58:39 -07:00
jdevito
71349e67a3 fix: remove default handler overrides 1.1.5-alpha-316 2023-02-06 19:47:45 -06:00
Jason T Alborough
a1b00eb944 Merge pull request #147 from PepperDash/hotfix/project-workflow
feature: add workflow to push to project
2.0.0-beta-318
2023-01-31 11:07:31 -05:00
jta
56bfbb4bf9 feature: add workflow to push to project 1.1.5-hotfix-294 2023-01-31 10:37:30 -05:00
jdevito
627a39e63a fix: added GetRouteCollection method, additional refactoring to resolve use of base class 1.1.5-alpha-293 2023-01-30 16:25:23 -06:00
jdevito
ba930dafaf fix: moved instantiation of server to resolve null ref exception 1.1.5-alpha-292 2023-01-26 11:52:31 -06:00
jdevito
66c1b09510 Merge branch 'feature/generic-cws-base' of https://github.com/PepperDash/PepperDashCore into feature/generic-cws-base 1.1.5-alpha-291 2023-01-24 11:55:11 -06:00
jdevito
5e03ce51c0 fix: rebased on latest development branch, added missing XML comments to resolve warnings in Web classes 2023-01-24 11:54:54 -06:00
jdevito
a56f66230a refactor: Changed CWS references to WebApi, re-organized Web folder 2023-01-24 11:54:54 -06:00
jdevito
6221619400 fix: Added CwsBaseHandler, refactored CwsDefaultRequestHandler 2023-01-24 11:54:53 -06:00
jdevito
812b49eba4 feat: added crestron web server (cws) generic base 2023-01-24 11:54:53 -06:00
jdevito
897b1c86e1 fix: rebased on latest development branch, added missing XML comments to resolve warnings in Web classes 1.1.5-alpha-290 2023-01-24 11:54:03 -06:00
Andrew Welker
ae5b1684c8 Merge pull request #146 from PepperDash/hotfix/update-debug-file-path-for-vc4
Updates for VC4 DEV
1.1.5-beta-289
2023-01-19 12:30:29 -07:00
Andrew Welker
2a93f3bdb4 fix: remove leftover merge issue 1.1.5-hotfix-288 2023-01-19 11:47:52 -07:00
Andrew Welker
38e2222de8 Merge branch 'development' into hotfix/update-debug-file-path-for-vc4 2023-01-19 11:28:51 -07:00
jdevito
78631be830 refactor: Changed CWS references to WebApi, re-organized Web folder 1.1.5-alpha-286 2023-01-18 15:22:50 -06:00
jdevito
e98aae2d89 fix: Added CwsBaseHandler, refactored CwsDefaultRequestHandler 1.1.5-alpha-285 2023-01-18 13:30:27 -06:00
jdevito
1cbdc5aaef feat: added crestron web server (cws) generic base 1.1.5-alpha-284 2023-01-17 09:50:39 -06:00
Andrew Welker
fb8c10e07c Merge pull request #145 from PepperDash/revert-141-feature/ssh-dispose
Revert "Feature/ssh dispose"
1.1.4
2022-12-12 11:06:29 -07:00
Andrew Welker
8c81517b98 Revert "Feature/ssh dispose" 1.1.4-hotfix-283 2022-12-12 09:33:13 -07:00
Neil Dorin
2375967ba6 Merge pull request #142 from PepperDash/hotfix/ssh-tcp-reconnect-fix
Hotfix/ssh tcp reconnect fix
1.1.3-beta-281
2022-11-14 10:06:23 -07:00
Neil Dorin
5281b94452 Merge pull request #140 from PepperDash/hotfix/ssh-logging-reduction
Reduces error log messages from SSH client on basic disconnects
1.1.3
2022-11-14 10:05:26 -07:00
Neil Dorin
51fd947ae6 Merge branch 'main' into hotfix/ssh-logging-reduction 1.1.3-hotfix-280 2022-11-14 09:46:01 -07:00
Neil Dorin
3fe3b63aaf Merge pull request #144 from PepperDash/hotfix/update-debug-file-path-for-vc4
Updates for VC4
2022-11-14 09:45:30 -07:00
Andrew Welker
5c88d22f7f feat: add roomId property to Control Properties Config 1.1.3-hotfix-278 1.1.3-hotfix-279 2022-11-07 16:52:52 -07:00
Andrew Welker
1e2fa36390 feat: update string formats to differ between appliance and server
On VC-4, ALL statements have to go to the Error Log. With this change, all messages will go to the Error log at the Notice level on VC-4 only with the Essentials appdebug level added to the message. This should aid in filtering out messages from the error log
1.1.3-hotfix-277
2022-11-04 13:34:36 -06:00
Andrew Welker
4890b167ab fix: update path to debug settings file
The path wasn't taking into account running on VC-4, which was causing exceptions when Essentials was running on VC-4
1.1.3-hotfix-276
2022-11-04 09:13:19 -06:00
Neil Dorin
89c503c636 Merge pull request #141 from PepperDash/feature/ssh-dispose
Feature/ssh dispose
2022-10-07 10:48:42 -06:00
Jason Alborough
f60683c2a7 Merge branch 'main' into feature/ssh-dispose 1.1.3-alpha-270 2022-10-07 11:14:31 -04:00