Commit Graph

616 Commits

Author SHA1 Message Date
Neil Dorin
28f3ca3199 Merge pull request #196 from PepperDash/linkup-reconnect-tcp
fix: adds ethernet event handler to GenericTcpClient to connect on li…
v1.4.3
2025-12-12 13:20:50 -05:00
Andrew Knous
ba556ad6e2 fix: removes extraneous logging v1.4.3-linkup-reconnect-tcp.2 2025-12-12 13:17:04 -05:00
Andrew Knous
59c1212dd3 fix: adds ethernet event handler to GenericTcpClient to connect on link up status v1.4.3-linkup-reconnect-tcp.1 2025-12-12 12:20:20 -05:00
Nick Genovese
51c262fce2 Merge pull request #195 from PepperDash/comm-method-updates
Comm method updates
v1.4.2
2025-08-14 15:07:52 -04:00
Andrew Welker
80385bac28 fix: add comBridge method for control methods v1.4.2-comm-method-updates.1 2025-08-14 13:59:59 -05:00
Andrew Welker
614a1f360b chore: ignore output & .vs folders 2025-08-14 13:59:12 -05:00
Andrew Welker
1dd2f49b18 Merge pull request #194 from PepperDash/3series-caller-reference 2025-05-15 11:22:45 -05:00
jdevito
2f7c633709 ci: update workflow caller reference 2025-05-15 11:12:14 -05:00
Jason DeVito
9cf457c5cc Merge pull request #193 from PepperDash/3series-workflow-updates
3series workflow updates
v1.4.1
2025-05-13 16:17:54 -05:00
jdevito
46b33f91be ci(force-patch): force version increment for ci updates v1.4.1-3series-workflow-updates.5 2025-05-13 15:15:22 -05:00
jdevito
83c5e4b4eb fix: correct author name and update copyright year in nuspec file v1.4.1-3series-workflow-updates.4 2025-05-13 15:12:58 -05:00
jdevito
3a0a32290b ci(force-patch): force version increment for ci updates v1.4.1-3series-workflow-updates.3 2025-05-13 14:55:49 -05:00
jdevito
fcef2ecf9e ci(force-patch): force version increment for ci updates v1.4.1-3series-workflow-updates.2 2025-05-13 14:54:13 -05:00
jdevito
8d7db3a056 ci(force-patch): force version increment for ci updates v1.4.1-3series-workflow-updates.1 2025-05-13 14:34:53 -05:00
jdevito
0be72d7e39 ci(force-patch): force version increment for ci updates v1.4.0 2025-05-09 15:16:23 -05:00
jdevito
49ebc526b8 feat: add workflow for building Essentials 1.X 2025-05-09 15:09:05 -05:00
jdevito
fc77ae8e4e ci(force-patch): force version increment for ci updates 2025-05-09 14:06:19 -05:00
jdevito
9196f836e8 ci(force-patch): force version increment for ci updates 2025-05-09 14:04:12 -05:00
jdevito
fdf9c2ae5e ci(force-patch): force version increment for ci updates 2025-05-09 13:39:10 -05:00
Jason DeVito
3631e7a2cb Update EssentialsPlugins-builds-3-series-caller.yml 2025-05-09 13:36:42 -05:00
Jonathan Arndt
8ad6279abc fix: correct build job reference for 3Series in workflow configuration 2025-05-06 08:40:51 -07:00
Jonathan Arndt
d84eca0cc4 fix: update solution filename and folder paths for workflow expectations. 2025-05-05 16:46:17 -07:00
Jonathan Arndt
083b935d71 feat: update versioning scripts and workflows for maintenance-1x build process 2025-05-05 14:06:25 -07:00
Jonathan Arndt
e23e4b4754 Merge pull request #192 from PepperDash:password-client-delete
chore: remove add-issues-to-project workflow file.
2025-05-05 13:31:58 -07:00
Jonathan Arndt
eb4c2cd386 chore: remove add-issues-to-project workflow file. 2025-05-05 13:29:11 -07:00
Jonathan Arndt
69ea8589cc fix: update DeletePasswordCharacter method to use length before deletion for proper LED feedback. 2025-05-05 13:19:48 -07:00
jdevito
93f0f4cbfe feat: add method to delete the last character in the password field 2025-05-05 13:15:44 -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
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
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
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