Age | Commit message (Expand) | Author |
2017-05-09 | LeaveRoomJob now accepts a roomId, not a Room object; Room::leaveRoom() intro... | Kitsune Ral |
2017-05-09 | Allow to get a Connection object of the Room | Kitsune Ral |
2017-05-09 | Code cleanup and tweaking (partially driven by clang-tidy) | Kitsune Ral |
2017-05-08 | Make QNetworkAccessManager member a singleton | Kitsune Ral |
2017-05-01 | Merge pull request #61 from elvisangelaccio/qloggingcategory | Kitsune Ral |
2017-04-30 | Port to categorized logging | Elvis Angelaccio |
2017-04-20 | Merge pull request #60 from elvisangelaccio/dont-discard-avatars | Kitsune Ral |
2017-04-19 | Don't discard avatars as well | Elvis Angelaccio |
2017-04-18 | Added markAllMessagesAsRead() | Kitsune Ral |
2017-04-18 | Use localeAwareCompare() to sort room members | Kitsune Ral |
2017-04-17 | Merge pull request #59 from elvisangelaccio/fix-displayname | Kitsune Ral |
2017-04-17 | Don't discard user display names upon leave membership events | Elvis Angelaccio |
2017-04-16 | Make sure message body is treated as plain text | Kitsune Ral |
2017-04-14 | Enable PostMessageJob to send rich text messages | Kitsune Ral |
2017-04-13 | Use own copy of MIME database on Windows | Kitsune Ral |
2017-04-05 | Make Room data Q_PROPERTY's so that they could be accessed from QML too | Kitsune Ral |
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 |