Commit Graph

10 Commits (47c2fdcff45ea1951ff3d6d675bbaef0adf1f512)

Author SHA1 Message Date
Apex Liu c2cf5b1842 Fix builder script for Linux. 2020-11-03 00:57:26 +08:00
Apex Liu f26c71d52d 重构核心服务SSH模块,修正以下问题:
1. 某些情况下会卡在登录流程(通道中创建shell操作与收到服务端数据操作造成死锁);
2. 某些情况下连接断开了,但web界面仍然显示使用中(没有正确处理断开事件,没有更新数据库);
3. cat一个大文件会很慢,有时会导致连接断开(每个数据包都完整解析导致处理时间过长);
4. 连接/认证过程出错(密码错误、协议不支持、远程连接超时等等),均会提示用户重新输入密码(改为断开连接,避免造成误解);
2020-11-02 02:50:49 +08:00
Apex Liu b7d9f6f0d8 大幅度改进SSH模块,增加稳定性。 2020-10-15 02:50:33 +08:00
Apex Liu 85e6f4dd28 .tmp. not works yet. 2020-09-11 01:20:11 +08:00
Apex Liu db0990d8c2 convert source files to UTF-8 with BOM. 2019-09-01 02:54:22 +08:00
Apex Liu b1524fd6a0 try to fix thread problem when use libuv. 2018-11-03 14:11:02 +08:00
ApexLiu e1c74689d5 port to macOS. 2017-09-17 01:04:42 +08:00
Apex Liu c5f1b9091a tp_core now build on Linux. 2017-01-11 20:04:11 +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