Commit Graph
30 Commits
Author SHA1 Message Date
MengMengCode f4aaa3cfdd Implement automatic task management with CRUD operations and UI integration
- Added `automatic_tasks.go` and `automatic_tasks_test.go` for backend logic and testing of automatic tasks.
- Created `automatic_tasks_test.go` to validate task claiming and deletion behavior.
- Developed `AutomaticTasksPage.tsx` for frontend management of automatic tasks, including task creation, editing, and execution.
- Integrated device and eSIM profile selection for task configuration.
- Implemented automatic task scheduling and retry logic in the backend.
2026-08-10 22:15:54 +08:00
MengMengCode 70191ce1e3 feat: enhance Telegram call handling with VoWiFi and cellular support 2026-08-10 06:07:56 +08:00
MengMengCode 7dfdf8fcc8 feat: expand device networking and management 2026-08-10 03:27:43 +08:00
MengMengCode f1b7fc3c56 fix: expose IMS call failures and allow unlimited calls 2026-08-09 21:52:25 +08:00
MengMengCode 6d451ca9a3 fix: route calls only through ready IMS sessions 2026-08-09 21:31:24 +08:00
MengMengCode 42a21c6dc2 fix: redact Telegram tokens from errors 2026-08-09 21:14:07 +08:00
MengMengCode 6882b04fda feat: add Telegram AT and USSD commands 2026-08-09 21:06:35 +08:00
MengMengCode a8e8caf78d fix: redirect expired sessions to login 2026-08-09 20:47:53 +08:00
MengMengCode 670b029b38 fix: revoke sessions after updates 2026-08-09 20:23:00 +08:00
MengMengCode a5c6fee2ef fix: make web updates restart cleanly 2026-08-09 20:13:50 +08:00
MengMengCode 79dc2bc934 fix: allow verified in-place updates 2026-08-09 20:09:44 +08:00
MengMengCode 7f162d43ef build: speed up multi-arch Docker builds 2026-08-09 19:59:05 +08:00
MengMengCode 1016162600 feat: update SMS handling to include readyForClose channel for better session management 2026-08-09 19:35:00 +08:00
MengMengCode f3e4b675fb feat: add Telegram API URL handling and version comparison utilities
- Implemented `telegramAPIURL` and `validateTelegramAPIURL` functions for constructing and validating Telegram API URLs.
- Added semantic versioning utilities in `version.go` to compare versions and validate semantic version formats.
- Created tests for version comparison logic in `version_test.go`.
- Introduced IMS call handling in `call_runtime.go`, including methods for dialing, answering, and hanging up calls.
- Added tests for incoming call handling and validation in `call_runtime_test.go`.
- Developed a new `PluginsCard` component for managing plugins via URL or file upload in the web interface.
- Implemented plugin management functions in `extensions.ts` and created an `ExtensionPage` for displaying plugin contributions.
2026-08-09 19:28:12 +08:00
MengMengCode 8fdce234ce Merge branch 'master' of https://github.com/MengMengCode/VoCat 2026-08-09 16:59:32 +08:00
MengMengCode 3939b061af Enhance session relaying to handle delayed IKE packets and implement an automatic retry mechanism 2026-08-09 16:59:28 +08:00
Meng MengandGitHub 0ed066fcc7 Update README.md 2026-08-09 16:38:56 +08:00
Meng MengandGitHub cbeb6cdd21 Add group and channel information
Added group and channel links to README.
2026-08-09 16:38:05 +08:00
Meng MengandGitHub cd04642e50 Update thanks section in README.md 2026-08-09 16:25:14 +08:00
Meng MengandGitHub ddec50a7b6 Add 'Thanks' section to README
Added a 'Thanks' section with community links.
2026-08-09 16:21:18 +08:00
MengMengCode 6f2b7bf395 Initial 2026-08-09 15:53:35 +08:00
MengMengCode b79c06dace Initial v0.0.2 2026-08-09 15:35:20 +08:00
MengMengCode d348ec276b Initial v0.0.1 2026-08-09 15:22:16 +08:00
MengMengCode 76dd667704 Initial 2026-08-09 15:21:16 +08:00
MengMengCode f28a643ef0 Intial 2026-08-09 15:18:05 +08:00
MengMengCode 67c0a4016b Initial 2026-08-09 15:16:49 +08:00
MengMengCode a5dd0bf088 Initial 2026-08-09 14:43:34 +08:00
MengMengCode 9ca25383bc Initial 2026-08-09 14:43:23 +08:00
MengMengCode d22246ee92 Initial 2026-08-09 05:33:31 +08:00
MengMengCode 7c3c0ebb4b Initial 2026-08-09 05:33:21 +08:00