Commit Graph

13 Commits

Author SHA1 Message Date
Michael Theall
a49a56197b Update to Dear ImGui v1.89.3 2023-03-11 07:02:43 -06:00
Michael Theall
1db3c48ee4 Add log upload to hastebin 2022-10-03 21:52:19 -05:00
Michael Theall
3f31371193 Add configuration 2020-04-28 10:26:47 -05:00
Michael Theall
214ab229c6 NDS support 2020-04-28 10:25:54 -05:00
Michael Theall
34c6d61215 Documentation and minor refactors 2020-04-28 10:25:54 -05:00
Michael Theall
86be27cd31 v3.0.0-rc1 2020-04-28 10:25:54 -05:00
Michael Theall
b242cfdd8e Merge branch 'build-cia' of git://github.com/WinterMute/ftbrony into build-cia 2016-06-08 22:23:01 -05:00
Michael Theall
55816af44b Put version in a single place 2016-01-22 14:42:38 -06:00
Michael Theall
920cd96c67 Remove coloring from linux build.
Terminate loop when canceling waiting for wifi.
Implement ABOR, HELP, and STAT.
- STAT (no argument) during a transfer gives the current file's offset.
- STAT (no argument) outside of transfer will return server uptime.
- STAT (with argument) is the same as LIST but with the data traveling over the command socket.
Allow ABOR, STAT, and QUIT to occur during transfer.
Support telnet interrupt (discard data up to Data Mark past TCP urgent mark).
Support arguments for LIST and STAT.
Escape \r in response as per telnet standard. Some clients don't like this but they are out of spec.
Unescape \r\0 in request as per telnet standard. Some clients don't properly escape this but they are out of spec.
Support commands broken across multiple recv().
Escape quotes on PWD response.
Added much more documentation.
2016-01-21 19:25:22 -06:00
Michael Theall
c79616d2ef v2.1 2016-01-16 16:33:45 -06:00
Michael Theall
74c7e00f14 Fix status string 2016-01-15 18:43:45 -06:00
Michael Theall
1c5084e08e Improve FTP throughput 2016-01-12 16:24:01 -06:00
mtheall
4e6a314c75 add linux build 2014-11-25 00:13:47 -06:00