Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-08 | Save connection state while QCoreApplication is still there | Alexey Rusakov | |
This reimplements #558 in a more reliable way. Deconstruction of AccountRegistry may (or may not, yay for static initialisation) occur after deconstruction of QCoreApplication, in which case an attempt to determine the directory for the state fails because it depends on the application object existence. | |||
2022-06-01 | Merge pull request #559 from TobiasFella/removeaccountsloading | Alexey Rusakov | |
2022-05-31 | Remove accounts from accountsLoading when they're no longer loading | Tobias Fella | |
2022-05-31 | #558: Save connection state when destructing accountregistry | Alexey Rusakov | |
2022-05-31 | AccountRegistry: fix dropping an inexistent Connection | Alexey Rusakov | |
On Debug builds this would lead to an assertion failure inside Qt. | |||
2022-05-31 | Save connection state when destructing accountregistry | Tobias Fella | |
2022-05-30 | Cleanup and reformatting | Alexey Rusakov | |
2022-05-29 | Also reemit resolveError | Tobias Fella | |
2022-05-29 | Error handling | Tobias Fella | |
2022-05-29 | Apply suggestions from code review | Tobias Fella | |
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net> | |||
2022-05-27 | Load and store accounts in the keychain | Tobias Fella | |
2022-01-18 | AccountRegistry: derive from QVector and clean up | Alexey Rusakov | |
Notably, Quotient::AccountRegistry::instance() is now deprecated in favour of Quotient::Accounts inline variable. | |||
2021-10-04 | AccountRegistry: minor code cleanup | Alexey Rusakov | |
2021-08-26 | Add AccountRegistry | Tobias Fella | |
Basic session management class; Created from Quaternion's AccountRegistry and NeoChat's AccountListModel. The connections can be accessed by the user's id, this technically limits it to one connection for each matrix account. |