server: use bool in struct fields
Use bool instead of int for boolean values, to make it more explicit what the field contains. For instance "error" is not to be confused with an error code.
This is all private API.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Use bool instead of int for boolean values, to make it more explicit what the field contains. For instance "error" is not to be confused with an error code.
This is all private API.