Commit Graph

14 Commits

Author SHA1 Message Date
老J
9224e98568
Merge branch 'sorenisanerd:master' into master 2022-12-11 18:10:11 +08:00
llaoj
24549dca01 1. Adjusted the log format
2. optimized code
2022-12-11 18:00:15 +08:00
funnywwh
5b8ba12cb3 fix slave output over buffersize 2022-11-27 09:08:25 -08:00
llaoj
8a7fa9ecb9 ascii to str 2022-11-14 12:15:16 +08:00
llaoj
70a264ed00 writes log 2022-11-14 09:36:47 +08:00
llaoj
1c4427af53 writes log 2022-11-14 09:32:24 +08:00
llaoj
73f0ca5a2f writes log 2022-11-14 08:53:57 +08:00
llaoj
a7d7ea6629 1. introduct operation log feature in README.md
2. add args(json) in operation logs
2022-11-13 11:14:11 +08:00
llaoj
3e9fbfc86e operation log 2022-11-11 17:06:22 +08:00
Søren L. Hansen
dd3603c341 Make client request base64 encoding
This makes gotty-client still work.
2022-03-31 10:49:47 -07:00
Søren L. Hansen
782991c356 feat(zmodem): Allow file uploads/downloads
Using zmodem (rz and sz commands from lrzsz) you can now send and receive
files.
2022-03-29 14:49:09 -07:00
Søren L. Hansen
0d6766f621 Split input into buffer sized chunks
Input chunks from the client exceeding the buffer size would get
truncated. Now we communicate the size of the buffer to the webtty and
it will split the input into buffer sized chunks.

Fixes #1.
2021-04-12 19:39:32 -07:00
Iwasaki Yudai
807bcc25a4 Refine API of webtty package 2017-08-24 14:40:28 +09:00
Iwasaki Yudai
a6133f34b7 Refactor 2017-08-11 15:31:11 +09:00