You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cloak/internal/server
Andy Wang 2e36627a12
Make AdminUID optional and implement better validation on empty config fields
3 years ago
..
usermanager Add tests for API handlers 4 years ago
TLS.go Use a pre-made buffer for TLSConn.Write 4 years ago
TLSAux.go Use byte literals instead of decoding hex 4 years ago
TLSAux_test.go Refactor Transport and add tests 4 years ago
activeuser.go Make send/receive buffer sizes configurable 4 years ago
activeuser_test.go Add tests 4 years ago
auth.go Make sure times are UTC and correctly subtract the timestamp window from the server time. (#134) 4 years ago
auth_test.go Fix timestamp tests 4 years ago
dispatcher.go Make AdminUID optional and implement better validation on empty config fields 3 years ago
dispatcher_test.go Better redir piping behaviour 4 years ago
first_packet_fuzz.go Add build directives to fuzzing functions 4 years ago
state.go Make AdminUID optional and implement better validation on empty config fields 3 years ago
state_test.go Fix tests 4 years ago
transport.go Purge impurity 4 years ago
userpanel.go Better logging for user activation and termination 4 years ago
userpanel_test.go Add tests 4 years ago
websocket.go Code cleanup and move stuff around 4 years ago
websocketAux.go Move common types to its own package 4 years ago
websocketAux_test.go Use cbeuw/connutil for connection testing 4 years ago