Commit Graph

9 Commits

Author SHA1 Message Date
559a33eaa7 Flag specification of WS API addr and UDP API addr
From now on flags --waddr for providing WebSocket API address
(for server to run or client to connect to) and --uaddr for providing
address of UDP hole punching listener (also server and client would use it)
2024-05-27 20:10:31 +02:00
4a38b6e28a Working on initating connections 2024-04-29 02:02:51 +02:00
6c598b2c3b Removed unnecessary constant 2024-03-25 18:45:52 +01:00
4da29dc45b Logging with charm colorful logger 2024-03-24 17:10:02 +01:00
509d20948c Code split across files, client refactor 2024-03-22 19:38:19 +01:00
fffd687641 Passwords are now stored as bcrypt hashes 2024-03-22 18:13:50 +01:00
90b837fe5c Added authentication 2024-03-22 16:04:42 +01:00
7793298474 Removed global variables 2024-03-21 23:54:13 +01:00
15a92f508d Initial commit 2024-03-21 22:36:25 +01:00