openspades
openspades copied to clipboard
expand disconnect reasons
add the new disconnect reasons
Should we use https://github.com/piqueserver/aosprotocol/issues/15 instead of adding more fixed strings?
There's a few things with that:
- Those messages aren't localized to the local language of the user
- There are already installs out there using these new error codes. If we don't add them, they will show up as "Unknown Reasons" instead.
- It really doesn't hurt to have more reasons here. It's a simple change. Adding that proposal is good but takes more code, so I haven't done it for now.