Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

TLImporter 3.0.6

Compare
Choose a tag to compare
@ferferga ferferga released this 25 Apr 16:55
· 3 commits to python since this release

Binaries for Linux are also provided now, alongside with Windows!

  • Upgraded Secret Mode for greater security. Now it works 100% in RAM, nothing is written in disk, so it's way difficult to hack.

  • Changed Secret Mode password with one with 4096 characters of length, which also includes special symbols, so it's almost impossible to crack.

  • Rewrite the whole logic for file parsing, so now it should be compatible with almost 99.99% of the formats out there: As long as it contains UserName: it will be recognised and parsed correctly.

    • (This also means that multiline messages will be handled correctly as well)
    • (The new logic also seemed way faster to process huge txt files in my tests)
  • Upgrade Telethon to the latest available version and layer

  • Handle commits to SentMessageIds table in a much better way, now that it doesn't matter the correspondence of the IDs because Telegram now allows to revoke message for both participants at any time. This only concerns you if you're using TLRevert

  • Fix imports done to Saved Messages: It was caused by API changes in Telegram's side.

  • Make drag and drop more reliable in Linux.

  • General improvements and bugfixes.

  • Make binaries for Linux