14 Commits
Author SHA1 Message Date
Denozordec aac76f6791 Refactor callTelemtJSON function in main.go to accept multiple success HTTP status codes, enhancing error handling for user creation requests. Introduce httpStatusInList helper function to streamline status code validation.
Publish telemt-bot Docker image / build-and-push (push) Successful in 57s
2026-04-10 00:47:10 +07:00
Denozordec dee46f1c37 Refactor health and summary message handling in main.go to utilize HTML formatting for improved readability. Introduce new functions for building health and summary messages in Russian, enhancing user experience and localization.
Publish telemt-bot Docker image / build-and-push (push) Successful in 51s
2026-03-22 12:20:43 +07:00
Denozordec fdaa849494 Refactor user handling in main.go to implement pagination for user lists. Introduce new functions for building user list messages and handling callback queries for page navigation. Enhance message formatting with HTML support for improved user experience.
Publish telemt-bot Docker image / build-and-push (push) Successful in 50s
2026-03-22 12:17:00 +07:00
Denozordec f288667d82 Translate menu options in main.go to Russian for improved localization and user experience.
Publish telemt-bot Docker image / build-and-push (push) Successful in 51s
2026-03-22 12:13:31 +07:00
Denozordec 00ec6eb4f4 Enhance bot functionality in main.go by adding support for callback queries and user creation flow. Introduce new types for callback queries and inline keyboard markup, and refactor message handling to accommodate these features. Update allowed updates in getUpdates method to include callback queries.
Publish telemt-bot Docker image / build-and-push (push) Successful in 54s
2026-03-22 12:09:07 +07:00
Denozordec a310d7e6d4 Add telemtClient to bot struct and implement makeDirectTransport function for enhanced HTTP client configuration in main.go.
Publish telemt-bot Docker image / build-and-push (push) Successful in 56s
2026-03-21 12:11:36 +07:00
Denozordec cd9389e9fd Implement SOCKS5 and HTTP proxy support in main.go, enhancing outgoing request handling. Update README.md to document new proxy environment variables. Update go.mod to include golang.org/x/net dependency.
Publish telemt-bot Docker image / build-and-push (push) Failing after 45s
2026-03-20 18:54:10 +07:00
Denozordec a68146e028 Add deduplication of strings in link rewriting process in main.go to ensure unique links are returned, enhancing link handling efficiency.
Publish telemt-bot Docker image / build-and-push (push) Successful in 55s
2026-03-15 21:33:05 +07:00
Denozordec 02db3a2c91 Refactor user link resolution in main.go to include a new function for rewriting links with a specified host, improving link handling and ensuring consistent server parameters in tg://proxy URLs.
Publish telemt-bot Docker image / build-and-push (push) Successful in 1m3s
2026-03-15 21:22:09 +07:00
Denozordec d8ddc53640 Add configuration options for link generation in .env.example, docker-compose.yml, and main.go; update README.md with new environment variable descriptions.
Publish telemt-bot Docker image / build-and-push (push) Successful in 52s
2026-03-09 17:57:34 +07:00
Denozordec 5b5d99f7b1 Enhance user creation response in main.go to fetch and display user links if not provided by API, with a fallback message for missing links.
Publish telemt-bot Docker image / build-and-push (push) Successful in 53s
2026-03-09 17:43:05 +07:00
Denozordec 9c3879181b Refactor formatUserLinks function in main.go to improve link formatting and update link titles for consistency
Publish telemt-bot Docker image / build-and-push (push) Successful in 54s
2026-03-09 17:11:32 +07:00
Denozordec 0c93077030 Add user creation functionality and update commands in main.go and README.md
Publish telemt-bot Docker image / build-and-push (push) Successful in 52s
2026-03-09 16:44:49 +07:00
Denozordec c5f5a562c6 Init Commit 2026-03-09 16:05:44 +07:00