Raekye
Raekye
I'm having trouble reproducing this, I've tried on: - Windows, Firefox - Linux, Firefox - Mac, Firefox - Mac, Chrome I'm assuming some people are still having this issue. If...
Hello! Sorry again for the hiatus in maintenance, I just submitted my thesis for school, been pretty busy with that the past semester. Anyways, you were indeed correct in your...
No worries, thanks for the positive wishes! I should be fine for now, I sent it out to my committee members already (though I have the oral defense in 2...
Ok it seems like something unfun has happened with Fedora 33... they [updated their crypto policies](https://stackoverflow.com/questions/64640596/ssh-permission-denied-publickey-after-upgrade-fedora-33), which is good, but the [SSH library Gamocosm uses](https://github.com/net-ssh/net-ssh/issues/712) doesn't seem to have been...
Hmmm yeah that is possibly odd. I recently added support for the [Server List Ping](https://wiki.vg/Server_List_Ping) protocol, which I believe all (Java edition) servers should support since 1.7. Gamocosm now tries...
Ok looking over the code this morning, it seems [`autoshutdown_minecraft_worker.rb`](https://github.com/Gamocosm/Gamocosm/blob/a9b8de8fba9f4fefb2060b452c9516667d675278/app/workers/autoshutdown_minecraft_worker.rb) was quite buggy. In fact, with one of the issues, I'm actually not sure if/how it ever worked before Anyways,...
Ok, the old code didn't work the way it was probably intended to, but I see how it used to (coincidentally) work. There was still one super edge case bug,...
Hmmm yeah, that's definitely a possible behaviour (there's a race condition, as in the server running Gamocosm's website doesn't synchronize between multiple requests starting/stopping a server). It's kinda awkward to...
I'm assuming by "backup" you mean downloading your minecraft or world folder? Or do you mean a Digital Ocean snapshot? In the first case, the easiest is actually to create...
Hi @kenny-evitt ! Thanks for your suggestions! I actually hadn't thought of your first suggestion, and while not completely trivial to implement it does seem reasonable. I'll see if I...