Commit Graph

262 Commits

Author SHA1 Message Date
Andrew Welker
4dc9d0b59b getting git version & checking command validity 2020-03-16 14:00:01 -06:00
Andrew Welker
b650e5186e removed git describe command & commented more steps out 2020-03-16 13:56:24 -06:00
Andrew Welker
73088c9977 commented out steps to enable better testing 2020-03-16 13:54:30 -06:00
Andrew Welker
a0ddeb9328 removed Jenkins action and changed name 2020-03-16 13:44:43 -06:00
Andrew Welker
13205833e8 removed check for tag count 2020-03-16 13:43:57 -06:00
Andrew Welker
46f775e584 fixed solution name 2020-03-16 13:31:46 -06:00
Andrew Welker
fe5ab01abc updated version number to look at only tags on master 1.0.36-alpha-160 2020-03-16 13:20:07 -06:00
Andrew Welker
6cf5fe5ec4 added updated files & scripts 1.0.36-alpha-159 2020-03-16 12:30:31 -06:00
Andrew Welker
b372f4d369 Merge pull request #16 from PepperDash/feature/add-jenkins-action
Adds all branch qualifiers
2020-03-13 10:55:48 -06:00
Neil Dorin
61d84d2ebe Adds all branch qualifiers 1.0.36-alpha-157 2020-03-13 10:53:22 -06:00
Neil Dorin
3b60404528 Merge pull request #14 from PepperDash/feature/add-jenkins-action
added working Action and restored Issue templates that weren't on Dev…
2020-02-28 08:56:14 -07:00
Andrew Welker
d8f98346d4 Merge branch 'master' into feature/add-jenkins-action 2020-02-28 08:49:08 -07:00
Andrew Welker
c073b016b1 added working Action and restored Issue templates that weren't on Develop 2020-02-28 08:45:30 -07:00
Andrew Welker
e13b25a2d1 Merge pull request #13 from PepperDash/ndorin-action-test-1
Create main.yml
2020-02-27 12:55:18 -07:00
Neil Dorin
a81e7fa951 Update main.yml
Adds url and user values
2020-02-27 12:48:20 -07:00
Neil Dorin
8e626fd280 Create main.yml 2020-02-27 12:38:15 -07:00
Andrew Welker
a4eebf7cb3 Merge pull request #10 from PepperDash/ndorin-add-issue-templates
Adds issue templates for bug and feature
1.0.35
2020-02-26 10:48:24 -07:00
Andrew Welker
9f4e271675 Merge pull request #12 from PepperDash/hotfix/sshClient-connect-protection
Adds semaphore to GenericSshClient.Connect()
2020-02-25 16:15:46 -07:00
Neil Dorin
b13f425169 #11 adds semaphore to prevent Connect() from being called from S+ if a connection attempt is still in progress. 2020-02-25 15:19:49 -07:00
Neil Dorin
c8be56eb87 Merge pull request #9 from PepperDash/hotfix/SecureServerListnerFix
Closes #8 GenericSecureTcpIpServer
1.0.34
2020-02-24 15:43:20 -07:00
Neil Dorin
31892b5996 Adds issue templates for bug and feature 2020-02-24 10:26:23 -07:00
Jason T Alborough
c037d73e32 Adds logging of the SocketErrorCode when arming WaitForConnectionAsync.
#8
0.0.30
2020-02-22 07:22:10 -05:00
Jason T Alborough
c823760711 # GenericSecureTcpIpServer
- Restarts the server whenever a faulty client connection occurs. This appears the only way to get the listener back after a faulty attempt.
- Removes the condition on rearming the server.WaitForConnectionAsync callback.
2020-02-21 13:03:14 -05:00
hvolmer
26dec949dd Merge pull request #5 from PepperDash/hotfix/errant-startup-message
Adds appropriate condition check before printing console message
1.0.33
2020-02-14 13:42:55 -07:00
Neil Dorin
122fb5c5e9 Adds appropriate condition check before printing console message 2020-02-11 21:06:24 -07:00
Neil Dorin
53ba4dc06c Merge pull request #4 from PepperDash/hotfix/pdc-43
Hotfix/pdc 43
1.0.32
2020-02-11 15:02:17 -07:00
Neil Dorin
814e0f247c closes PDC-43 and adds correct condition before printing statment in Debug class. 2020-02-11 14:52:34 -07:00
Neil Dorin
ef9d7d91e9 Update Readme.md
Corrects spelling mistake. Minor edits.
2020-02-10 21:38:10 -07:00
Neil Dorin
9065904b8f Merge pull request #3 from PepperDash/readme-updates
Update Readme.md
2020-02-07 13:11:43 -07:00
Neil Dorin
0a9433de15 Update Readme.md
Added copywrite, license section and populated readme
2020-02-07 12:09:48 -07:00
Neil Dorin
3b44971594 Merge pull request #2 from PepperDash/bugfix/pdc-42
Bugfix/pdc 42
2020-02-06 16:53:39 -07:00
Neil Dorin
a7fcc79729 Adds MIT license 2020-02-06 16:25:07 -07:00
Neil Dorin
e4d7e98520 Adds check to ensure that statement only prints if DoNotLoadOnNextBoot is set to true 0.0.29 2020-02-03 14:24:28 -07:00
Neil Dorin
1d8ac48538 Merged in bugfix/pdc-41 (pull request #42)
Bugfix/pdc 41

Approved-by: Neil Dorin <ndorin@pepperdash.com>
1.0.31
2020-01-29 17:23:07 +00:00
Neil Dorin
685f4ef463 Merge remote-tracking branch 'origin/development' into bugfix/pdc-41 2020-01-29 09:58:53 -07:00
Neil Dorin
43c6083b03 Merge remote-tracking branch 'origin/bugfix/PDC-38_RestartListeningAfterMax' into bugfix/pdc-41 0.0.25 2020-01-24 15:30:28 -07:00
Neil Dorin
5576fa349d Cleans up the disconnect logic and adds KillClient() to better control process of disposing of resources before reconnect attempts. Adds XML help for propeties and methods 2020-01-24 15:29:54 -07:00
Jason Alborough
4d534a6586 Merged in bugfix/PDC-38_RestartListeningAfterMax (pull request #40)
Bugfix/PDC-38 RestartListeningAfterMax
1.0.30
2020-01-24 22:01:32 +00:00
Alex Johnson
19263590a7 Changes Ssh client autoreconnect method to null client and start with new client on next attempt. Saw issues specifically with Polycom not reconnecting unless we spin up a new client. 0.0.21 0.0.20 2020-01-21 09:51:16 -05:00
Jason T Alborough
b5f611f3ba Changes the conditions under which the server would restart. 0.0.19 2020-01-17 20:02:41 -05:00
Jason T Alborough
dd3227d59e Restarts the listener if the server Clients is < MaxClients and not listening. 0.0.17 0.0.16 2020-01-03 14:58:24 -05:00
Neil Dorin
33f2814ecf Merged in bugfix/pdc-36 (pull request #39)
Bugfix/pdc 36

Approved-by: Neil Dorin <ndorin@pepperdash.com>
1.0.29
2019-12-12 22:50:59 +00:00
Neil Dorin
b96ac89195 adds a null check to Receive() 0.0.15 2019-12-12 15:32:58 -07:00
Neil Dorin
f3b70a8edb Adds better null check to WaitAndTryReconnect() 0.0.14 2019-12-12 15:14:55 -07:00
Neil Dorin
aebd577dd6 Adds null check in WaitAndTryReconnect() 0.0.13 2019-12-12 15:07:40 -07:00
Neil Dorin
f9ae8ca38f Adds XML summary comments 0.0.12 2019-12-12 14:14:56 -07:00
Neil Dorin
ec131bec2c Merge branch 'feature/pdc-35' into bugfix/pdc-36 2019-12-12 11:33:03 -07:00
Neil Dorin
b701802326 Adds console statement to clarify when DoNotStartOnNextBoot is set from console command 2019-12-12 10:33:45 -07:00
Neil Dorin
4f2c059e0c Reduces length of help tip for new console command 0.0.11 2019-11-15 21:30:43 -07:00
Neil Dorin
374ebc8d85 Adds console command to get/set DoNotLoadOnNextBoot 0.0.10_DoNotUse_BadBuild 2019-11-15 18:02:56 -07:00