Andrew Welker
386634d662
chore: remove file marked remove
2023-02-06 13:16:06 -07:00
Andrew Welker
b061a72907
refactor: add alias for newtonsoft package
2023-02-06 13:15:58 -07:00
Andrew Welker
b8825dfbd7
chore: add real newtonsoft reference
2023-02-06 13:15:34 -07:00
Andrew Welker
b89ac1d41c
ci: correct more syntax
2023-02-03 20:29:38 -07:00
Andrew Welker
afed056be9
ci: update workflow to simplify builds for 4-series
2023-02-03 16:47:45 -07:00
Andrew Welker
07f400caa8
chore: remove unneeded files
2023-02-03 16:45:00 -07:00
Andrew Welker
53d9595cb5
refactor: remove leftover from rebase
2023-02-03 13:43:14 -07:00
Andrew Welker
92c722207d
chore: remove 3-series solution & project
2023-02-03 12:30:46 -07:00
Andrew Welker
9b808da3d9
build: fix 4-series nuspec
2023-02-03 12:11:31 -07:00
Andrew Welker
82cc6d20df
chore: change deterministic to false
...
Setting deterministic to false allows for using version numbers like 1.0.0.* in the CI pipeline.
2023-02-03 12:11:31 -07:00
Andrew Welker
271004dc4d
chore: separate 4-series and 3-series assembly info
2023-02-03 12:11:31 -07:00
Andrew Welker
d129f24c61
feat: add 4-series support for PepperDash Core
2023-02-03 12:11:31 -07:00
Andrew Welker
6789e70fd7
fix: change from PrintLine to ConsoleCommandResponse
2023-02-03 12:11:31 -07:00
Andrew Welker
2abf5749de
Revert "Feature/ssh dispose"
2023-02-03 12:11:31 -07:00
Andrew Welker
2a93f3bdb4
fix: remove leftover merge issue
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
Andrew Welker
5c88d22f7f
feat: add roomId property to Control Properties Config
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
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
2022-11-04 09:13:19 -06:00
Jason Alborough
f60683c2a7
Merge branch 'main' into feature/ssh-dispose
2022-10-07 11:14:31 -04:00
Jason Alborough
f7317832a1
fix: adds ssh dispose for the client
2022-10-07 11:11:23 -04:00
Jason T Alborough
dd0a9285a5
Merge branch 'development' into hotfix/ssh-tcp-reconnect-fix
...
# Conflicts:
# Pepperdash Core/Pepperdash Core/Comm/GenericSshClient.cs
# Pepperdash Core/Pepperdash Core/Comm/GenericTcpIpClient.cs
2022-09-08 11:27:29 -04:00
Alex Johnson
9326703454
Changes lock to CCriticalSection
2022-09-07 11:46:06 -04:00
Alex Johnson
4139556149
Changes some debug levels to notify upon errors in console
2022-09-02 15:00:57 -04:00
Alex Johnson
c722542b04
Adds lock to ssh and tcp classes to prevent possible threading issues.
2022-09-02 14:50:15 -04:00
Alex Johnson
b12e798041
Reworks reconnect timer due to issues seen on 4 series where autoreconnect cycle breaks.
2022-08-24 14:11:46 -04:00
Alex Johnson
f135029ad6
Reduces error log messages from SSH client on basic disconnects
2022-07-07 10:51:37 -04:00
Jason DeVito
33c3aa9979
feat: added roomName reporting to EvaluateFile, updated constants used by JSON wrapper modules, refactored programCompatibility checks
2022-06-15 11:16:45 -05:00
Jason DeVito
3fa94a92d2
fix: updated EvaluateFile method to resolve issues reading files on an appliance discovered when testing on a 3-series
2022-06-15 10:01:19 -05:00
Jason DeVito
8be02fa458
fix: updated JsonToSimplFileMaster EvaluateFile method, added event arg constant in support of data being passed to simpl
2022-06-14 20:19:23 -05:00
Neil Dorin
e86edbd2fb
docs(core): Resolves remaining XML comment compiler warnings
2022-06-08 14:27:09 -06:00
Neil Dorin
afcaa89125
docs(core): Adds missing XML comments for public members
2022-06-07 16:45:20 -06:00
Neil Dorin
383d01b734
fix(essentials): Fixes regex lines check in delimiter loop
2022-02-10 13:11:13 -07:00
Neil Dorin
720c8d9ee3
fix(essentials): appends correct delimiter
2022-02-10 12:20:39 -07:00
Neil Dorin
b2d3faf208
feat(essentials): #128 Adds ability for CommunicationGather to take multiple delimiters
2022-02-10 10:22:28 -07:00
Andrew Welker
bbbd6d2290
refactor: fix missing }
2022-02-09 10:07:59 -07:00
Andrew Welker
b64aa97a3f
Merge branch 'development' into hotfix/ssh-logging
2022-02-09 09:49:27 -07:00
Andrew Welker
664b26908b
Merge branch 'main' into hotfix/ssh-logging
2022-02-09 09:14:07 -07:00
Alex Johnson
0c950404d6
Removes ReconnectTimer = null action from HandleConnectionFailure timer event and moves some debug to level 1 for better visibility.
2022-02-08 16:21:55 -05:00
Andrew Welker
e565144830
refactor: Move failure handling out of catch blocks just in case
2021-10-18 12:16:22 -06:00
Andrew Welker
f947bb8939
refactor: Add logging of some messages to error log
...
Also moves some error handling and status notifications into the catch blocks in the `Connectr()` method.
2021-10-18 12:04:51 -06:00
Jason DeVito
195cf3fe0d
fix: changed ConnectionChange event and handler to use GenericSocketStatusChangeEventArgs.
2021-09-20 11:12:45 -05:00
Jason DeVito
e8eeda36c1
fix: changed SecureTcpClient to private. fix: removed the ConnectionHasHungCallbackDelegate, was unused.
2021-09-15 08:01:47 -05:00
Jason DeVito
1d04442625
feat: Created new GenericSecureTcpIpClient from GenericSecureTcpIpClient_ForServer, implementing ISocektStatusWithStreamDebugging. chore: Added JsonProperty decorators to TcpClientConfigObject.cs.
2021-09-14 18:09:34 -05:00
Jason DeVito
3998369244
feat: added SecureTcpIp to eControlMethod enum for plugin. Actual SecureTcpIp client is not currently available.
2021-09-14 15:34:37 -05:00
Neil Dorin
4af5eede40
feat(PepperDashCore): #114 Adds QscCoreDoubleTcpIpClient
2021-08-24 10:28:46 -06:00
Neil Dorin
5779842e9a
fix(GenericSshClient): #110 Adds check to ensure TheStream != null and IsConnected in SendText() and SentBytes()
2021-07-30 13:49:57 -06:00
Neil Dorin
aa8951e45a
Merge pull request #105 from PepperDash/hotfix/udp-server-queue
...
Hotfix/udp server queue
2021-07-23 15:01:01 -06:00
Andrew Welker
ee7e5f1548
feat: Add Initialize method
...
This method is to be used for starting communications with a device, or other actions that aren't internal to the program.
2021-07-23 14:46:32 -06:00
Andrew Welker
fcc7169be9
Merge branch 'development' into hotfix/udp-server-queue
2021-07-01 14:24:41 -06:00