mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-18 23:43:53 +02:00
Telnet Bridge updates
* Use telnet-socket TelnetSpec/etc. consts & helpers * Enable passthrough
This commit is contained in:
parent
4dea9bdeb6
commit
87a23bd3c8
2 changed files with 26 additions and 18 deletions
|
@ -397,6 +397,7 @@ exports.getModule = class TransferFileModule extends MenuModule {
|
|||
|
||||
this.client.setTemporaryDirectDataHandler(data => {
|
||||
updateActivity();
|
||||
|
||||
// needed for things like sz/rz
|
||||
if(processIACs) {
|
||||
let iacPos = data.indexOf(EscapedIAC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue