Commit Graph

745 Commits

Author SHA1 Message Date
Joshua Gutenplan
1227038b55 Updated secure client, I think this is the final version for the Secure Client, will be adding the server from Pro next. 2017-03-10 19:12:52 -08:00
Joshua Gutenplan
408f58bf71 Secure TCP client added, having one issue where the client is not connecting on initial connect call. Second call makes the connection. I think the nonsecure tcp client is working this way too, but need to verify 2017-03-10 00:59:51 -08:00
Heath Volmer
721275ee2c WebAPI: Added LookupSuccess to user and preset event args to trigger found/not-found pulses in Simpl 2017-02-27 12:13:23 -07:00
Heath Volmer
f154afb885 Working through little details on ecs-213 2017-02-21 16:33:09 -07:00
Heath Volmer
0e27ef3f9c Moved in eControlMethods and a portion of ControlPropertiesConfig from Essentials 2017-02-15 16:32:36 -07:00
Heath Volmer
402b49b4f5 Recompile 2017-02-13 14:06:28 -07:00
Heath Volmer
309d6df98e Web API, changed loading of default to happen when no preset is received - to allow proper structure from previously-loaded preset to be overwritten 2017-02-13 14:02:11 -07:00
Heath Volmer
29346bae8f Mods to web api for https 2017-01-11 16:54:59 -07:00
Heath Volmer
e9f4917c55 Minor changes to client and gather in response to wharton/portalsync debugging 2017-01-06 13:39:53 -07:00
Heath Volmer
5fb4150d21 Changes to GenericTcpIpClient to accomodate S+ wrapper; Moved Web API and JsonToSimpl in 2017-01-04 14:50:18 -07:00
Heath Volmer
755010251f Merge pull request #4 in PEC/pepperdash-simplsharp-core from feature/debugContexts to master
* commit 'd6acc33ad09f22ad76f76d0fd33b9d06048201e4':
  Working on debug contexts
2016-12-07 16:29:18 -05:00
Heath Volmer
d6acc33ad0 Working on debug contexts 2016-12-07 14:24:12 -07:00
Heath Volmer
06eb63f521 Merge pull request #3 in PEC/pepperdash-simplsharp-core from bugfix/debugLoad20161207 to master
* commit '4372424ba84072e7997e2b830ec4f78b435bb4e0':
  Fixed failure in Debug.LoadMemory where a null Contexts could be created from an empty file
2016-12-07 14:03:30 -05:00
Heath Volmer
4372424ba8 Fixed failure in Debug.LoadMemory where a null Contexts could be created from an empty file 2016-12-07 11:55:33 -07:00
Heath Volmer
d90381c695 Merge pull request #2 in PEC/pepperdash-simplsharp-core from bugfix/fix-ssh-20161205 to master
* commit '422947559eee5739fea933cb3dcb7b4097bcfd73':
  Removed handler for stream error
  Ssh Connect() now spins up new clients.  Seems to be helping deal with connection failures
  Trying and failing lots of things to fix SshClient. About to try making and destroying the entire client
  Hunting down program crash when network cable is pulled from server. Client.ErrorOccurred is not catching this
  Working through elusive disconnect bugs on SSH, with Amazon on CP3N
2016-12-07 10:02:38 -05:00
Heath Volmer
422947559e Removed handler for stream error 2016-12-06 16:15:57 -07:00
Heath Volmer
15cd23a857 Ssh Connect() now spins up new clients. Seems to be helping deal with connection failures 2016-12-06 16:02:49 -07:00
Heath Volmer
d7613d2f52 Trying and failing lots of things to fix SshClient. About to try making and destroying the entire client 2016-12-06 15:41:49 -07:00
Heath Volmer
d1ce18fb64 Hunting down program crash when network cable is pulled from server. Client.ErrorOccurred is not catching this 2016-12-06 09:50:22 -07:00
Heath Volmer
5abfa9143c Working through elusive disconnect bugs on SSH, with Amazon on CP3N 2016-12-05 20:33:14 -07:00
Heath Volmer
ad0140b6a3 Merge pull request #1 in PEC/pepperdash-simplsharp-core from feature/changeSaveMethod to master
* commit '4e9f7474a1c5bcbc11a93100f96711af2f04743f':
  Changed debug class to write to file rather than use datastore
2016-11-28 16:12:12 -05:00
Heath Volmer
4e9f7474a1 Changed debug class to write to file rather than use datastore 2016-11-28 14:07:53 -07:00
Heath Volmer
783ca522ef Silenced GenericTcpIpClient debug messages on send text/bytes 2016-11-15 12:57:12 -07:00
Heath Volmer
c92c2e6df4 Touch-ups on autoreconnect 2016-11-10 12:26:45 -07:00
Heath Volmer
9553dac99c Added debug messages to GenericTcpIpClient constructor 2016-10-18 12:37:46 -06:00
Heath Volmer
7137563e96 Changes to unify GenericTcpClient and GenericSshClient under ISocketStatus 2016-09-27 17:30:41 -06:00
Heath Volmer
69802c8bc5 Adding status enum to Clients; Added interface for these statuses 2016-09-26 14:46:50 -06:00
Heath Volmer
a99a69b4bb Added Stop() method to Gather to allow the gather to be shut down 2016-09-26 08:36:08 -06:00
Heath Volmer
d5970f76ce Working through connect/disconnect details 2016-09-23 10:44:21 -06:00
Heath Volmer
8aa9f130cd GenericSshClient changes for S+ module 2016-09-22 21:57:21 -06:00
Heath Volmer
0c72e68cc0 Multiple character gather on CommunicationGather 2016-09-20 15:07:36 -06:00
Heath Volmer
13482269a7 Added dll and clz to commits 2016-09-12 14:44:39 -06:00
Heath Volmer
71d1b43fc9 Fixed undesirable auto-reconnect behavior when manually disconnecting 2016-09-12 14:42:53 -06:00
Heath Volmer
c1e60134cc Removed S+ event args because S+ blows goats 2016-09-02 16:25:10 -06:00
Heath Volmer
f46f305c2b Added S+ event args classes 2016-09-02 11:20:34 -06:00
Heath Volmer
364d70d97d Added S+ SplusGenericTcpIpClientWithGather helper class 2016-08-15 13:55:25 -06:00
Heath Volmer
a18fc08e9e Moved CommunicationGather class in 2016-08-15 13:49:41 -06:00
Heath Volmer
7a564bb8de SSH fixes and config changes 2016-08-05 08:10:51 -06:00
Heath Volmer
0f0b61afa2 Working through ssh disconnect / leak problems 2016-08-04 13:14:32 -06:00
Heath Volmer
cb5d36de51 Post Cp3N and Mac server testing, with disco testing on mac server 2016-08-03 16:43:02 -06:00
Heath Volmer
433b4eba81 Moving in ssh client 2016-08-03 15:30:48 -06:00
Heath Volmer
1ee963afe7 Fixed problems with Debug, and protected some SSP-only things from running in Simpl 2016-06-17 12:29:09 -06:00
Heath Volmer
84ef279167 Move-ins from essentials core 2016-06-16 14:46:29 -06:00
Heath Volmer
11791460c8 File changes 2016-06-15 15:30:06 -06:00
Heath Volmer
3199302dae Initial. Moving certain classes out of Essentials Base 2016-06-15 10:05:41 -06:00