Current version has known bugs. Testers/developers only.
I2P Service modification of the highly opinionated mtg Telegram proxy.
Telegram
. This repository contains mostly code which
is copied from the original mtg source code, specifically, the
internal/cli
,
internal/utils
and
internal/config
directories. It uses the underlying
mtglib
that is available at
https://github.com/9seconds/mtg
. This approach
was taken in order to retain the maxiumum number of features from mtg. If features
are found to be irrelevant to I2P and also obstructive to our use cases, they may
be removed as well. Otherwise, the modifications are intentionally minimal in order
to make it easy to keep our distribution up-to-date.
Look at MODIFICATIONS.md to see a summary of the modifications made
Once you install the plugin, your MTProto proxy’s base32 address is visible in the file:
$PLUGIN/telegram.i2p.i2p.public.txt
. You can connect to it by creating an I2P tunnel and
configuring it as your MTProto proxy.
MIT License
Copyright (c) 2018 Sergey Arkhipov
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Hide license