Age | Commit message (Expand) | Author |
2019-12-09 | Merge branch 'kitsune-look-further-for-redactions' | Kitsune Ral |
2019-12-08 | Merge pull request #365 from quotient-im/aa13q-msc1954-drop-prev-content | Kitsune Ral |
2019-12-08 | Room::addNewMessageEvents: search the whole sync batch for events to | Kitsune Ral |
2019-12-08 | ConnectionData: stop the timer on destruction | Kitsune Ral |
2019-12-08 | Remove extraneous qualification | Kitsune Ral |
2019-12-06 | MSC1954: Remove prev_content from the essential keys list | Alexey Andreyev |
2019-11-30 | Fix room highlighting for names with hashtag | Alexey Andreyev |
2019-11-19 | BaseJob: Don't send accessToken if not needed; send again on 401 | Kitsune Ral |
2019-11-10 | Cleanup | Kitsune Ral |
2019-11-10 | makeRedacted: fix code formatting | Kitsune Ral |
2019-11-02 | Compatibility with Qt 5.14 | Kitsune Ral |
2019-11-01 | Omittable: Add direct-list-initialising operator=; document | Kitsune Ral |
2019-11-01 | Reinstate Omittable<>::omitted (deprecated) | 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-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 |