You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Folks, what do you think about this: libregram#1 : I'd like to create a pull request into this (your) tdesktop repo, with changes/additions described below (no code changes currently done, I plan this). I'd like to add allowing for custom implementations for every chat (for every tdesktop gui chatlist entry): create pure virtual class chat with horde of pure virtual methods. And implement standard tg chats through this abstract class.
Will you merge this work (pull request) in, if perfectly done? I've not yet studied the tdesktop code.
The text was updated successfully, but these errors were encountered:
nonlin-lin-chaos-order-etc-etal
changed the title
Opening the tdesktop architecture: plugins for chats
Opening the tdesktop architecture: planning: plugins for chats
Jan 26, 2019
nonlin-lin-chaos-order-etc-etal
changed the title
Opening the tdesktop architecture: planning: plugins for chats
Opening the tdesktop architecture: planning: pure virtual class chat
Jan 28, 2019
I'm not sure this is possible in tdesktop. I think you'd better look into the code first for better understanding what you want to do there exactly. For example, there is no such thing as "gui chatlist entry" and I can't imagine what you could really customize in chats list through plugins.
And I don't think such virtual class based approach is a good way to implement plugin system.
Even if it was, this is a perfect example of PRs which don't really fit well with "What contributions are accepted?"
Folks, what do you think about this: libregram#1 : I'd like to create a pull request into this (your) tdesktop repo, with changes/additions described below (no code changes currently done, I plan this). I'd like to add allowing for custom implementations for every chat (for every tdesktop gui chatlist entry): create pure virtual class chat with horde of pure virtual methods. And implement standard tg chats through this abstract class.
Will you merge this work (pull request) in, if perfectly done? I've not yet studied the tdesktop code.
The text was updated successfully, but these errors were encountered: