Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-20Merge branch 'dev-1.2.3' into dev-1.3.0mjentsch
2015-12-12Fix reconnect failingmjentsch
Fail complete connection when a reconnect to the main data center fails.
2015-12-05Update copyright stringsmjentsch
Add current year where its left out, add missing authors and remove authors without any contributions in that file.
2015-11-26Clean up stringsBen Wiederhake
2015-11-26Polish some moreBen Wiederhake
2015-11-26Clarify messages, use 'please' where appropriateBen Wiederhake
2015-11-23Clean up the include messmjentsch
Keep all libtgl and telegram-purple includes in telegram-purple.h to prevent duplication of all those includes. Remove redundant includes.
2015-11-22More cleanup and refactoringmjentsch
2015-11-21Cleanup and coding guidelinesmjentsch
2015-11-21Fix static analysis warningmjentsch
2015-10-24Use send()/recv() on socketsEion Robb
and apply it to the right branch this time
2015-10-22Allow compiling on WindowsEion Robb
2015-10-19Try to fix failing reconnect after hibernateMatthias Jentsch
2015-10-07Fix translations to be at least passable.Ben Wiederhake
2015-10-06Translate a few more left-out stringsmjentsch
2015-10-06Translate strings in telegram-purplemjentsch
2015-10-04Fix inclusion type.Ben Wiederhake
2015-10-04Build telegram-purple and libtgl without OpenSSL (skip when bisecting).Ben Wiederhake
This version still tries to load a PEM file, although libtgl --disable-openssl does not support it. Since there are several ways to resolve it, this switch away from OpenSSL and its solution should be different commits.
2015-08-29Remove network logging temporarilymjentsch
2015-07-11remove unused functions and clean upmjentsch
2015-07-11Update tgl versionmjentsch
2015-06-15Fix loggingmjentsch
2015-05-24Add support for displaying stickers in chatsmjentsch
2015-05-23Update to libtgl v2mjentsch
2015-04-06Handle DC updates during authenticationmjentsch
2015-03-12Repository cleanup and housekeepingmjentsch
2015-01-30Fix debug logging linebreaksmjentsch
2015-01-23Fix coding style and remove old commented-out codemjentsch
2015-01-09Remove exponential timeouts to prevent segfaultsmjentsch
Do not create the reconnection timeout, since we don't use it anymore and it caused segfaults.
2014-12-31Error connection instead of reconnectingmjentsch
Reconnection attempts are expected to be handled by libpurple and not by the protocol plugin, so it is visible to the user when the connection is not working.
2014-12-26Move functions and defintions for plugin-internal structs into separate file ↵mjentsch
and fix memory leak
2014-11-27Use latest version of tglvvaltman
2014-11-21Prevent infinite loop on lost network connectionmjentsch
Increase the timeout exponentially on failed connections to prevent an infinite loop of reconnects.
2014-11-21Accept conn_failed as valid state on timeoutsmjentsch
When the internet connection is lost, in some cases libpurple can return a file descriptor without any error that is still not writable or readable. In that case, the connection would remain in the state conn_error until the next ping timeout, which has been causing an assertion error until now.
2014-11-16Fix coding guidelinesmjentsch
2014-11-15Free read-event properly in tgln_freemjentsch
2014-11-11Slightly working versionVysheng