Aurora Lahtela
Aurora Lahtela
Frontend BETA should have resolved this (can be enabled from the config) Individual requests may still be slow - if that is the case please open individual tickets for specific...
I got inspired by a video again and I'd like to use a moment when implementing this to try to improve the retention prediction, or at least give some extra...
Looks simple enough to implement, as Java can do the DNS lookup with `InetAddress#getHostAddress`. Do the dynamic IPs change often, i.e. can the addresses be resolved just once on enable...
After consideration automated whitelist implementations have been deemed out of scope.
Reopened this since there was another request https://docs.oracle.com/javase/7/docs/api/java/net/InetAddress.html#getAllByName(java.lang.String) can be used. Note that the dynamic IPs listed in the config will need to be refreshed in the whitelist that is...
The player names in this table come from the Plan database - if Plan doesn't have the name on record it'll show the UUID instead. Since this seems to be...
The idea of 'Server groups' has come up before and is definitely something that would be beneficial to networks (especially minigame networks). The complexity increases a lot when the data...
Possible way to do this is to change any query with `WHERE server_(uu)id=?` to `WHERE server_id IN (?, ?, ...)`
Yeah this one is not easy to fix because it basically boils down to the database schema (how things are stored) and all the queries interacting with each other through...
Frontend BETA removes the timeout so I'll close this as completed even though some requests may still be slow.