sm0svx / svxlink

Advanced repeater system software with EchoLink support for Linux including a GUI, Qtel - the Qt EchoLink client
http://svxlink.org/
Other
435 stars 173 forks source link

Echolink passwords with the "@" character do not work. #423

Open ai6yr opened 6 years ago

ai6yr commented 6 years ago

If you have an EchoLink password with the "@" character encoded, even if valid (working in EchoLink Windows and qtel), svxlink will always return "invalid PASSWORD". How to replicate: change your password to "@test12345" or similar and attempt to load svxlink.

sm0svx commented 5 years ago

@kk6fut, It sounds very strange that the @ sign is the culprit. I'd rather suspect the usage of lower case letters. I think the Echolink passwords are always upper case. A difference I can see is that Qtel always upper case the passwords but SvxLink Server does not.

ai6yr commented 5 years ago

It's been awhile since I filed this, but the password (without the @ symbol) was working. But, I have not verified it since.

sm0svx commented 5 years ago

Ok, that's strange indeed. Maybe it would have worked if written as @TEST12345 since SvxLink Server is missing the upper case. I cannot see any other difference between Qtel and SvxLink Server. They use the same code to communicate to the Echolink server but the way to read configuration differs.