Feat/lobby join logging #275

Merged
jona.walpert merged 5 commits from feat/lobby-join-logging into main 2026-04-12 13:33:42 +02:00
Showing only changes of commit 9044ce3660 - Show all commits
@@ -80,9 +80,11 @@ public class ClientService {
return offlineMode; return offlineMode;
} }
// Allow primitive values to contain hyphens (UUIDs) in addition to
// digits/words/colons
static Pattern responseRex = static Pattern responseRex =
Pattern.compile( Pattern.compile(
"(?<key>\\w+)=(('(?<string>([^']|\\')+)')|(?<primVal>[+-]?[\\d\\w:]+))"); "(?<key>\\w+)=(('(?<string>([^']|\\')+)')|(?<primVal>[+-]?[-\\d\\w:]+))");
/** /**
* Removes escape characters from a string, specifically converting escaped single quotes (\') * Removes escape characters from a string, specifically converting escaped single quotes (\')