thelounge/test
Reto Brunner 30e9f45fac Use nick as a realname fallback
Currently the realname is set to an advertisement if it isn't explicitly
set by the user.
Some clients started to show the realname as a display name in their
UI, which makes this tedious as you'll end up with gazillion "The Lounge
User" entries.

To avoid this, set the realname to the nick on first connect, so that
it is useful.
Note that this isn't done on nick changes, but only on the initial
connect step.

Fixes: https://github.com/thelounge/thelounge/issues/4527
2022-08-28 11:21:54 +02:00
..
client Fix regex escape for prefix patterns 2022-07-04 10:08:23 +02:00
commands TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
fixtures TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
models Use nick as a realname fallback 2022-08-28 11:21:54 +02:00
plugins TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
src TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
tests TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
.mocharc.yml TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
.nycrc-mocha.json TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
.nycrc-report.json Set up Prettier on md, html, json, and yaml 2019-07-17 10:22:30 +01:00
server.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
tsconfig.json TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
util.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00