void server_sequence_append(server_sequence_t *sequence, char e)
Appends e to the provided sequence, doesnt return errors, if you use reserved characters it will complain to stderr but not fail, just drops your broken append.