Brutus5000
Brutus5000
Are you sure that other field types work? From your example it is not clear if you use Hibernate field-based annotation or getter-method-level annotations. I never used field based lifecycles...
I got offered a lot of draws in 1v1 because players didn't like to play a 20x20 map. When I refused they just left anyway.
msgpack was discussed ~2017 and we decided to not use it. JSON is simpler to read and process across plattforms (also with outlook for web, websocket, stomp). We are not...
As far as I know yes.
* **TLS** is solved by our reverse proxy * **Prevent brute-force attacks against authorization** is solved in the user service * Deprecated versions / unsafe dependencies is what dependabot should...
Connectivity windows does not get updated, when a host closes his own game. Everyone still shows up as connected and ready.
You can query the mod info including the download url from the Java API like this: https://api.dev.faforever.com/data/modVersion?filter[modVersion]=uid==7z441ch2-9d1d-15oc-9327-3928320c9d20
No. Just make calls against the public API parts (no oauth authorization required for maps). Obtain the map list with a JSON API library via api.dev.faforever.com/data/map?include=versions&filter[mapVersion]=hidden==False
Workaround: check for the presence of subnodes first: ``` SpinXmlElement xml = XML(""); if(xml.xPath("count(//List/*)").number() > 0 ) { xml.xPath("//List/node()").elementList(); }; ```
I tried git-bisect style with multiple versions >= 1.5.2 until I figure out that 1.5.2 was the last one working. But I can make a full compatibility test with all...