Konstantina Chremmou
|
d7b519a53c
|
Updated copyright notice on files.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
|
2023-01-30 16:24:16 +00:00 |
|
Konstantina Chremmou
|
eb0dc04381
|
Fixed indentation.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-18 20:32:36 +01:00 |
|
Konstantina Chremmou
|
02f59946b9
|
Fixed further code smells as per code review.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-18 20:28:08 +01:00 |
|
Konstantina Chremmou
|
c4617240aa
|
Corrections as per code review.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-18 20:28:08 +01:00 |
|
Konstantina Chremmou
|
dd0c5d4891
|
CP-36392: Implemented server certificate validation.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-10 21:44:29 +01:00 |
|
Konstantina Chremmou
|
a02dfbb07e
|
Reworked error handling. Prevent from showing duplicate output of commands in debug mode.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-10 20:47:27 +01:00 |
|
Konstantina Chremmou
|
90097ece49
|
Use C# naming conventions for properties. Also, do not provide default username.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-10 19:32:44 +01:00 |
|
Konstantina Chremmou
|
76e0b098b2
|
Removed undocumented argument "server". Added explicit help switch.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-10 19:24:21 +01:00 |
|
Konstantina Chremmou
|
48f7ffe0d6
|
Removed unimplemented switch --nossl.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:54 +01:00 |
|
Konstantina Chremmou
|
d23c7f2de6
|
Removed class ThinCliProtocol. Class Config suffices.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:54 +01:00 |
|
Konstantina Chremmou
|
fc13c1e060
|
Turned magic string into a constant in the Messages class.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:54 +01:00 |
|
Konstantina Chremmou
|
2bc75656cf
|
Show the executable's version when using -version. Updated version check during handshake.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:54 +01:00 |
|
Konstantina Chremmou
|
d662af4f8e
|
Removed field thinCliProtocol.dropOut as it was always false.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:54 +01:00 |
|
Konstantina Chremmou
|
aff3d2ad97
|
Removed code redundancies. Use C# naming conventions for method, classes and enums.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:54 +01:00 |
|
Konstantina Chremmou
|
a1a577fa22
|
Removed field thinCliProtocol.dProgress because it was not implemented.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:54 +01:00 |
|
Konstantina Chremmou
|
c226316632
|
Replaced field thinCliProtocol.dExit with direct call to Environment.Exit().
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:54 +01:00 |
|
Konstantina Chremmou
|
b343a97b72
|
Replaced field thinCliProtocol.dConsoleReadLine with direct call to Console.ReadLine().
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:54 +01:00 |
|
Konstantina Chremmou
|
c992c4b171
|
Replaced field thinCliProtocol.dConsoleWriteLine with method Logger.Info()
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:54 +01:00 |
|
Konstantina Chremmou
|
e31cfaeda5
|
Removed field thinCliProtocol.dConsoleWrite.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:53 +01:00 |
|
Konstantina Chremmou
|
2bbebce05f
|
Replaced field thinCliProtocol.dGlobalDebugstatic method Logger.Debug()
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:53 +01:00 |
|
Konstantina Chremmou
|
0abef1f9ca
|
Replaced field thinCliProtocol.dGlobalUsagewith static method Logger.Usage()
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:53 +01:00 |
|
Konstantina Chremmou
|
e2ded395ee
|
Replaced field thinCliProtocol.dGlobalError with static method Logger.Error()
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:53 +01:00 |
|
Konstantina Chremmou
|
113dab51d5
|
Moved CommandLib classes used only by Xe to the latter project where they belong.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
|
2022-05-09 15:21:53 +01:00 |
|