@taplayerzz To give you a rough overview of the way the dice are being rolled:
When playing PbF/PbEM
Whenever a player needs dice rolls to determine a result of a battle, a request to dice.tripleawarclub.org is being made over a secure HTTPS connection (relatively strong encryption for web standards). On a successfull roll (i.e. a valid request) an email is being sent to each player to prevent someone to just reload an old savegame from a round ago and replay the same scenario and get different results that may favor someone elses turn. So if you get 2 emails mentioning the "same" battle, you know something's odd.
Playing over the internet
Private hosts
No guarantees here, the private host has full control over his server code in theory
'Bots' aka Official Hosts
We host the bots ourselves and have therefore ensured that the code is unaltered.
The actual rolling is done on the bots, so therefore no practical way of altering the code remotely.
However the results are being sent over an unsecure connection, so in theory someone could hijack your private connection and simulate a complete game for you i.e. pretend you rolled bad although you didn't, because at some point the results become out-of-sync with the actual game, but this is really unlikely because our netcode is at the moment really compilcated to deal with, so probably not worth trying unless someone has waaay too much time (if such a person exists, feel free to join us, there's lots of code to fix ^^).
TL;DR While it's in theory possible to play games on you by altering your connection, it's not possible to reasonably alter your dice results in a trivial way, unless of course someone found an exploit in our code or something, in which case we had a more severe issue than faked dice results.
Additional Info:
While online games are being played over an insecure connection, the passwords being sent for private matches are transmitted securely. (We aren't security experts, but based on our knowledge on best-practices in the recent time, we consider it secure, feel free to prove us wrong)