Age | Commit message (Expand) | Author |
2019-10-21 | Connection: record sync timeout; suspend sync before logout | Kitsune Ral |
2019-10-21 | Connection: make syncLoop() reentrant | Kitsune Ral |
2019-10-21 | Merge branch 'kitsune-quotest2' | Kitsune Ral |
2019-10-21 | ConnectionData: fix read-after-free in clearing the job queue | Kitsune Ral |
2019-10-20 | Qualify types in signals and Q_INVOKABLEs | Kitsune Ral |
2019-10-18 | qmc-example -> quotest, QMCTest -> TestManager | Kitsune Ral |
2019-10-17 | Connection::joinRoom: make sure the room object is created early enough | Kitsune Ral |
2019-10-02 | Fix Room::localAliases() | Black Hat |
2019-10-02 | BaseJob::Private: experiment with [[nodiscard]] | Kitsune Ral |
2019-10-02 | More fixes for Apple not having deduction guides in stdlib | Kitsune Ral |
2019-10-02 | wrap_in_function() | Kitsune Ral |
2019-10-01 | Room::getCurrentState() | Kitsune Ral |
2019-09-29 | Connection: allRooms(), rooms(), roomsCount(); deprecate roomMap() | Kitsune Ral |
2019-09-29 | BaseJob, urlForLog() -> dumpRequest(): include HTTP verb into log lines | Kitsune Ral |
2019-09-29 | Rename pieces with qmc/qmatrixclient | Kitsune Ral |
2019-09-29 | function_traits: drop unused pieces | Kitsune Ral |
2019-09-29 | Simplify visit() signature | Kitsune Ral |
2019-09-29 | Make connectSingleShot work wherever QObject::connect works | Kitsune Ral |
2019-09-29 | Settings: childGroups() should merge legacy and current groups; QMC->QTNT in ... | Kitsune Ral |
2019-09-29 | Fix formatting weirdness | Kitsune Ral |
2019-09-24 | Room: cleanup | Kitsune Ral |
2019-09-12 | Introduce HashQ<> and UnorderedMap<> | Kitsune Ral |
2019-08-29 | Merge pull request #348 from quotient-im/kitsune-better-basejob | Kitsune Ral |
2019-08-27 | More compliant 'using' for chrono_literals | Kitsune Ral |
2019-08-27 | Don't use enumerator attributes | Kitsune Ral |
2019-08-27 | Tighten the code; add a missing #include | Kitsune Ral |
2019-08-26 | Room::calculateDisplayname: use local aliases for room naming | Kitsune Ral |
2019-08-26 | setAvatarForRoom: try recover from otherAvatars inconsistency | Kitsune Ral |
2019-08-25 | RoomMessageEvent::content(): constify event content | Kitsune Ral |
2019-08-20 | BaseJob/ConnectionData: connection-wide rate-limiting | Kitsune Ral |
2019-08-20 | BaseJob: Status/StatusCode tweaks, cleanup, mo' comments | Kitsune Ral |
2019-08-20 | Connection::run() | Kitsune Ral |
2019-08-20 | Store userId in ConnectionData instead of Connection | Kitsune Ral |
2019-08-19 | Room::Private::doSendEvent: fix too early change in BaseJob signals | Kitsune Ral |
2019-08-18 | room.cpp: applied clang-format with updated penalty values | Kitsune Ral |
2019-08-18 | Room: use new logging categories | Kitsune Ral |
2019-08-18 | Room::decryptMessage: now with the header file changes | Kitsune Ral |
2019-08-18 | Merge pull request #345 from rpallai/UnreadNotifsChange | Kitsune Ral |
2019-08-18 | Room::decryptMessage: fix memory leaks and dangling pointers | Kitsune Ral |
2019-08-18 | New logging categories: events.state, events.messages, and e2ee | Kitsune Ral |
2019-08-17 | Update the cache for sure if unread counters were changed | Roland Pallai |
2019-08-16 | BaseJob: support M_USER_DEACTIVATED error code | Kitsune Ral |
2019-08-13 | Support for server notices rooms (MSC1452) | Kitsune Ral |
2019-08-12 | e2ee.h: Make constants inline instead of static | Kitsune Ral |
2019-08-12 | Make Settings::remove() to clear the legacy; more doc-comments | Kitsune Ral |
2019-08-11 | Use [[maybe_unused]] instead of [[gnu::unused]] | Kitsune Ral |
2019-08-11 | Now that we're C++17, remove old compatibility cruft | Kitsune Ral |
2019-08-11 | Drop EventType namespace and DEFINE_EVENTTYPE_ALIAS macro | Kitsune Ral |
2019-08-11 | Connection: check for cache_type setting in libQuotient group | Kitsune Ral |
2019-08-11 | SyncData: x-qmatrixclient -> x-quotient | Kitsune Ral |