Commit Graph

57 Commits

Author SHA1 Message Date
raul 9f87eefd68 Update README.md 2024-04-01 12:26:19 +02:00
raul 5b12496455 Add go-audit workflow and goreleaser config 2024-04-01 12:23:29 +02:00
raul 6da487bc86 Create testing branch and start channels 2024-03-29 14:57:02 +01:00
raul cd009e8ee6 Really minor tweak
Forgot to change back a value while testing error handling to avoid
crashing server on user disconnect
2024-03-29 09:40:02 +01:00
raul 544369cb9f Fixed server crashing whenever a user disconnected
Instead of trying to let Cobra handle the possible errors produced in
client input through bufio.NewReader(conn), I'm handling them manually
by returning the function if there's an error detected, therefore
severing the goroutine and letting the main server run normally
2024-03-29 09:36:03 +01:00
raul 2ff99a284b Adding files to project 2024-03-29 09:04:20 +01:00
raul 4756649260 Initial commit 2024-03-29 08:59:03 +01:00