2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-29 21:57:42 +00:00
John Preston c207743338 Made base::lambda a copyable value type.
Now base::lambda can be copied and can wrap any immutable lambda.
For mutable lambdas there is base::lambda_once (which you're
supposed to call only once to pass data through lambda captures,
for example by using std::unique_ptr). Generally base::lambda is
passed by value and base::lambda_once is passed by rvalue reference.
2017-02-26 21:01:23 +03:00
2017-02-23 22:37:09 +01:00
2017-02-18 20:23:50 +01:00
2017-02-18 20:23:50 +01:00
2015-10-03 14:34:56 +03:00
2017-02-20 13:33:57 +03:00

Telegram Desktop Official Messenger

This is the complete source code and the build instructions for the alpha version of the official desktop client for the Telegram messenger, based on the Telegram API and the MTProto secure protocol.

Version Build Status Build status

The source code is published under GPLv3 with OpenSSL exception, the license is available here.

Supported systems

  • Windows XP - Windows 10 (not RT)
  • Mac OS X 10.8 - Mac OS X 10.11
  • Mac OS X 10.6 - Mac OS X 10.7 (separate build)
  • Ubuntu 12.04 - Ubuntu 16.04
  • Fedora 22 - Fedora 24

Third-party

Build instructions

Description
No description provided
Readme Multiple Licenses 220 MiB
Languages
C++ 97%
Objective-C++ 1%
CMake 0.6%
Python 0.5%
CSS 0.2%
Other 0.5%