AmendHub

jcs

/

subtext

/

amendments

/

tcp.c

Amendments on April 7, 2023

tcp: Add copyright header

jcs made amendment 466 about 1 year ago

Amendments on February 22, 2023


Amendments on February 5, 2023

*: Minor fixes found by cppcheck and scan-build

Mostly unused variables
jcs made amendment 300 about 1 year ago

Amendments on July 24, 2022

tcp: Don't bother manually zeroing open options

This whole struct has already been zeroed with memset.
jcs made amendment 222 about 1 year ago

Amendments on July 14, 2022

tcp: Add UDP sending functionality

jcs made amendment 203 about 1 year ago

Amendments on June 22, 2022

telnet: Add trusted proxy IP setting for web gateway, unblock IPs

When a telnet connection comes from the configured proxy IP, allow the
REMOTE_ADDR environment variable passed to be used as the connection's
IP. Also don't auto-ban connections from the proxy.
Request TSPEED and store it as the session's terminal speed, just for
showing up in 'who' output.
Automatically unban IPs after 30 minutes by tracking the ban time.
jcs made amendment 166 about 1 year ago

Amendments on June 16, 2022


Amendments on June 13, 2022

tcp: Move TCPResolveName to dnr, put SOCKS code behind an ifdef

jcs made amendment 141 about 1 year ago

Amendments on May 15, 2022

*: Lots of little cleanup

Remove unused variables and fix some returns
Found by compiling with Clang
jcs made amendment 101 about 1 year ago

Amendments on December 9, 2021

tcp: Fix stupid commandTimeoutValue setting in TCPPassiveOpen

This was causing listens to fail after 30 seconds :/
Also add UDPMaxMTUSize
jcs made amendment 20 over 2 years ago

Amendments on November 30, 2021

telnet: Add support for telnet nodes

jcs made amendment 4 over 2 years ago

Amendments on November 22, 2021

Initial import

Work on a functioning console
jcs made amendment 1 over 2 years ago