Commit Graph

17 Commits

Author SHA1 Message Date
73a020b239 quiet some unnecessary log noise 2021-04-18 13:34:08 -07:00
95f3681db8 add package comment to openconn 2021-04-17 09:35:29 -07:00
b2cfe0f1ab add readme, add more comments to main.go 2021-04-17 09:32:37 -07:00
db28cfbcdb add contact screen 2021-04-16 18:49:51 -07:00
6211d07ca4 fix command flag help message 2021-04-16 18:34:57 -07:00
5342c7933c add gitignore, add first pass at info screen handler 2021-04-16 18:30:56 -07:00
fb4aa62f16 add help, operator handlers and screens 2021-04-16 16:04:50 -07:00
97cc113329 one more i/o fix in door handler - prompt doesn't always have a newline 2021-04-16 14:48:56 -07:00
f371c01596 refactor simple screen output into screenHandler function to parse ANSI files (with optional go template fields) 2021-04-16 14:41:35 -07:00
10a3c0a4e9 clean up door i/o a bit 2021-04-16 13:42:17 -07:00
292e2a95da fix typo in openconn that probably caused a lot of hassles 2021-04-14 20:25:04 -07:00
5a9dc20749 cleanup some messes 2021-04-14 18:04:17 -07:00
cf2bf6f872 holy shit, full duplex-ish net.conn to exec.cmd is working 2021-04-14 17:42:07 -07:00
2a295b43b9 add doorHandler back in 2021-04-14 15:27:45 -07:00
1f3c0331e7 move to using contexts to keep channels with connections 2021-04-14 14:58:02 -07:00
30989fd935 first pass at using gaio for non-blocking net reads 2021-04-14 08:25:41 -07:00
f0a810c330 first commit 2021-04-14 05:51:34 -07:00