LamGC

Results 4 issues of LamGC

Hello, before I start to contribute, I have some questions. I noticed that the `TelegramBotsApi` does not use the `final` decoration, but the creation of BotSession is carried out through...

Because `BaseAbilityBot` implements the `AbilityExtension`, if a method with **static** attribute is created in a subclass and used to create subclass instances, the method will be tried to be loaded...

Abilities

discuss #933 I'm trying to add the `/cancel` command to allow users to terminate the current command (state machine), but I haven't found a proper way to terminate it. At...

Abilities

在 SSH 连接过程中会出现一些情况,网页需要对这些情况做出反映(比如弹出提示框): - SSH 连接失败 - 认证失败; - SSH 连接失败 - 网络原因 - 与 WebSSH 后端的连接丢失 - 进行重连 - 无法重连 - SSH 已结束(用户登出)(可能要检测 SSH 状态?)