John Preston
|
2d0bcf7dca
|
Resend non-authorization requests on main DC change.
|
2021-08-30 20:32:58 +03:00 |
John Preston
|
267e5fd9e0
|
Allow getting outer_msg_id in MTProto handlers.
|
2021-03-12 16:58:26 +04:00 |
John Preston
|
87eaab15b5
|
Load filters before creating session on log in.
|
2020-06-30 11:02:44 +04:00 |
John Preston
|
90f7f482ee
|
Take main DC and phone prefix from active account.
|
2020-06-29 22:14:24 +04:00 |
John Preston
|
c8efb77520
|
Fix local storage clearing on logout.
|
2020-06-26 14:36:22 +04:00 |
John Preston
|
0bc2bfe630
|
Don't allow two same accounts being logged in.
|
2020-06-24 13:32:07 +04:00 |
John Preston
|
7b0a32b607
|
Add unread unmuted counter to main menu cover.
|
2020-06-23 21:53:44 +04:00 |
John Preston
|
83538675ce
|
Move a lot of settings to Core::Settings.
|
2020-06-23 21:53:42 +04:00 |
John Preston
|
4d6cc58f0d
|
Move session settings to main_session_settings.
|
2020-06-23 21:53:42 +04:00 |
John Preston
|
3a5ede534e
|
Count all accounts in Core::App().unreadBadge.
|
2020-06-23 21:53:41 +04:00 |
John Preston
|
357caf8007
|
Keep separate MTP::Config's for separate accounts.
|
2020-06-23 21:53:41 +04:00 |
John Preston
|
bc144377c0
|
Support logout of a secondary account.
|
2020-06-23 21:53:41 +04:00 |
John Preston
|
ab5796c117
|
Several working accounts together.
|
2020-06-23 21:53:40 +04:00 |
John Preston
|
6fc5e22882
|
Allow several accounts in Core::App.
|
2020-06-23 21:53:40 +04:00 |
John Preston
|
ea86433be5
|
Remove some activeAccount() calls.
|
2020-06-23 21:53:39 +04:00 |
John Preston
|
598fb67cdf
|
Remove Session::Exists() global access point.
|
2020-06-23 21:53:39 +04:00 |
John Preston
|
5f8d22f1f2
|
Remove Auth() global access point.
|
2020-06-23 21:53:39 +04:00 |
John Preston
|
ad4afe9293
|
Move session data localstorage -> storage_account.
|
2020-06-23 21:53:39 +04:00 |
John Preston
|
cbebcb1bc9
|
Fix notification about a new mtproto session.
|
2019-12-02 16:11:22 +03:00 |
John Preston
|
c742d7406c
|
Make MTP::Session handle the connection thread.
|
2019-11-29 15:36:06 +03:00 |
John Preston
|
e6c86b19db
|
Use app config value for QR login.
|
2019-11-29 15:36:06 +03:00 |
John Preston
|
d5718f96b8
|
First working auth by QR code.
|
2019-11-29 15:36:04 +03:00 |
John Preston
|
4edfd4804f
|
Fix destroyed key clearing.
|
2019-11-20 16:33:45 +03:00 |
John Preston
|
cfe12f773f
|
Move some modules to lib_mtproto.
|
2019-11-18 12:28:14 +03:00 |
John Preston
|
2577bedeac
|
Remove mtproto/facade.h from main pch.
|
2019-11-13 11:31:12 +03:00 |
John Preston
|
af818b40aa
|
Version 1.8.12: Apply user settings in Session().
Fixes #6617.
|
2019-10-02 13:47:40 +03:00 |
John Preston
|
ff44094ded
|
Rename AuthSession to Main::Session.
|
2019-07-24 13:45:24 +02:00 |
John Preston
|
9cf4cf6dca
|
Move MTP::Instance to Main::Account.
|
2019-07-24 10:46:23 +02:00 |
John Preston
|
263bbf1788
|
Move _authSession to Main::Account.
|
2019-06-06 12:37:12 +03:00 |
John Preston
|
94c4ea6174
|
Access _authSession through activeAccount().
|
2019-06-05 23:41:51 +03:00 |
John Preston
|
bd2e1ceb02
|
Wrap AuthSession in a new Main::Account object.
|
2019-06-05 22:47:54 +03:00 |