Age | Commit message (Expand) | Author |
2017-03-27 | Map QNetworkReply::UnknownContentError to BaseJob::IncorrectRequestError | Kitsune Ral |
2017-03-28 | Merge pull request #56 from Fxrh/kitsune-retry-on-some-errors | Kitsune Ral |
2017-03-26 | Provide a default avatar | Elvis Angelaccio |
2017-03-25 | Split connectionError into networkError and syncError | Kitsune Ral |
2017-03-25 | Stop sync upon successful logout | Kitsune Ral |
2017-03-25 | Jobs retry on network and timeout errors | Kitsune Ral |
2017-03-25 | Simplified formatJson definition | Kitsune Ral |
2017-03-24 | Connection::joinRoom now returns a job object pointer | Kitsune Ral |
2017-03-24 | BaseJob: Add more error states | Kitsune Ral |
2017-03-24 | Added a missing #include | Kitsune Ral |
2017-03-21 | Fixed to work with older MinGW | Kitsune Ral |
2017-03-20 | Added an example of libqmatrixclient usage | Kitsune Ral |
2017-03-16 | Log RoomMessagesJob's parameters | Kitsune Ral |
2017-03-16 | Fixed warnings about a static lambda defined but unused | Kitsune Ral |
2017-03-16 | Aligned README.md with the one of Quaternion | Kitsune Ral |
2017-03-16 | Merge pull request #55 from Fxrh/kitsune-timeline-items | Kitsune Ral |
2017-03-14 | Room: exposed findInTimeline and related things from Room::Private | Kitsune Ral |
2017-03-10 | Use special indices instead of iterators for persistent pointers into timelin... | Kitsune Ral |
2017-03-09 | Fixed building with VS2013 | Kitsune Ral |
2017-03-09 | Reduce noise in logs | Kitsune Ral |
2017-03-09 | Merge pull request #54 from Fxrh/kitsune-call-server | Kitsune Ral |
2017-03-08 | Room::getPreviousContent() gets a number of messages + Room::postMessage() | Kitsune Ral |
2017-03-08 | Connection::callApi<>, a factory for all API call jobs | Kitsune Ral |
2017-03-08 | Merge pull request #53 from Fxrh/kitsune-fix-adding-events | Kitsune Ral |
2017-03-06 | Fixed building with MSVC | Kitsune Ral |
2017-02-28 | Room: Make sure an event with the same id isn't added twice to the timeline; ... | Kitsune Ral |
2017-02-28 | Renamed logging_util.h to util.h and moved (improved) Owning<> and lookup() t... | Kitsune Ral |
2017-02-28 | Parse event id for all events; timestamp for all except typing and receipts | Kitsune Ral |
2017-02-26 | Skip read events with an empty event id | Kitsune Ral |
2017-02-23 | Receipts internal handling improved | Kitsune Ral |
2017-01-27 | Merge pull request #52 from Fxrh/kitsune-reverse-iterators | Kitsune Ral |
2017-01-17 | Room: Use reverse iterators internally to deal with read markers | Kitsune Ral |
2017-01-11 | Merge pull request #51 from Fxrh/kitsune-traceable-events | Kitsune Ral |
2017-01-08 | Simplified Room::Private::readMarker() code | Kitsune Ral |
2016-11-26 | Room: provide ability to find an event in the timeline by its id | Kitsune Ral |
2016-11-26 | Room: use std::deque for the timeline | Kitsune Ral |
2016-11-26 | Cleanup | Kitsune Ral |
2016-11-25 | Merge pull request #46 from maralorn/crop-avatar | KitsuneRal |
2016-11-25 | Merge pull request #48 from Fxrh/kitsune-unread-messages-in-lib | KitsuneRal |
2016-11-14 | Merge branch 'pragma-once' | Kitsune Ral |
2016-11-14 | Removed no more used files | Kitsune Ral |
2016-11-07 | Fixed a crasher that slipped in the previous commit | Kitsune Ral |
2016-11-07 | Room::doAddNewMessages: Extend auto-promotion to all users, not only local | Kitsune Ral |
2016-11-07 | Merge pull request #49 from Fxrh/kitsune-cleanup | KitsuneRal |
2016-11-06 | Use #pragma once everywhere | Malte Brandy |
2016-11-06 | Room: extend promoteReadMarker over non-local users (again) | Kitsune Ral |
2016-11-03 | Auto-promote the read marker over locally-originated messages | Kitsune Ral |
2016-11-02 | Room: make read marker a Q_PROPERTY; markMessagesAsRead now uses eventId again | Kitsune Ral |
2016-11-01 | Removed unused code | Kitsune Ral |
2016-11-01 | Receipt: eventId is extraneous inside the receipt, since receipts are associa... | Kitsune Ral |