Open Issues Need Help
View All on GitHubAI Summary: Implement a check to prevent vault withdrawals exceeding a user's faction balance. The current system allows multiple concurrent requests that, when summed, could exceed the available funds. The solution requires modifying the withdrawal logic to sum all pending requests before processing a new withdrawal request, ensuring the total does not exceed the user's balance.
A website and Discord bot to assist with the playing of Torn City developed with love <3
AI Summary: Modify the Torn City banking feature within the Tornium project to use tcy.sh as an intermediary for fulfillment links. This change aims to redirect users to TPDA (Torn City's Player Data API) whenever possible, improving security and functionality. The task is currently blocked pending the addition of an autofill feature for sending points within tcy.sh.
A website and Discord bot to assist with the playing of Torn City developed with love <3
AI Summary: Implement file-type-based triggering for Lefthook pre-commit tasks using glob patterns. This involves configuring Lefthook to only run specific tasks (e.g., `application-sass`) when files matching a corresponding pattern (e.g., `application/*.sass`) are changed in the Tornium project.
A website and Discord bot to assist with the playing of Torn City developed with love <3
AI Summary: Implement notifications for out-of-stock armory items in the Tornium Discord bot. This involves modifying the existing armory stock tracking functionality to include alerts when an item's quantity reaches zero.
A website and Discord bot to assist with the playing of Torn City developed with love <3
AI Summary: Implement a Discord bot command, `/verify`, that allows verification of a specific user. This involves integrating with the Discord API's user command functionality to handle the verification process, likely involving checking against a database or external service to confirm user identity and update the bot's internal state accordingly.
A website and Discord bot to assist with the playing of Torn City developed with love <3
AI Summary: Modify the existing `/chainlist` Discord bot command to include clickable links to Torn City user profiles using lazerpent's link shortener, while ensuring the embed message stays within Discord's character limits.
A website and Discord bot to assist with the playing of Torn City developed with love <3
AI Summary: Re-design the Tornium chain list generator's configuration to improve consistency with the rest of the project and enhance usability. This includes making the generation limit configurable or significantly increasing it, while minimizing performance impact.
A website and Discord bot to assist with the playing of Torn City developed with love <3