14 Commits

Author SHA1 Message Date
Sarto 3ad823ed76 feat: enhance client probing mechanism and improve resolver scan logging 2026-04-03 23:10:58 +03:30
Sarto 271e6f569e Implement profiles management and settings API
- Added Profile and ProfileList structs to manage user profiles with unique IDs and nicknames.
- Introduced endpoints for CRUD operations on profiles: `/api/profiles` for managing profiles and `/api/profiles/switch` for switching active profiles.
- Implemented settings management with an endpoint `/api/settings` to handle user preferences like font size and debug mode.
- Enhanced the server to load and save profiles from a `profiles.json` file.
- Updated the fetcher initialization to respect the active profile's configuration.
- Added comprehensive end-to-end tests for profiles and settings APIs to ensure functionality and persistence.
2026-04-03 22:08:54 +03:30
Sarto b89fc93829 fix: adjust timeouts and payload sizes for improved performance; enhance UI styles and responsiveness 2026-03-31 17:37:19 +03:30
Sarto 6dda44125d change edns0 2026-03-30 22:18:17 +03:30
Sarto 45372ea39d fix: increase timeout and EDNS buffer size for improved DNS resolution 2026-03-30 21:56:16 +03:30
Sarto f7c611f69a make telegram login optional and add admin features for send message or change server configuration 2026-03-30 18:08:48 +03:30
Sarto 5988c5bc1e remove dead code and change retry count for client 2026-03-28 03:46:26 +03:30
Sarto 266d8faf2d change max attempt from 3 to 6 2026-03-26 18:56:56 +03:30
Sarto c20f6a0ea7 refactor: adjust runNoise method to use a fixed interval for decoy queries 2026-03-26 03:37:55 +03:30
Sarto 3aa7dc3244 feat: add message limit option for Telegram channels and update progress display 2026-03-26 01:51:00 +03:30
Sarto 0e9a12beac feat: add debug logging for response data in FetchBlock method 2026-03-26 01:37:39 +03:30
Sarto ab93b48d80 fix: increase timeout values for resolver and web server 2026-03-25 23:23:28 +03:30
Sarto e9226d6543 feat: implement AES-256 block cipher for query encryption and decryption 2026-03-25 23:13:33 +03:30
Sarto 5f43bfe076 feat: 🎉 first version 2026-03-25 11:30:02 +03:30