~martijnbraam/among-sus

Abandon the freenode ship
ef438e14 — wenngle 3 years ago
disallow duplicate names
Makefile: remove -DVERSION="unknown"

This is handled by the #ifndef in main.c
Makefile: fix redirection

&>/dev/null is unspecified by POSIX
Revert "Rewrite Makefile"

This reverts commit 94b7c83fd46c85f8f36d3e139ce6ffb369f11e82.
Improve socket error handling
Ensure port number is valid
.gitignore: add *.o
Rewrite Makefile
Catch all undefined flags
Add ifndef guard for VERSION
Make /skip work properly
Correct murder being gendered
Make Makefile slightly more readable
Print version of among-sus on client connection
1e435733 — Rampoina 3 years ago
Fix typo
Allow players to connect during match

It does so by putting them in a WAITING stage and check
accordingly
Initialize listen_addr et al
Add newline for emergency button related errors
Prohibit voting for dead people and fix vote logging

Previously, on top of allowing voting dead people, it also
allowed vote logging even on invalid votes. Fix that by
moving the logging below the checking.
Next