index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
connection.cpp
Age
Commit message (
Expand
)
Author
2019-12-23
Connection::forgetRoom: slightly simplify code
Kitsune Ral
2019-12-12
BaseJob: prepare() -> initiate() + refactoring around it
Kitsune Ral
2019-12-12
Connection::uploadFile/Content(): refactoring around QIODevice::open()
Kitsune Ral
2019-11-19
BaseJob: Don't send accessToken if not needed; send again on 401
Kitsune Ral
2019-11-01
Omittable: Add direct-list-initialising operator=; document
Kitsune Ral
2019-11-01
Omittable: get rid of value()
Kitsune Ral
2019-11-01
Derive Omittable<> from std::optional<>
Kitsune Ral
2019-10-21
Connection: record sync timeout; suspend sync before logout
Kitsune Ral
2019-10-21
Connection: make syncLoop() reentrant
Kitsune Ral
2019-10-20
Qualify types in signals and Q_INVOKABLEs
Kitsune Ral
2019-10-17
Connection::joinRoom: make sure the room object is created early enough
Kitsune Ral
2019-09-29
Connection: allRooms(), rooms(), roomsCount(); deprecate roomMap()
Kitsune Ral
2019-09-12
Introduce HashQ<> and UnorderedMap<>
Kitsune Ral
2019-08-20
BaseJob/ConnectionData: connection-wide rate-limiting
Kitsune Ral
2019-08-20
Connection::run()
Kitsune Ral
2019-08-20
Store userId in ConnectionData instead of Connection
Kitsune Ral
2019-08-11
Connection: check for cache_type setting in libQuotient group
Kitsune Ral
2019-08-09
Namespace: QMatrixClient -> Quotient (with back comp alias)
Kitsune Ral
2019-08-09
Rename zero-impact strings
Kitsune Ral
2019-08-02
Apply the new brace wrapping to source files
Kitsune Ral
2019-08-02
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-27
E2EE: introduce EncryptedEvent
Alexey Andreyev
2019-07-12
Minor polish
Kitsune Ral
2019-07-10
Merge pull request #330 from quotient-im/bhat-wellknown
Kitsune Ral
2019-07-09
Add more checks according to the spec
Black Hat
2019-07-09
Merge branch 'master' into use-clang-format
Kitsune Ral
2019-07-09
Move serverPart() to the public API
Kitsune Ral
2019-07-08
E2EE: add new account generation logic
Alexey Andreyev
2019-07-06
Merge branch 'master' into e2ee-enc-mng
Kitsune Ral
2019-07-06
Connection::serverPart: replace auto with QString because of QStringBuilder
Kitsune Ral
2019-07-05
Clean up .well-known logic
Black Hat
2019-07-04
Connection.cpp: Add .well-known parsing in resolveServer()
Black Hat
2019-07-04
Add EncryptionManager class. Add AccountSettings::encryptionAccountPickle logic.
Alexey Andreyev
2019-07-04
Connection::token() is no more
Kitsune Ral
2019-07-03
Room/Connection: make room aliases work properly
Kitsune Ral
2019-07-01
Handle M_UNKNOWN as The Spec says; factor out BaseJob::parseError()
Kitsune Ral
2019-06-24
Merge branch 'master' into clang-format
Kitsune Ral
2019-06-11
Comment change as requested
Ville Ranki
2019-06-11
Remove unnecessary error checks in lib/connection.cpp
Ville Ranki
2019-05-31
Ignore some errors on leaving rooms, add new error enum. Fixes #307
Ville Ranki
2019-05-20
Connection: Fix a race condition in direct chats handling upon initial sync
Kitsune Ral
2019-05-19
Improve wording in a comment
Kitsune Ral
2019-05-19
Connection: use QScopedPointer instead of unique_ptr
Kitsune Ral
2019-05-18
Connection::onSyncSuccess(): fix using after move()
Kitsune Ral
2019-05-03
Connection::stateCacheDir
Kitsune Ral
2019-04-24
Connection::logout: ignore ContentAccessError
Kitsune Ral
2019-04-06
Clean up on clang-tidy/clazy analysis
Kitsune Ral
2019-03-30
Connection: make sure to mark rooms supposed to be direct chats as such
Kitsune Ral
2019-03-27
Connection::domain()
Kitsune Ral
2019-03-10
Room::checkVersion(): be tolerant to already upgraded rooms
Kitsune Ral
[next]