arcattack and Claude Opus 5
c9e561d9ba
console review round 2: six must-fixes from the adversarial pass (one of its fixes corrected)
...
The 4-dimension review of 4736cba..820caf8 returned 14 surviving findings. All
six must-fixes plus the four deferables are in; one of the review's own
prescriptions was wrong and is fixed differently (below).
THE REAPER, FINAL DOCTRINE (blocker + major). Rev 2 -- "reap anything silent in
the staging window" -- was still wrong twice over: a pad sends exactly ONE
message in its life (the egg ACK, L4NET.CPP:1259) and is then silent FOREVER, so
any manual-launch hold >180s reaped every healthy ACKed pad and force-relaunched
their clients; and a REGISTERED game conn is quiet on TCP while loading, so with
BT_RELAY_TCP_ONLY=1 (or blocked UDP) the reaper _abort_round()ed the whole night
every ~3 minutes blaming a healthy player. The rule is now: an app-level
deadline is valid only while a RESPONSE IS OWED. Only egg-sent-never-ACKed pads
are reaped, with the debt clock starting at EGG SEND (a pad that sat through a
long held-egg wait gets its full window -- an edge neither review round caught);
game conns are never reaped at all. Half-open ghosts are TCP keepalive's job
(~130s, faster than the deadline anyway).
RE-ARM GUARDED ON EVERY CHANNEL (major). The launch_at guard lived only on the
LAUNCH-press path; the ctl `rearm` command, stdin, and the always-lit GUI button
reached _rearm_for_new_round unconditionally -- one press mid-mission zeroed the
counters, permanently killing the mission clock AND making End Mission print "no
mission is running": an unstoppable round, the exact class this feature exists
to eliminate. Now refused (loudly) while a mission is running or a pair is in
flight, and the button greys while launched. THE REVIEW'S OWN FIX WAS WRONG
here: it prescribed refusing on `launches_sent >= 2`, but that stays 2 after a
FINISHED round -- applying it verbatim resurrected the original dead-LAUNCH
wedge, caught immediately by the regression suite. "Running" is
`launches_sent >= 2 AND not stop_sent`.
RE-ARM RE-KEYS SEATS (major). It restored the template roster but left
seat_beacons/seat_prefs keyed by the trimmed round's positional ids, so round
2's trim minted a departed player's tag into the egg and trimmed a present
player's out, shifting every callsign/mech a slot. The re-key block is factored
out of _maybe_reset_round (_rekey_seats_to_roster) and shared.
RESTART SESSION NO LONGER BAKES A WALK-UP'S NAME INTO THE EGG (major).
_stop_session and _start_session now restore the stashed configured
callsign/mech into the cells BEFORE _collect_egg can snapshot them
(_restore_seat_defaults); previously the departed name went into the egg (name=
plus rasterized bitmaps) and was then re-captured as the seat's permanent
"configured default".
LATE REMOTE OPERATOR GETS A ROSTER (major). The only line the GUI can adopt
tags from was printed once at relay startup and aged out of the 400-line control
history in ~33 minutes of stats chatter -- AUTH now re-issues the live roster
line ahead of the replay, so a remote operator connecting at any point gets
pilot lights and a working LAUNCH button.
DEFERABLES, all four: _drop_game blames the tag stashed AT REGISTRATION (the
live-roster resolve named the wrong tag for a trimmed-round conn dying after a
re-arm restore -- and the tag-trusting GUI would clear the wrong seat); an
operator-BLANKED callsign cell now restores (empty string is a real configured
value; the falsy skip left the departed name up and re-captured it); a returning
player displaces their own half-open registered ghost (same IP, no mission
running) instead of eating ROSTER FULL until keepalive fires; udp_spoofed now
rides the [relay-stats] line when non-zero and the warn set is capped at 256.
VERIFIED: rearm suite grown to 25 checks (ACKed pad never reaped however silent;
never-ACKed pad reaped; game conns never reaped; the egg-send debt clock; re-arm
refused mid-mission, allowed after round end) -- plus net 17/17, roster 22/22,
checkctx CLEAN. Live rig: mid-mission `rearm` refused with the message and the
mission survived; End Mission -> re-arm -> full re-seat -> second mission
launched. One bounded artifact observed and documented: each waiting pod
bounces once (identity resync) after an explicit re-arm.
Docs rewritten to the final doctrine (context/operator-console.md reaper +
re-arm + roster-replay + udp_spoofed sections; OPERATOR_GUIDE + tooltip now say
re-arm is between-rounds-only and warn about the one-bounce resync).
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-07-26 10:11:07 -05:00
..
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-14 07:26:12 -05:00
2026-07-11 13:06:29 -05:00
2026-07-08 15:43:08 -05:00
2026-07-25 10:05:57 -05:00
2026-07-25 14:58:16 -05:00
2026-07-25 14:58:16 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-08 20:05:44 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-12 20:04:29 -05:00
2026-07-12 20:04:29 -05:00
2026-07-07 21:25:48 -05:00
2026-07-07 21:25:48 -05:00
2026-07-15 15:52:35 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-07 20:10:11 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-07 22:19:50 -05:00
2026-07-08 14:43:32 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-25 08:33:22 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 21:25:48 -05:00
2026-07-07 21:25:48 -05:00
2026-07-25 07:48:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-08 14:43:32 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-12 20:04:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-25 09:04:07 -05:00
2026-07-25 10:46:59 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 15:32:24 -05:00
2026-07-11 15:32:24 -05:00
2026-07-11 15:32:24 -05:00
2026-07-11 15:32:24 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-25 14:58:16 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 15:32:24 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 21:25:48 -05:00
2026-07-07 20:10:11 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-07 20:10:11 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-08 14:43:32 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-25 13:20:19 -05:00
2026-07-25 13:20:19 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-13 08:14:12 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-11 13:06:29 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 09:56:55 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-13 08:14:12 -05:00
2026-07-13 08:14:12 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-24 20:48:31 -05:00
2026-07-25 16:04:34 -05:00
2026-07-25 08:33:22 -05:00
2026-07-25 10:46:59 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-08 14:43:32 -05:00
2026-07-25 13:20:19 -05:00
2026-07-25 13:20:19 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-08 15:43:08 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 09:56:55 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-07 21:39:47 -05:00
2026-07-18 11:32:54 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-11 13:06:29 -05:00
2026-07-07 21:32:12 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 21:25:48 -05:00
2026-07-07 20:22:01 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 21:25:48 -05:00
2026-07-07 20:10:11 -05:00
2026-07-26 00:21:24 -05:00
2026-07-18 08:44:01 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-08 14:50:12 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-24 19:19:21 -05:00
2026-07-25 22:09:00 -05:00
2026-07-25 21:40:59 -05:00
2026-07-26 00:21:24 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 15:32:24 -05:00
2026-07-11 15:32:24 -05:00
2026-07-11 11:55:25 -05:00
2026-07-11 16:21:37 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 15:32:24 -05:00
2026-07-08 14:43:32 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 21:25:48 -05:00
2026-07-07 21:25:48 -05:00
2026-07-07 21:25:48 -05:00
2026-07-11 13:06:29 -05:00
2026-07-13 08:14:12 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-07 20:10:11 -05:00
2026-07-25 14:58:16 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-26 08:54:13 -05:00
2026-07-26 08:35:09 -05:00
2026-07-26 10:11:07 -05:00
2026-07-25 10:46:59 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-25 08:33:22 -05:00
2026-07-07 20:10:11 -05:00
2026-07-07 20:10:11 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 13:06:29 -05:00
2026-07-11 15:32:24 -05:00
2026-07-07 21:25:48 -05:00
2026-07-07 21:25:48 -05:00
2026-07-07 21:25:48 -05:00
2026-07-07 21:25:48 -05:00
2026-07-07 21:25:48 -05:00
2026-07-07 21:25:48 -05:00