Allow logins at any interval, but not more than 2 logins in 30 seconds, 4 in 2 minutes and 6 in 10 minutes.
Stub for joins monitor which is a replacement to plain ban for 10 seconds system after join
Remove X and Y from the structure since those are misaligned in c code and I failed to do anything about that and they were the last cause of desyncs and only used in 4 places and I'm too lazy
- Don't define NOCONSOLE
- Fix initialization with a pointer to stack (pas2c can't handle typed consts in functions) in uMisc.initModule
pick random x/y prior to addgear (as generic faller does) to avoid random numbers picked out of order
Added cast to qreal, avoiding ftbfs due to
issue #758
More explanation here
https://wiki.debian.org/ArmEabiFixes
And on qt-project.org reference website:
"Typedef for double on all platforms except for those using CPUs with ARM architectures. On ARM-based platforms, qreal is a typedef for float for performance reasons."