0ad/source
Dunedan b848e760e4
Some checks are pending
checkrefs / lfscheck (push) Waiting to run
checkrefs / checkrefs (push) Waiting to run
lint / cppcheck (push) Waiting to run
lint / copyright (push) Waiting to run
lint / jenkinsfiles (push) Waiting to run
pre-commit / build (push) Waiting to run
Re-use XMPP resource GUID for whole app runtime
Instead of using a new GUID as part of the XMPP resource for each XMPP
connection, this keeps the same GUID as long as pyrogenesis is running.

This is meant to make it easier to detect players violating the Terms of
Use by using multiple accounts to smurf or circumvent bans, as after
this change it's not sufficient anymore to connect with another account
to stay anonymous, but instead players have to restart pyrogenesis as
well.
2026-07-01 15:36:51 +02:00
..
collada Fix some includes all over the place 2025-08-14 20:15:30 +02:00
dapinterface Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
graphics Makes GameView::GetCamera constant 2026-06-28 17:57:26 +02:00
gui Makes GameView returning reference on camera 2026-06-28 17:57:16 +02:00
i18n Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
lib Removes legacy timers 2026-06-28 13:34:01 +02:00
lobby Re-use XMPP resource GUID for whole app runtime 2026-07-01 15:36:51 +02:00
maths Replace M_PI with C++ numbers 2026-06-04 20:29:48 +02:00
network Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
pch Compute actual size of GUI objects lazily 2026-04-12 00:17:02 +02:00
ps Makes GameView::GetCamera constant 2026-06-28 17:57:26 +02:00
renderer Makes GameView::GetCamera constant 2026-06-28 17:57:26 +02:00
rlinterface Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
scriptinterface Don't crash on compile error of hotloads 2026-06-21 20:05:39 +02:00
simulation2 Makes GameView returning reference on camera 2026-06-28 17:57:16 +02:00
soundmanager Makes GameView returning reference on camera 2026-06-28 17:57:16 +02:00
third_party Don't load WGL 2026-06-28 09:49:26 +02:00
tools Don't allow rotation in atlas bird view 2026-06-29 20:12:31 +02:00
CxxTestRunner.tpl Use return instead of exit in testrunner 2025-10-15 18:17:24 +02:00
main.cpp Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
test_setup.cpp Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00