krau
1339c69dbf
feat: update fnametmpl help
2026-01-06 09:21:05 +08:00
krau
75e5fd10ea
feat(aria2): add Aria2 download command and client integration
2026-01-03 17:40:55 +08:00
krau
c8d8a2e0eb
feat: add command to sync peer chats with userbot
2026-01-03 16:32:58 +08:00
krau
c069d1edc7
fix: format the generated i18n keys
2025-12-21 13:03:50 +08:00
krau
fd3b17a360
fix(i18n): add cancel button text
2025-12-21 12:59:14 +08:00
doomwithdon
a3162eff89
Add BotMsgCancelCancelTask key for bot messages ( #162 )
2025-12-21 12:56:42 +08:00
krau
0b97d15b2a
feat(i18n): Integrate internationalization for bot commands and add English locale support
2025-12-19 20:48:50 +08:00
krau
6db5633ca6
feat(i18n): Add progress tracking messages for various tasks and enhance error handling
2025-12-19 20:40:14 +08:00
krau
4ccbf8177e
fix(i18n): Update log messages to English and improve error handling in bot initialization and storage loading
2025-12-19 20:29:48 +08:00
krau
6e16dc6051
feat: Refactor bot handlers to utilize i18n for internationalization
...
- Updated silent.go to replace hardcoded strings with i18n keys for user feedback.
- Enhanced telegraph.go to use i18n for error messages and prompts.
- Modified update.go to implement i18n for version update notifications and errors.
- Refactored dir.go to utilize i18n for help messages related to directory operations.
- Updated parse.go to replace static text with i18n keys for parsed text entities.
- Enhanced rule.go to use i18n for rule management help messages.
- Refactored storage.go to implement i18n for storage selection prompts.
- Updated task.go to utilize i18n for task addition notifications.
- Added new i18n keys in keys.go for various messages.
- Updated Chinese localization in zh-Hans.yaml to reflect new i18n keys and messages.
2025-12-19 20:20:27 +08:00
krau
9ed2c425be
feat(i18n): Enhance internationalization support and error handling messages
...
- Added i18n keys for various error and info messages related to task management, user handling, and storage operations.
- Updated error messages in the watch and task handling commands to use i18n for better localization.
- Refactored error handling in the database initialization and user synchronization processes to provide clearer messages.
- Improved logging messages for better clarity and consistency across the application.
- Added comprehensive documentation for AI collaboration and project structure in the repository.
2025-12-19 16:01:36 +08:00
krau
29d523bd4f
feat: refactor upload command and implement progress tracking
2025-12-19 14:20:00 +08:00
krau
b796b045a8
feat: update locale file
2025-12-19 13:49:54 +08:00
krau
52eead3bf5
feat: refactor database dialect handling and add stubs for unsupported features
2025-12-18 17:42:20 +08:00
krau
c21ff7e499
feat: add direct links download functionality
...
- Implemented a new task type for handling direct links downloads.
- Added command handler for downloading multiple links via /dl command.
- Introduced progress tracking for direct link downloads.
- Enhanced filename parsing to support various encoding scenarios.
- Updated enums to include direct links as a task type.
- Refactored existing task structures to accommodate new functionality.
- Improved error handling and logging throughout the download process.
2025-12-08 17:10:41 +08:00
krau
32cc1e4b5a
fix: update watch command help to bot api style id, close #151
2025-12-08 10:22:43 +08:00
krau
685047e463
fix: compatibility between tdlib and bot api style chatID
2025-12-04 22:43:22 +08:00
krau
a6f194aedd
feat: add global proxy config
2025-12-02 10:11:58 +08:00
krau
4a6f63e58f
test: add tests for string utility functions
2025-11-09 11:48:29 +08:00
krau
16c71e6384
fix: enhance ParseArgsRespectQuotes to handle escaped quotes and backslashes
2025-11-09 11:48:15 +08:00
krau
0c2d116708
feat: parse rule command with quotes respecting
2025-11-09 11:43:28 +08:00
krau
f0853536d9
fix: use same ctx to get grouped message
2025-11-06 16:59:51 +08:00
krau
ae48bd52bf
fix: handle chat ID parsing correctly by removing unnecessary prefix trimming, close #130
2025-11-06 15:01:18 +08:00
krau
257c292679
fix: correct chat ID parsing by handling negative chat IDs properly
2025-10-12 22:23:08 +08:00
krau
a7854afb2a
refactor: improve client initialization logic and ensure thread safety
2025-10-06 23:32:20 +08:00
krau
0e989cc1a6
fix: add logging for fetching telegraph page and handle image URLs from telegra.ph
2025-10-06 22:13:41 +08:00
krau
4d837e946c
feat: add .chatid variable in file name template
2025-09-30 21:34:35 +08:00
krau
40ad12a892
fix: update SOCKS5 proxy dialer implementation for consistency
2025-09-18 22:28:25 +08:00
Krau
f05dd883e3
feat: enhance URL handling by adding utility functions and filters for message entities ( #105 )
2025-09-09 20:16:56 +08:00
krau
215e082028
feat: implement internationalization support and update help commands
2025-08-27 11:09:38 +08:00
krau
e824b210d1
feat: improve telegram storage chat ID parsing logic
2025-08-24 11:29:19 +08:00
krau
226c15ef08
feat: add NormalizePathname function and update task handling for parsed items
2025-08-24 10:28:50 +08:00
krau
b87dd68880
feat: proxy client for parser
2025-08-23 20:17:24 +08:00
krau
e5d1e143e0
feat: configurable parser and refactor config
2025-08-23 14:29:32 +08:00
krau
8f9ef07d1c
refactor: replace functions.GetMediaFileNameWithId with tgutil.GetMediaFileName for better media file name handling
2025-08-02 16:55:12 +08:00
krau
fc4a112f08
fix: enhance filename generation by using media file name if available
2025-07-07 14:12:33 +08:00
krau
f693bd6103
refactor: update file handling to use new downloader interface; remove unused tdler package
2025-06-29 23:00:40 +08:00
krau
c795f957a9
refactor: user client and proxy handling; remove unused auth code
2025-06-29 22:25:05 +08:00
krau
3b85911e3d
fix: mimetype nil pointer
2025-06-20 22:42:57 +08:00
krau
40cb3dad9d
feat: handle grouped msgs, close #72
2025-06-20 22:07:21 +08:00
krau
88128ecac2
fix: cache init after config
2025-06-20 21:27:45 +08:00
krau
758564d436
feat(config): add cache configuration options for TTL, num counters, and max cost
2025-06-18 10:51:03 +08:00
krau
f5e33472eb
feat: add IterMessages function for message iteration with error handling
2025-06-18 10:50:54 +08:00
Krau
900823cdb9
refactor: refactor task logic for better scalability ( #76 )
...
* refactor: a big refactor. wip
* refactor: port handle file
* refactor: place all handlers
* fix: task info nil pointer
* feat: enhance task progress tracking and context management
* feat: cancel task
* feat: stream mode
* feat: silent mode
* feat: dir cmd
* refactor: remove unused old file
* feat: rule cmd
* feat: handle silent mode
* feat: batch task
* fix: batch task progress and temp file cleanup
* refactor: update file creation and cleanup methods for better resource management
* feat: add save command with silent mode handling
* feat: message link
* feat: update message prompts to include file count in storage selection
* feat: slient save links
* refactor: reduce dup code
* feat: rule type
* feat: chose dir
* feat: refactor file handling and storage rules, improve error handling and logging
* feat: rule mode
* feat: telegraph pics
* fix: tphpics nil pointer and inaccurate dirpath
* feat: silent save telegraph
* feat: add suffix to avoid file overwrite
* feat: new storage telegram
* chore: tidy go mod
2025-06-15 23:57:49 +08:00
krau
481427683e
chore: translate config package
2025-06-08 13:37:51 +08:00
krau
0422c1ac3e
refactor: improve log format
2025-06-08 11:00:29 +08:00
krau
729e688748
fix: cleaning up the cache folder caused permission issues
2025-05-19 09:23:10 +08:00
krau
66454b082a
fix: improve logger initialization and reduce cache TTL
2025-05-08 21:03:48 +08:00
krau
725acd0199
feat: refactor caching logic to use gocache for better compatibility
2025-04-12 15:07:43 +08:00
krau
8d44b43c82
fix: remove caching logic for Telegram messages in GetTGMessage function, close #40
2025-03-22 15:41:20 +08:00