ars3niy / tdlib-purple

libpurple Telegram plugin using tdlib
Other
147 stars 29 forks source link

Don't add group chats that we are not a member of #163

Open Thaodan opened 2 years ago

Thaodan commented 2 years ago

Resolves #150 #157

BenWiederhake commented 1 year ago

Hey there, I've collected all open PRs into my master branch. I don't make any promises about keeping it up-to-date though.

https://github.com/BenWiederhake/tdlib-purple/#new-libpurple-plugin-for-telegram

bmomjian commented 1 year ago

I needed the fix for #157 due to recent malicious spamming to my account. I was able to build/install @BenWiederhake's fork on Ubuntu 20.04 by also installing gperf so configure succeeded. I assume this will fix the spamming problem, and if not I will report back.

It would be nice if a new release can be made so manual builds can be avoided. @BenWiederhake, thanks for creating this fork in the mean time.