Cloak/internal/server
2020-04-08 15:58:46 +01:00
..
usermanager Code styles 2020-04-05 00:56:43 +01:00
activeuser_test.go Fix test, improve err message and fix nil interface casting 2020-04-08 15:58:46 +01:00
activeuser.go Make send/receive buffer sizes configurable 2020-04-08 15:07:35 +01:00
auth_test.go Fix test 2020-04-06 15:58:34 +01:00
auth.go Refactor authentication pipeline 2020-04-06 15:24:18 +01:00
state_test.go Refactor server config parser and add tests 2019-12-29 13:28:52 +00:00
state.go Make keepalive optional on client -> server and server -> proxy connections. Use KeepAlive value in config (seconds). 2020-04-04 15:32:19 +01:00
TLS.go Make key lengths explicit 2020-04-07 21:15:28 +01:00
TLSAux_test.go Refactor Transport and add tests 2020-01-22 18:37:01 +00:00
TLSAux.go Make key lengths explicit 2020-04-07 21:15:28 +01:00
transport.go Make key lengths explicit 2020-04-07 21:15:28 +01:00
userpanel_test.go Change the way user termination works 2019-08-30 22:14:45 +01:00
userpanel.go remove redundant fields 2020-04-06 20:51:21 +01:00
websocket.go Make key lengths explicit 2020-04-07 21:15:28 +01:00
websocketAux_test.go Use cbeuw/connutil for connection testing 2020-04-07 20:59:32 +01:00
websocketAux.go Change wsAcceptor's name to wsOnceListener 2020-04-07 18:18:14 +01:00