unknown queries of game properties

Discussions about Servers
User avatar
Barbie
Godlike
Posts: 2956
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

unknown queries of game properties

Post by Barbie »

On my test server I get the following (and more similar) in the log:
[01.11.2024 07:38:55:215] Received an unknown query from: $(IP-address).
[01.11.2024 07:38:55:215] Query: game_property\NumPlayers
[01.11.2024 07:38:55:215] Received an unknown query from: $(IP-address).
[01.11.2024 07:38:55:215] Query: game_property\NumSpectators
[01.11.2024 07:38:55:215] Received an unknown query from: $(IP-address).
[01.11.2024 07:38:55:215] Query: game_property\MaxSpectators
[01.11.2024 07:38:55:281] Received an unknown query from: $(IP-address).
[01.11.2024 07:38:55:281] Query: level_property\Author
[01.11.2024 07:38:55:281] Received an unknown query from: $(IP-address).
[01.11.2024 07:38:55:281] Query: level_property\IdealPlayerCount
[01.11.2024 07:38:55:281] Received an unknown query from: $(IP-address).
[01.11.2024 07:38:55:281] Query: game_property\NumBots
[01.11.2024 07:38:55:281] Received an unknown query from: $(IP-address).
[01.11.2024 07:38:55:281] Query: game_property\bOverTime
...
IMO these properties are not unknown to UT?
"If Origin not in center it be not in center." --Buggie
Buggie
Godlike
Posts: 3230
Joined: Sat Mar 21, 2020 5:32 am

Re: unknown queries of game properties

Post by Buggie »

That because you use XServerQuery which reject all such type of requests. This requests come from 469e for provide more info in server browser.
You can expect there be a lot such records after 469e out to public.
User avatar
asosed
Adept
Posts: 342
Joined: Fri May 15, 2020 2:36 pm
Location: Russia

Re: unknown queries of game properties

Post by asosed »

Buggie wrote: Fri Nov 01, 2024 1:02 pm That because you use XServerQuery which reject all such type of requests. This requests come from 469e for provide more info in server browser.
You can expect there be a lot such records after 469e out to public.
this is bad news. can you fix XServerQuery?
I understand that the author abandoned the mod and the code is not cut out
Image
Buggie
Godlike
Posts: 3230
Joined: Sat Mar 21, 2020 5:32 am

Re: unknown queries of game properties

Post by Buggie »

asosed wrote: Fri Nov 01, 2024 7:11 pm this is bad news. can you fix XServerQuery?
I understand that the author abandoned the mod and the code is not cut out
viewtopic.php?p=149574#p149574