* Some DOOR32 updates
This commit is contained in:
parent
5d37b25ad9
commit
d7c35911e8
|
@ -154,13 +154,13 @@ function DropFile(client, fileType) {
|
||||||
// :TODO: local/serial/telnet need to be configurable -- which also changes socket handle!
|
// :TODO: local/serial/telnet need to be configurable -- which also changes socket handle!
|
||||||
return iconv.encode([
|
return iconv.encode([
|
||||||
'2', // :TODO: This needs to be configurable!
|
'2', // :TODO: This needs to be configurable!
|
||||||
self.client.output._handle.fd.toString(),
|
self.client.output._handle.fd.toString(), // :TODO: ALWAYS -1 on Windows!
|
||||||
'57600',
|
'57600',
|
||||||
Config.general.boardName,
|
Config.general.boardName,
|
||||||
self.client.user.userId.toString(),
|
self.client.user.userId.toString(),
|
||||||
self.client.user.properties.real_name || self.client.user.username,
|
self.client.user.properties.real_name || self.client.user.username,
|
||||||
self.client.user.username,
|
self.client.user.username,
|
||||||
self.client.user.getLegacySecurityLevel.toString(),
|
self.client.user.getLegacySecurityLevel().toString(),
|
||||||
'546', // :TODO: Minutes left!
|
'546', // :TODO: Minutes left!
|
||||||
'1', // ANSI
|
'1', // ANSI
|
||||||
self.client.node.toString(),
|
self.client.node.toString(),
|
||||||
|
|
Loading…
Reference in New Issue