OokamiPupV2/cmd_discord
Kami 58270b1fbe PoE2Trade update
- Vastly improved on rate-limiting tolerance
  - Dynamically fetches and assigns any server-imposed rate-limits.
  - Implemented a rolling queue system for filter checks.
    - This effectively means each filter for all users will run one after the other. Increasing time between checks, but prevents rate-limiting.
- Improved notification message embeds to contain more information in a cleaner format
  - Added "implicit mods" to the stats list for better stats report
- Security implementations
  - PoE2 session token is now encrypted in storage
  - Somewhat sensitive data is now obscufated in settings reply
- Improved on listing pricing display
  - Now says "1 x Exalted Orb" instead of simply "1 exalted"
- Added approximated next check times for filters, viewable in notification messages and filters list
- General minor other improvements to readibility, commands, structure, cache, and functionality

Support for per-user-definable session tokens is in the works.
This will allow users to define their own tokens, which are encrypted for security, to reduce on ratelimits imposed by using the global token.
Once this is implemented, those users will benefit from faster checks, providing earlier listing notifications.
This should reduce the risk of missing valuable listings.
2025-03-30 14:46:23 +02:00
..
__init__.py Improved platform logging and Custom VC 2025-03-06 17:53:54 +01:00
customvc.py CustomVC Rework 2025-03-13 16:57:23 +01:00
funfact.py Improved platform logging and Custom VC 2025-03-06 17:53:54 +01:00
help.py Improved platform logging and Custom VC 2025-03-06 17:53:54 +01:00
howl.py Improved platform logging and Custom VC 2025-03-06 17:53:54 +01:00
ping.py Improved platform logging and Custom VC 2025-03-06 17:53:54 +01:00
poe2trade.py PoE2Trade update 2025-03-30 14:46:23 +02:00
quote.py Reworked internal logging 2025-03-13 14:17:43 +01:00