Age | Commit message (Expand) | Author |
2017-04-04 | Merge pull request #58 from elvisangelaccio/master | Kitsune Ral |
2017-04-04 | Don't extend the spec when calculating the display name | Elvis Angelaccio |
2017-04-02 | Renamed JobHttpType to more fitting HttpVerb; removed Job from enum values | Kitsune Ral |
2017-04-02 | Rotten comments fixes | Kitsune Ral |
2017-04-01 | Merge pull request #57 from elvisangelaccio/default-avatar | Kitsune Ral |
2017-03-30 | Fixed accidental auto-promotion when read marker is out of sight | Kitsune Ral |
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 |