- Updated CommandManager to prioritize recipient identification by full public key for direct messages, improving accuracy in DM routing.
- Introduced configurable delay for DM replies in pyMC mode to ensure proper ACK order, enhancing message reliability.
- Improved MessageHandler to resolve sender identity using full public key first, ensuring correct sender identification in DMs.
- Refined .gitignore to include additional test and configuration files for better project organization.
- Enhanced config.ini.example with new DM reply delay configuration option for improved user guidance.