Those are mostly dependencies of tg_owt, which dynamically links
them correctly. tdesktop links against absl_strings on its own
already. libevent is not used at all.
This is a left-over from early porting days.
tdesktop still builds and works with this, including calls.
Joint effort with Andrew Krasavin <noiseless-ak AT yandex DOT ru>.
Tested by lots of people on amd64 amd arm64.
Feedback op
OK abieber op
---
Telegram Desktop is the official desktop client for the Telegram messenger,
based on the Telegram API and the MTProto secure protocol.
Joint effort with Andrew Krasavin <noiseless-ak AT yandex DOT ru>.
Tested by lots of people on amd64 amd arm64.
Feedback op
OK abieber op
---
tg_owt is a WebRTC build for Telegram Desktop (net/tdesktop).
WebRTC is an open source project that enables web browsers with Real-Time
Communications (RTC) capabilities via simple Javascript APIs.
The WebRTC components have been optimized to best serve this purpose.
WebRTC implements the W3C's proposal for video conferencing on the web.
tremc is a curses interface for the Transmission BitTorrent daemon that
can show the list of enqueued torrents, display their stats and also
enqueue torrents.
ports from Thim Cederlund, thanks!
input and ok sthen@
While here also rework the README:
- suggest flags that produces the strictier pledge/unveil policy
- other readability improvements by tracey@
build-tested and ok tracey@
This patch fixes SASL PLAIN sending an accidental null byte over
the wire.
This patch also marks away notifications in query windows as general
events so they can be hidden with M-+.
slight port rework: instead of duplicating upstream's install target,
use it directly and adjust the files afterwards (prompted by upstream
changes to the target)