|
dd2d986717
|
modified: src/common/net_tools.ts
|
2023-12-18 10:01:55 +08:00 |
|
|
0b17fd05c9
|
重构了按需启动逻辑
|
2023-12-16 00:11:46 +08:00 |
|
|
09f3c4d93d
|
modified: src/entity/instance/on_demand.ts
|
2023-12-15 17:48:36 +08:00 |
|
|
59f125e877
|
modified: src/entity/instance/on_demand.ts
|
2023-12-15 16:42:57 +08:00 |
|
|
bac7d251ce
|
modified: src/entity/instance/on_demand.ts
|
2023-12-15 15:48:17 +08:00 |
|
|
cb8910b337
|
modified: src/entity/instance/on_demand.ts
|
2023-12-15 15:03:23 +08:00 |
|
|
5cc32ac826
|
modified: src/entity/instance/on_demand.ts
|
2023-12-15 14:58:32 +08:00 |
|
|
fc2322a82e
|
modified: src/entity/instance/on_demand.ts
|
2023-12-15 14:58:09 +08:00 |
|
|
cd00728e0a
|
增加了首次启动的等待时间
|
2023-12-15 12:49:56 +08:00 |
|
|
e6f13fc448
|
只根据local ip判断是否有会话连接
允许非minecraft实例使用按需连接(beta)
|
2023-12-15 11:49:14 +08:00 |
|
|
0443db50e3
|
修改了检测等待时间(由调试时间修改为真实时间)
|
2023-12-15 09:25:06 +08:00 |
|
|
e6e6b69211
|
按需启动修改为通过网络状态监控
通用型更强 不再局限于minecraft
但是暂时不支持udp协议的实例
|
2023-12-14 15:59:01 +08:00 |
|
|
e173e8abcd
|
解决了按需启动因为socket关闭回调无法触发可能导致假死无法唤醒的问题
|
2023-12-13 17:14:21 +08:00 |
|
|
672c7fc340
|
按需启动添加了相应的提示日志
|
2023-12-13 14:49:30 +08:00 |
|
|
96d2fff4cf
|
解决了按需启动情况下无法正常退出状态问题
|
2023-12-13 14:33:06 +08:00 |
|
|
e999721344
|
修复了在服务器假死情况下无法正常执行休眠的问题
|
2023-12-13 09:53:49 +08:00 |
|
|
3f82191c39
|
修复了按需启动里的日志错误
|
2023-12-12 18:06:46 +08:00 |
|
|
ffe5f42954
|
实现了按需启动功能
|
2023-12-12 17:31:38 +08:00 |
|
|
52e47cfaab
|
尝试增加按需启动功能
完成了todo 等待开发
|
2023-12-12 01:25:25 +08:00 |
|
|
3b36029f8f
|
添加了按需启动配置
|
2023-12-11 23:25:30 +08:00 |
|
unitwk
|
f09808fac2
|
Merge pull request #60 from MomentQYC/patch-2
fix: 无法获取package.json中版本信息
|
2023-09-19 10:47:14 +08:00 |
|
MomentQYC
|
ccfe223e25
|
refactor
|
2023-09-19 09:35:08 +08:00 |
|
MomentQYC
|
e09fd601e7
|
fix: 无法获取package.json中版本信息
|
2023-09-17 23:09:59 +08:00 |
|
unitwk
|
66a349bf48
|
Merge pull request #59 from WakerPT/master
Update en_us.json
|
2023-08-13 09:22:45 +08:00 |
|
Leandro Guerra
|
74f7e93d3e
|
Update en_us.json
English typos fixes and some clarity changes.
|
2023-08-12 17:34:23 +01:00 |
|
unitwk
|
bfd7ef45bd
|
Merge pull request #57 from Bluemangoo/945
Feat: enable multi-command stop command
|
2023-07-24 10:46:43 +08:00 |
|
bluemangoo
|
5a7fb35b8d
|
Fix: multi-command stop command
use textarea for input
|
2023-07-24 08:57:56 +08:00 |
|
unitwk
|
7b2e368756
|
Merge pull request #56 from MCSManager/dependabot/npm_and_yarn/word-wrap-1.2.4
Build(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4
|
2023-07-22 19:38:34 +08:00 |
|
unitwk
|
4bd60b8e98
|
Merge pull request #58 from Bluemangoo/942
Feat: enable downloading hidden files
|
2023-07-21 14:38:47 +08:00 |
|
bluemangoo
|
182684f367
|
Feat: enable downloading hidden files
|
2023-07-21 11:20:19 +08:00 |
|
bluemangoo
|
b0f0470337
|
Feat: enable multi-command stop command
|
2023-07-21 11:03:26 +08:00 |
|
dependabot[bot]
|
61db106fe8
|
Build(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-19 03:09:23 +00:00 |
|
unitwk
|
6af709bbc8
|
Merge pull request #55 from Bluemangoo/940
Feat: download as application/octet-stream
|
2023-07-16 19:05:42 +08:00 |
|
bluemangoo
|
4c57679fe4
|
Feat: download as application/octet-stream
|
2023-07-15 20:13:29 +08:00 |
|
Bluemangoo
|
d5dca59253
|
Feat: download as application/octet-stream
|
2023-07-13 17:24:11 +08:00 |
|
unitwk
|
4a597b59f2
|
Merge pull request #53 from MCSManager/dependabot/npm_and_yarn/socket.io-parser-and-socket.io-client-4.2.3
Build(deps): Bump socket.io-parser and socket.io-client
|
2023-05-29 23:12:18 +08:00 |
|
unitwk
|
09d62b8138
|
Feat: mem chart to 10 min
|
2023-05-24 14:25:36 +08:00 |
|
dependabot[bot]
|
b8d7f2ef76
|
Build(deps): Bump socket.io-parser and socket.io-client
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.3 and updates ancestor dependency [socket.io-client](https://github.com/socketio/socket.io-client). These dependencies need to be updated together.
Updates `socket.io-parser` from 4.2.2 to 4.2.3
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3)
Updates `socket.io-client` from 3.1.3 to 4.6.1
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/3.1.3...4.6.1)
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
- dependency-name: socket.io-client
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-23 23:26:19 +00:00 |
|
unitwk
|
cd20dce278
|
Merge branch 'master' of https://github.com/MCSManager/Daemon
|
2023-05-23 20:21:52 +08:00 |
|
unitwk
|
e98bbdc2d3
|
Feat: add VisualDataSubsystem
|
2023-05-23 20:21:11 +08:00 |
|
unitwk
|
fade68a080
|
Feat: toLowerCase for file name
|
2023-05-20 13:28:25 +08:00 |
|
unitwk
|
ee56b657d4
|
Feat: lock package
|
2023-05-20 11:54:34 +08:00 |
|
unitwk
|
659cf3b190
|
Feat: add koa-send for download file
|
2023-05-20 11:09:03 +08:00 |
|
unitwk
|
347ea57129
|
Feat: add file name search
|
2023-05-19 18:04:22 +08:00 |
|
unitwk
|
8e72d05708
|
Feat: change version
|
2023-05-18 16:43:14 +08:00 |
|
unitwk@outlook.com
|
5764763587
|
Feat: Set variable type for request.file
|
2023-05-18 16:40:32 +08:00 |
|
unitwk@outlook.com
|
c23648f201
|
Feat: properties.stringify unicode = true
|
2023-05-18 16:24:29 +08:00 |
|
unitwk
|
5bd8d02772
|
Merge pull request #52 from MCSManager/dependabot/npm_and_yarn/engine.io-and-socket.io-6.4.2
Build(deps): Bump engine.io and socket.io
|
2023-05-08 10:46:51 +08:00 |
|
dependabot[bot]
|
2d146af774
|
Build(deps): Bump engine.io and socket.io
Bumps [engine.io](https://github.com/socketio/engine.io) to 6.4.2 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together.
Updates `engine.io` from 6.2.1 to 6.4.2
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/6.2.1...6.4.2)
Updates `socket.io` from 4.5.3 to 4.6.1
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/4.5.3...4.6.1)
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
- dependency-name: socket.io
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-04 00:55:16 +00:00 |
|
unitwk
|
cfdf14eceb
|
Update README.md
|
2023-02-28 10:47:55 +08:00 |
|