فهرست منبع

Fixing the typo "descrption" of the JSON-RPC document. Thanks to https://github.com/SoftEtherVPN/SoftEtherVPN/issues/938

Daiyuu Nobori 6 سال پیش
والد
کامیت
a9f31d7df9

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 112 - 112
developer_tools/vpnserver-jsonrpc-clients/README.html


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 112 - 112
developer_tools/vpnserver-jsonrpc-clients/README.md


+ 1 - 1
developer_tools/vpnserver-jsonrpc-clients/vpnserver-jsonrpc-client-csharp/rpc-stubs/JsonRpc.cs

@@ -2,7 +2,7 @@
 // 
 // 
 // JsonRpc.cs - JSON-RPC Client Utility Functions
 // JsonRpc.cs - JSON-RPC Client Utility Functions
 //
 //
-// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
+// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
 //
 //
 // Licensed under the Apache License 2.0
 // Licensed under the Apache License 2.0
 // Copyright (c) 2014-2019 SoftEther VPN Project
 // Copyright (c) 2014-2019 SoftEther VPN Project

+ 1 - 1
developer_tools/vpnserver-jsonrpc-clients/vpnserver-jsonrpc-client-csharp/rpc-stubs/VPNServerRpc.cs

@@ -2,7 +2,7 @@
 // 
 // 
 // VPNServerRpc.cs - SoftEther VPN Server's JSON-RPC Stubs
 // VPNServerRpc.cs - SoftEther VPN Server's JSON-RPC Stubs
 //
 //
-// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
+// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
 //
 //
 // Licensed under the Apache License 2.0
 // Licensed under the Apache License 2.0
 // Copyright (c) 2014-2019 SoftEther VPN Project
 // Copyright (c) 2014-2019 SoftEther VPN Project

+ 1 - 1
developer_tools/vpnserver-jsonrpc-clients/vpnserver-jsonrpc-client-csharp/rpc-stubs/VPNServerRpcTypes.cs

@@ -2,7 +2,7 @@
 // 
 // 
 // VPNServerRpcTypes.cs - Data Type Definition for SoftEther VPN Server JSON-RPC Stubs
 // VPNServerRpcTypes.cs - Data Type Definition for SoftEther VPN Server JSON-RPC Stubs
 //
 //
-// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
+// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
 //
 //
 // Licensed under the Apache License 2.0
 // Licensed under the Apache License 2.0
 // Copyright (c) 2014-2019 SoftEther VPN Project
 // Copyright (c) 2014-2019 SoftEther VPN Project

+ 1 - 1
developer_tools/vpnserver-jsonrpc-clients/vpnserver-jsonrpc-client-csharp/sample/Main.cs

@@ -2,7 +2,7 @@
 // 
 // 
 // Program.cs - The Main() entry point
 // Program.cs - The Main() entry point
 //
 //
-// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
+// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
 //
 //
 // Licensed under the Apache License 2.0
 // Licensed under the Apache License 2.0
 // Copyright (c) 2014-2019 SoftEther VPN Project
 // Copyright (c) 2014-2019 SoftEther VPN Project

+ 1 - 1
developer_tools/vpnserver-jsonrpc-clients/vpnserver-jsonrpc-client-csharp/sample/VpnServerRpcTest.cs

@@ -5,7 +5,7 @@
 // This sample code shows how to call all available RPC functions.
 // This sample code shows how to call all available RPC functions.
 // You can copy and paste test code to write your own C# codes.
 // You can copy and paste test code to write your own C# codes.
 //
 //
-// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
+// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
 //
 //
 // Licensed under the Apache License 2.0
 // Licensed under the Apache License 2.0
 // Copyright (c) 2014-2019 SoftEther VPN Project
 // Copyright (c) 2014-2019 SoftEther VPN Project

+ 1 - 1
developer_tools/vpnserver-jsonrpc-clients/vpnserver-jsonrpc-client-nodejs-package/src/sample.ts

@@ -2,7 +2,7 @@
 // Runs on both web browsers and Node.js
 // Runs on both web browsers and Node.js
 // 
 // 
 // sample.ts
 // sample.ts
-// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
+// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
 // 
 // 
 // This sample code shows how to call all available RPC functions.
 // This sample code shows how to call all available RPC functions.
 // You can copy and paste test code to write your own web browser TypeScript / JavaScript codes.
 // You can copy and paste test code to write your own web browser TypeScript / JavaScript codes.

+ 1 - 1
developer_tools/vpnserver-jsonrpc-clients/vpnserver-jsonrpc-client-nodejs-package/src/vpnrpc.ts

@@ -1,7 +1,7 @@
 // SoftEther VPN Server JSON-RPC Stub code for TypeScript
 // SoftEther VPN Server JSON-RPC Stub code for TypeScript
 // 
 // 
 // vpnrpc.ts
 // vpnrpc.ts
-// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
+// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
 //
 //
 // Licensed under the Apache License 2.0
 // Licensed under the Apache License 2.0
 // Copyright (c) 2014-2019 SoftEther VPN Project
 // Copyright (c) 2014-2019 SoftEther VPN Project

+ 1 - 1
developer_tools/vpnserver-jsonrpc-clients/vpnserver-jsonrpc-client-typescript/sample.ts

@@ -2,7 +2,7 @@
 // Runs on both web browsers and Node.js
 // Runs on both web browsers and Node.js
 // 
 // 
 // sample.ts
 // sample.ts
-// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
+// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
 // 
 // 
 // This sample code shows how to call all available RPC functions.
 // This sample code shows how to call all available RPC functions.
 // You can copy and paste test code to write your own web browser TypeScript / JavaScript codes.
 // You can copy and paste test code to write your own web browser TypeScript / JavaScript codes.

+ 1 - 1
developer_tools/vpnserver-jsonrpc-clients/vpnserver-jsonrpc-client-typescript/vpnrpc.ts

@@ -1,7 +1,7 @@
 // SoftEther VPN Server JSON-RPC Stub code for TypeScript
 // SoftEther VPN Server JSON-RPC Stub code for TypeScript
 // 
 // 
 // vpnrpc.ts
 // vpnrpc.ts
-// Automatically generated at 2019-05-29 18:21:39 by vpnserver-jsonrpc-codegen
+// Automatically generated at 2019-07-10 14:36:11 by vpnserver-jsonrpc-codegen
 //
 //
 // Licensed under the Apache License 2.0
 // Licensed under the Apache License 2.0
 // Copyright (c) 2014-2019 SoftEther VPN Project
 // Copyright (c) 2014-2019 SoftEther VPN Project

+ 1 - 1
developer_tools/vpnserver-jsonrpc-codegen/CodeGen/CodeGen.cs

@@ -1503,7 +1503,7 @@ namespace VPNServer_JSONRPC_CodeGen
                 }
                 }
             }
             }
 
 
-            w.WriteLine("Name | Type | Descrption");
+            w.WriteLine("Name | Type | Description");
             w.WriteLine("--- | --- | ---");
             w.WriteLine("--- | --- | ---");
             foreach (RpcTypeParameterInfo p in plist)
             foreach (RpcTypeParameterInfo p in plist)
             {
             {

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 112 - 112
src/bin/hamcore/vpnserver_api_doc.html


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است