These are errors in the modules, not the system. The system has changed so that the recipients list always includes the sender UNLESS you specifically state otherwise. It... mmmm IDK how to handle this. It used to be that if there were no recipients, the message would just include the sender. However, now you CAN send messages to nobody, so an empty recipients list means something.
Anyway, MBR, in your module, you'll need to change the sendtype. Something like:
playerMessage = new ModuleJSONObject("Blahblahblah gave you whatever");
playerMessage.recipients.add(otherPlayerUID);
playerMessage.sendtype = MessageBaseSendType.OnlyRecipients;
Bug Reports [OLD]
Root / Site Discussion / [.]
Not sure if this is a bug or not but I noticed that if I continuously click on a submitted program then click back and then click on the submitted program again I could slowly have that program get onto the home page without anyone else having to click on that program. Not sure if that is supposed to happen or not, but I could easily see someone abusing that. I'm using Google Chrome version 56.0.2924.87.
Not sure if this is a bug or not but I noticed that if I continuously click on a submitted program then click back and then click on the submitted program again I could slowly have that program get onto the home page without anyone else having to click on that program. Not sure if that is supposed to happen or not, but I could easily see someone abusing that. I'm using Google Chrome version 56.0.2924.87.That's just a consequence of how the popularity algorithm works. These kinds of things are very easy to game. Random could collect some more data or tweak the algorithm to make repeat hits less important, but I doubt that would be effective. One of the hallmarks of a popular page is that people keep reading it, anyway.
Not sure if this is a bug or not but I noticed that if I continuously click on a submitted program then click back and then click on the submitted program again I could slowly have that program get onto the home page without anyone else having to click on that program. Not sure if that is supposed to happen or not, but I could easily see someone abusing that. I'm using Google Chrome version 56.0.2924.87.It only works up to 10 times per day. If there are SO few people looking at the website that your 10 views is enough to push it to the top, there's not much I can do beyond decreasing the allowed views or blocking views from the owner entirely (which I'd rather not do).
Not sure if you guys noticed, but:
Quotes break quotesHow catchy!
Um... What's the issue...