mattermost-plugin-bridge-xmpp/server/bridge
Felipe Martin eb852662f7
feat: implement TTL cache for message deduplication and remove debug logging
- Replace manual map-based deduplication with jellydator/ttlcache/v3
- Add automatic cache eviction with 30-second TTL to prevent memory bloat
- Implement proper cache lifecycle management (start/stop)
- Remove emoji debug logs from bridge system and XMPP client
- Clean up verbose logging while maintaining essential error handling
- Update bridge interface method names for consistency

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 12:19:44 +02:00
..
mattermost feat: implement TTL cache for message deduplication and remove debug logging 2025-08-05 12:19:44 +02:00
xmpp feat: implement TTL cache for message deduplication and remove debug logging 2025-08-05 12:19:44 +02:00
manager.go feat: implement TTL cache for message deduplication and remove debug logging 2025-08-05 12:19:44 +02:00
messagebus.go feat: implement bidirectional message bridge system with XMPP-Mattermost integration 2025-08-04 21:52:28 +02:00
user.go feat: implement comprehensive bridge-agnostic user management system 2025-08-04 17:50:44 +02:00