24 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 6243163232 Update docker-compose.yml to add telemt-panel service and configure telemt-plus network. Modify SYNC_SETUP.md to change ownership settings from 999:999 to 65532:65532 for improved compatibility and document steps for reconfiguring existing B servers.
Publish telemt-bot Docker image / build-and-push (push) Successful in 35s
2026-04-10 00:38:16 +07:00
Denozordec eec4ac8b4f Update SYNC_SETUP.md to include gt3.ivx.su as a new replica server for config.toml synchronization. Adjust instructions for preparing B servers and initial synchronization to reflect the addition of the new server.
Publish telemt-bot Docker image / build-and-push (push) Successful in 27s
2026-03-24 00:01:20 +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 0018b5d8c6 Update Dockerfile to copy both go.mod and go.sum, and combine go mod download and build commands into a single RUN statement for improved efficiency.
Publish telemt-bot Docker image / build-and-push (push) Successful in 55s
2026-03-20 18:59:32 +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 f1bcc205cc Add installation instructions for rsync on B servers in SYNC_SETUP.md to ensure proper synchronization setup.
Publish telemt-bot Docker image / build-and-push (push) Successful in 25s
2026-03-11 14:53:39 +07:00
Denozordec 1e18b2cbd3 Update SYNC_SETUP.md to include gt2.ivx.su as an additional replica for config.toml synchronization, enhancing the setup instructions for multiple read-only replicas.
Publish telemt-bot Docker image / build-and-push (push) Successful in 30s
2026-03-11 14:47:38 +07:00
Denozordec f7e8e58262 Update user link handling in main.go to ensure consistent fallback messages and improve error handling for missing links.
Publish telemt-bot Docker image / build-and-push (push) Successful in 25s
2026-03-09 19:09:31 +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 43bb8e4f4c Update README.md to enhance local setup instructions and add Docker Registry usage examples
Publish telemt-bot Docker image / build-and-push (push) Successful in 28s
2026-03-09 16:17:01 +07:00
Denozordec eb07c8c78f Update cache configuration in docker-publish workflow to use latest tag and inline caching
Publish telemt-bot Docker image / build-and-push (push) Successful in 48s
2026-03-09 16:12:18 +07:00
Denozordec 4b54cc4544 Refactor tag generation in docker-publish workflow for improved readability
Publish telemt-bot Docker image / build-and-push (push) Failing after 1m3s
2026-03-09 16:10:07 +07:00
Denozordec 29239ffe04 Update docker-publish workflow to trigger on all branches and tags 2026-03-09 16:09:06 +07:00
Denozordec c5f5a562c6 Init Commit 2026-03-09 16:05:44 +07:00