Use teleirc «one-way»: Disable bridging from IRC->TG or TG->IRC#445
Open
oliveratgithub wants to merge 3 commits intoRITlug:mainfrom
Open
Use teleirc «one-way»: Disable bridging from IRC->TG or TG->IRC#445oliveratgithub wants to merge 3 commits intoRITlug:mainfrom
oliveratgithub wants to merge 3 commits intoRITlug:mainfrom
Conversation
Allows disabling either bridge to go just "one-way": Telegram → IRC, and IRC → Telegram Each are naturally ENABLED by default, but can be individually be disabled using: - a) the CLI arguments `--noirc` and `--notelegram`, - b) via settings env vars `DISABLE_RELAY_TO_IRC=true` and `DISABLE_RELAY_TO_TELEGRAM=true`
* Test fix to for pushing to GHCR * Update circleCI template * docker(build): Updates to `golang:1.25-alpine` * docker-compose(environment): Supports ENV vars Allows building docker image using `docker compose` remotely, and adds support for passable process ENVIRONMENT variables - not failing when no dedicated .env-file is being mapped / available. While it should however retain the backwards-compatibility for still using a .env config file, but ideally using: - a) the CLI argument `--env-file /path/to/.env`, - or b) a `volumes:`-mapping on the docker compose service definition. * circleci: Uses golangci-lint v2.6.1 for `go_1-25` * circleci(go_1-25): Tries to replace codeclimate CodeClimate seems to be no longer existing, «Qlty is from the makers of Code Climate, who built the first cloud-based code quality platform in 2011.»: https://codeclimate.com/blog/code-climate-quality-is-now-qlty-software --------- Co-authored-by: Tim Zabel <tjzabel@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows disabling either bridge to go just "one-way": Telegram → IRC, and IRC → Telegram
Each are naturally ENABLED by default, but can be individually be disabled using:
--muteircand--mutetelegram,DISABLE_RELAY_TO_IRC=trueandDISABLE_RELAY_TO_TELEGRAM=true