Commit Graph

8 Commits

Author SHA1 Message Date
RoboMWM 40f554d386 reformat code
- Lots of tabs to spaces going on
- That's a lot of changes!

#63
2020-06-08 21:57:55 -07:00
RoboMWM c19e3b7ea4 add more debug messages for claim expiration checks. 2020-03-16 21:23:05 -07:00
Adam e0a0be7bef
Move null check to the correct location (#746)
Closes #744, bug introduced in #736
2020-03-12 17:53:29 -07:00
RoboMWM 0cf0171391 remove duplicate owner entries in the unused claim check list
Restores the original behavior that was inadvertantly changed in #736
2020-03-08 10:23:22 -07:00
Adam 49d51a34a3
Randomize unused claim check (#736) 2020-03-02 17:04:15 -08:00
RoboMWM abd97b1f5a remove the null entry (admin claims). Fixes #376 2018-09-23 11:22:46 -07:00
RoboMWM f6b35d71bf Claim expiration: improvements+config option. Closes #24
- Claim expiration collects all players (uuids) that own claims, and
iterates this set instead of iterating through every single claim.
- Individual claims had a "last modified" timestamp, so this method was
valid before, but makes no sense now since expiration is based on player
inactivity instead of claim inactivity.

New config option under the advanced node allows controlling the
frequency each player in the aforementioned set is checked for
inactivity.
2018-09-22 05:21:00 -07:00
Narimm b38e4aedb6 Refactor to maven standard layout (#270) 2018-06-11 23:11:37 -07:00