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
2017-05-17Handle roomlist requests during connectionmjentsch
2017-03-14Merge branch 'EionRobb-group-typing-notifications' into dev-1.4.0mjentsch
Merges pull request #359
2017-03-13Support typing notifications using the group-typing-notifications pluginEion Robb
See https://github.com/EionRobb/pidgin-groupchat-typing-notifications
2016-11-12Add support for a /kick command in chat roomsEion Robb
2016-04-03Fix history in Adium, store channel sequence as account options instead of ↵mjentsch
the blist
2016-03-23Experimental support for channel historymjentsch
Fetch missing channel history, keep track of message IDs. Still broken in Adium.
2016-02-17Remove unneeded codemjentsch
2016-02-14Support leaving channels and exporting channel invite linksmjentsch
2016-02-07Support supergroups and displaying channel membersmjentsch
Change all channels to be chats instead of regular buddies and implement fetching channel memberships. Remove some unneeded code scraps from old channel handling.
2015-12-29Fix glib log errors on joining chats and clean up codemjentsch
2015-12-19Fix auto-joining chatsmjentsch
2015-12-09Fix regressions: chat actions not available for chatsmjentsch
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-22Remove dead code and unused functionsmjentsch
2015-09-12Don't automatically add all chats to the buddy listmjentsch
This should fix issue where left chats show up in the blist and cannot be removed anymore and broken Adium bookmarks. This patch should make the whole chat handling much more native to libpurple, in which chats are added through the chatlist, the join-chat window or automatically when incoming messages are received. Add a new option "Add chats to buddy list" in case anyone wants the old behavior.
2015-09-12Provide chat info defaults to allow joining chats from roomlistmjentsch
2015-09-08Add support for roomlistsmjentsch
2015-09-08Improve group chat managementmjentsch
Load full chat info lazily, prevents useless network request and should fix issues with delays through flood errors when handling big amounts of user chats. Handle chat participant deletions and additions correctly and only touch the user list when it is actually updated, this should fix some issues with printing annoying messages in Finch and users not showing up in the buddy list in certain situations. Only add chats to buddy list that are actively joined or receive incoming message, which should help keeping the buddy list more tidy when using much chats.
2015-03-12Repository cleanup and housekeepingmjentsch
2015-01-28Do not add group chats in which the user is not a membermjentsch
Clean up and refactor group chat code, move chat functions into separate file, always load all chat infos on plugin load so we know the members.