Second build sold out. Message will appear here when store is ready for third build ordering.

43 characters. [fixed in v1.432]

edited February 2021 in Problems Now Fixed

I discovered that if you enter more than 42 Russian characters in the "your name or callsign" field (too lazy to check others, but there are no problems with English), you become invisible. No, everything is still visible in the logs. But in «admin -> status» nothing is visible. Also not visible in rx0 ... 4 for others. This is not very convenient. Probably need to limit the number of characters. I have not yet tested if it is possible to inject a script there in order to break something.

Powernumpty

Comments

  • jksjks
    edited February 2021

    On the server side there is a fixed limit of 256 characters for the name/callsign field. This limit is enforced by truncation. But if the field contains Unicode characters it is possible to end up with a truncated multi-byte Unicode sequence. This subsequently fails Unicode decoding in Javascript on the client side causing the observed effects (entries become invisible).

Sign In or Register to comment.