Skip to content

Tags: seriyps/mtproto_proxy

Tags

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
seriyps Sergey Prokhorov
Use OTP logger instead of lager.

0.7.4

Toggle 0.7.4's commit message

Verified

This commit was signed with the committer’s verified signature.
seriyps Sergey Prokhorov
Modernisations

* Add variable-length ClientHello
* Make it compile on OTP 27+
* Upgrade OTP versions in CI

0.7.3

Toggle 0.7.3's commit message
* Use seriyps.com instead of .RU

* Support OTP-26, drop pre-otp-23
* Fix a few dialyzer warnings

0.7.2

Toggle 0.7.2's commit message
* Migrate CI to Github actions, make sure it works on OTP-24 and OTP-25

* Handle situation when Telegram backend sends unexpected RPC (now it is `<<223,162,48,87>>` with 8 byte payload)

0.7.1

Toggle 0.7.1's commit message
* Migrate to the newer Erlang versions

* Option to disable crc32 checks to save a bit of CPU
* Minor cleanups

0.7.0

Toggle 0.7.0's commit message
* Maturing Fake-TLS

* Connection policies
* Configuration reload without downtime
* Better handle telegram servers disconnects
* Added option to close connections with RST

0.6.1

Toggle 0.6.1's commit message
* Fix TLS to look like TLSv1.3

* Interactive installer script

0.6.0

Toggle 0.6.0's commit message
* Fake TLS

* Codecs refactoring
* IPv6 for clients

0.5.1

Toggle 0.5.1's commit message
* hex.pm related fixes

* use psq from hex.pm

0.5.0

Toggle 0.5.0's commit message
* Multiplexing in master

* Replay attack protection
* Common tests
* Property-based tests