Cloak/internal/server
2020-12-21 16:37:33 +00:00
..
usermanager Allow DatabasePath to be empty if user info database is never used 2020-12-21 15:06:46 +00:00
activeuser_test.go Add tests 2020-04-24 01:06:35 +01:00
activeuser.go Make send/receive buffer sizes configurable 2020-04-08 15:07:35 +01:00
auth_test.go Fix timestamp tests 2020-11-24 19:00:02 +00:00
auth.go Make sure times are UTC and correctly subtract the timestamp window from the server time. (#134) 2020-11-24 18:58:02 +00:00
dispatcher_test.go Better redir piping behaviour 2020-08-12 12:07:32 +01:00
dispatcher.go Make AdminUID optional and implement better validation on empty config fields 2020-12-19 15:34:17 +00:00
first_packet_fuzz.go Add build directives to fuzzing functions 2020-10-16 11:55:50 +01:00
state_test.go Fix tests 2020-04-09 22:21:02 +01:00
state.go Allow DatabasePath to be empty if user info database is never used 2020-12-21 15:06:46 +00:00
TLS.go Update deprecated curve25519 functions and defend against low-order point attacks 2020-12-21 16:37:33 +00:00
TLSAux_test.go Refactor Transport and add tests 2020-01-22 18:37:01 +00:00
TLSAux.go Use byte literals instead of decoding hex 2020-08-10 14:29:51 +01:00
transport.go Purge impurity 2020-04-09 22:11:12 +01:00
userpanel_test.go Add tests 2020-04-24 01:06:35 +01:00
userpanel.go Allow DatabasePath to be empty if user info database is never used 2020-12-21 15:06:46 +00:00
websocket.go Update deprecated curve25519 functions and defend against low-order point attacks 2020-12-21 16:37:33 +00:00
websocketAux_test.go Use cbeuw/connutil for connection testing 2020-04-07 20:59:32 +01:00
websocketAux.go Move common types to its own package 2020-04-09 00:39:40 +01:00