Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `nc' tool & adjust finger/spartan to use it | bptato | 2024-10-12 | 1 | -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 path | bptato | 2024-01-03 | 1 | -1/+1 |
| | |||||
* | cha-finger: proper error message output | bptato | 2023-12-15 | 1 | -6/+12 |
| | |||||
* | adapter/: re-structure | bptato | 2023-12-12 | 1 | -0/+39 |