bbsbot
2026-03-25
Haggle loop fixes, cargo liquidation guard, control_channel import update
10 files · 44+ · 12-
Haggle and cargo liquidation loop fixes
1 file changed
trading.pyBreak haggle infinite loop when credits insufficient to continue; break cargo liquidation loop when no equipment buyer is found
- Haggle loop now breaks when bot’s credits are insufficient to continue negotiating, preventing infinite loop. Cargo liquidation loop breaks when no equipment buyer is found rather than spinning forever. game_full_flags gate removed from acquire_account to allow acquisition in full games.
remediate
behavioral
1 file
trading.py
control_channel import update after undef-terminal rename
1 file changed
connection.pycontrol_stream imports updated to control_channel following undef-terminal's rename