summary refs log tree commit diff
Commit message (Collapse)AuthorAge
...
* Actually send the buffer...June McEnroe2019-10-23
|
* Add stateJune McEnroe2019-10-23
|
* Add README.7June McEnroe2019-10-22
|
* Implement serverLoginJune McEnroe2019-10-22
|
* Mention server-time in manual pageJune McEnroe2019-10-22
|
* Implement serverConnectJune McEnroe2019-10-22
|
* Rename bouncer to bounceJune McEnroe2019-10-22
|
* Remove pollfd from listen interfaceJune McEnroe2019-10-20
|
* Move listen code to listen.cJune McEnroe2019-10-19
|
* Bind to all available addressesJune McEnroe2019-10-15
| | | | To accept connections on both IPv4 and IPv6.
* Add argument parsing and dumb TLS serverJune McEnroe2019-10-15
| | | | | I can connect to this from Textual using a localhost certificate I manually made on macOS, at least.
* Add manual page with initial argumentsJune McEnroe2019-10-15