Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |