14 Commits

Author SHA1 Message Date
Andrey Petrov
aaf0671f01 go mod update
Fixes #419 #409
2022-11-27 20:15:03 -06:00
Andrey Petrov
df72223a5f go mod update 2022-01-29 15:05:59 -05:00
Andrey Petrov
84bc5c76dd go mod update for golang.org/x/crypto/ssh 2021-12-03 11:03:08 -05:00
Andrey Petrov
3848014d41 main: Update host_test.go to pass vet, use errgroup 2021-03-26 12:49:08 -04:00
Andrey Petrov
4840634434 go mod update 2021-03-26 12:17:55 -04:00
Andrey Petrov
1a00bd81f2 go mod update 2020-11-11 15:44:24 -05:00
Andrey Petrov
5c71e9b242 go mod: Update, mostly for x/crypto 2020-04-20 15:34:28 -04:00
yumaokao
8c7ea173ad sshd/terminal: Add fullwidth check for CJK in visualLength 2020-03-21 19:57:39 +08:00
Andrey Petrov
69c496424e go mod tidy 2019-03-21 15:33:18 -04:00
Andrey Petrov
d3eda56f82 build: Update go modules 2019-03-15 22:40:30 -04:00
Andrey Petrov
60f3202818 go mod tidy 2018-12-27 13:46:04 -05:00
Andrey Petrov
903d6c9420
/ban query support (#286)
For #285 

Turns out there were some bugs in Set, and I was using it incorrectly too.

The query syntax is a little awkward but couldn't find a nicer easy to parse format that worked with quoted string values.
2018-12-25 14:29:19 -05:00
Andrey Petrov
86dae2a53e main: auth: Fix ban by IP, also improve log formatting.
Closes #284
2018-12-15 18:47:35 -05:00
Andrey Petrov
9697c7d37f
Switch to go modules, update travisci for Go 1.11 (#279)
* Switch to go modules, update travisci for go 1.11

* Add go.{mod,sum}

* travisci: Merge envs, oops

Closes #271
2018-09-06 14:03:53 -05:00