Commit Graph

12 Commits

Author SHA1 Message Date
Andrea Cavalli
53d4e14c7d Merge remote-tracking branch 'td/master' 2021-12-28 19:12:09 +01:00
levlam
b4925dc4d2 Mention that sed, tar and wget utilities are required to build tdweb. 2021-12-27 00:34:14 +03:00
Andrea Cavalli
45e855f89d Remove most memory related features
I can't maintain anymore this amount of features while keeping the library constantly updated and without bugs. Every merge was taking me multiple hours of revisioning the code. I give up.
From this commit onwards TDLight will only have small useful customizations that are easy to maintain.
Now the people relying on the OptimizeMemory method can restart the session every N hours to free up the memory.
The real way to keep a low memory usage must involve a huge refactoring to allow the unloading of the caches into the sqlite database, similar to what's already happening with messages data. Only Levlam has the ability to implement this without needing to merge the upstream everytime.
2021-09-25 22:11:42 +02:00
levlam
5efe95a2e0 Remove "Installing dependencies" section from README in favor of build instructions generator. 2021-09-06 13:29:44 +03:00
levlam
6e9a2cb395 Update recommended Emscripten version.
GitOrigin-RevId: 99502278d1de3bdc78eae343bffd991505cacfa9
2020-10-12 01:10:55 +03:00
levlam
2635dfb53c Specify exact emsdk version in tdweb README.
GitOrigin-RevId: c04d31f9b91d1bdaee31643966f851e25448eb81
2020-01-06 19:30:40 +03:00
Arseny Smirnov
1a3d31949e @arseny30/tdweb -> tdweb
GitOrigin-RevId: a93238e7ee66c6403f67a212ef296c5c89f5e05a
2019-04-30 18:02:08 +03:00
levlam
ec849f86b2 tdweb: prettify documentation.
GitOrigin-RevId: f61800e92f2df4269d28921592b3ec4bd6e36579
2019-04-29 20:06:18 +03:00
levlam
45ae774bf9 Add README to tdweb package.
GitOrigin-RevId: 448a7a5f54a1cf5b08bb2062c38cde5c47b6f832
2019-04-28 02:38:43 +03:00
levlam
d280e6a5cc Update WebAssembly section in build.html.
GitOrigin-RevId: 2fec19ab7de21cccc7c34fb9fd83aeaadf9de1f0
2019-04-25 18:56:01 +03:00
levlam
5cc40abeba tdweb: add 'init' and 'start' to the list of unsupported methods.
GitOrigin-RevId: 5bdb0dbcfee13fff76312d1408ff7c340732df88
2019-04-24 00:06:39 +03:00
levlam
6d0ceb9c1b Add web example README.
GitOrigin-RevId: 16f423f0f09b5f144cdbb6975110bf7316fb9cdd
2018-12-24 05:02:53 +03:00