apexliu
|
f3013f771d
|
temp.
|
2017-03-04 04:47:28 +08:00 |
apexliu
|
6700c818cb
|
修正Windows平台日志磁盘空间显示可能不正确的问题。
|
2017-03-04 04:40:40 +08:00 |
Apex Liu
|
e6d3696f0d
|
核心服务不再直接访问数据库了(同时也不再依赖sqlite的代码了),全部通过与web服务的json-rpc接口进行数据交换,由web服务访问数据库。
|
2017-03-04 04:13:49 +08:00 |
Apex Liu
|
9ad28a298c
|
temp.
|
2017-03-03 18:56:51 +08:00 |
Apex Liu
|
852aba747a
|
temp.
|
2017-03-03 02:30:28 +08:00 |
Apex Liu
|
6d43737a78
|
使用tornado的异步请求方式解决了core和web相互调用时tornado无法响应的问题,目前普通用户SSH登录功能可用了,但是还有大量代码需要调整为异步方式。
|
2017-03-03 01:40:16 +08:00 |
Apex Liu
|
411eab32f0
|
Now core server not access database directly anymore.
TODO: tornado must use asynchronous handler otherwise core and web will lock each other.
|
2017-03-02 06:12:37 +08:00 |
Apex Liu
|
b72ef8f8f9
|
修正助手的下载链接。
|
2017-02-08 00:25:32 +08:00 |
Apex Liu
|
9d23ba299b
|
调整配置管理页面,目前暂时使用直接编辑配置文件的方式进行设置。
|
2017-02-08 00:04:16 +08:00 |
Apex Liu
|
772fcf4537
|
解决助手程序只有安装后第一次运行时可以保存配置的问题(安装到Program Files目录下,普通用户没有写权限),现在将配置文件移动到%APPDATA%/Roaming/eomsoft/teleport/assist/cfg目录下了,日志文件在%APPDATA%/Roaming/eomsoft/teleport/assist/log目录下。
|
2017-02-07 02:07:42 +08:00 |
Apex Liu
|
faa5887e25
|
fixed: on linux, daemon not start with system boot.
|
2017-01-27 00:20:03 +08:00 |
Apex Liu
|
43651ea004
|
tmp
|
2017-01-19 21:10:32 +08:00 |
Apex Liu
|
b6e3448792
|
tmp.
|
2017-01-16 21:28:13 +08:00 |
Apex Liu
|
8ac48cccf5
|
add teleport core service with SSH protocol supported, works on Windows now.
|
2017-01-08 23:53:37 +08:00 |
Apex Liu
|
37b409f325
|
add python run-time and management web site, now works on Windows only.
|
2016-12-14 23:34:44 +08:00 |