Adolfo Delorenzo adelorenzo
  • Joined on 2021-03-29
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 16:49:38 +02:00
92fd390866 Add production WSGI server - Flask dev server unsuitable for production load
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 16:37:21 +02:00
1b9ad03400 Fix potential memory leaks in audio handling - Can crash server after extended use
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 16:11:31 +02:00
92b7c41f61 Implement proper error logging - Critical for debugging production issues
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 08:58:20 +02:00
aec2d3b0aa Add request size limits - Prevents memory exhaustion from large uploads
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 08:50:52 +02:00
30edf8d272 Fix session manager initialization order
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 08:47:53 +02:00
eb4f5752ee Implement session management - Prevents resource leaks from abandoned sessions
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 08:24:12 +02:00
9170198c6c Add comprehensive secrets management system for secure configuration
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 08:14:12 +02:00
a4ef775731 Implement comprehensive rate limiting to protect against DoS attacks
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 08:06:25 +02:00
d010ae9b74 Remove hardcoded API key - CRITICAL SECURITY FIX
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 08:00:10 +02:00
17e0f2f03d Add connection retry logic to handle network interruptions gracefully
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 07:51:35 +02:00
b08574efe5 Implement proper CORS configuration for secure cross-origin usage
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 07:39:29 +02:00
dc3e67e17b Add multi-speaker support for group conversations
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 07:28:08 +02:00
343bfbf1de Fix temporary file accumulation to prevent disk space exhaustion
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 07:11:06 +02:00
fed54259ca Implement streaming translation for 60-80% perceived latency reduction
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 06:58:23 +02:00
aedface2a9 Add comprehensive input validation and sanitization
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 06:47:52 +02:00
3804897e2b Implement proper error boundaries to prevent app crashes
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 06:37:44 +02:00
0c9186e57e Add health check endpoints and automatic language detection
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 06:29:53 +02:00
829e8c3978 Add request queue status indicator to UI
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 05:56:39 +02:00
08791d2fed Add offline translation caching for seamless offline experience
adelorenzo pushed to 01-2025-06-02 at adelorenzo/talk2me 2025-06-03 05:18:42 +02:00
05ad940079 Major improvements: TypeScript, animations, notifications, compression, GPU optimization