Don't use the Real name as a candidate for the SASL username in IRC
The real name field is free form text which means it can contain characters
that aren't allowed in irc/sasl account names. So if a user has a real name set
but not a sasl login name, they get hard to trouble shoot authentication
failures. So to avoid all that, we're removing real name as an option and just
allowing the "newer" field and falling back to the username if that field isn't
set.
Testing Done:
Compiled
Reviewed at https://reviews.imfreedom.org/r/2535/
PidginandFinch:ThePimpin' Penguin IM Clients That'reGoodfortheSoul
version2.14.13(??/??/????):
*Nothingyet,bethefirst!!
version2.14.12(12/31/2022):
*RemoveastringfromtheRomaniantranslationthat's breaks the creation
of the Windows installer. (RR 2157) (Gary Kramlich)
version 2.14.11 (12/31/2022):
* Add Markus "ivanhoe" Fischer to the Crazy Patch Writers! Congrats Markus!
(RR 1952) (Gary Kramlich)
* Fix a crash when closing a group chat with spellchk plugin enabled. (RR
1951) (Markus Fischer)
* Fix network interface detection on Windows to fix broken file transfers.