about summary refs log tree commit diff stats
path: root/adapter/protocol/cha-finger
Commit message (Collapse)AuthorAgeFilesLines
* Add `nc' tool & adjust finger/spartan to use itbptato2024-10-121-45/+0
| | | | | | | | | Simple netcat clone, useful for portable scripts. Especially because some netcats will close the connection as soon as I close stdin... this one only quits when either stdout or the socket refuses new data. Also, it uses our standard TCP connection routine, meaning it respects ALL_PROXY. (i.e. now spartan works with socks5 too)
* cha-finger: skip leading slash in pathbptato2024-01-031-1/+1
|
* cha-finger: proper error message outputbptato2023-12-151-6/+12
|
* adapter/: re-structurebptato2023-12-121-0/+39