Age | Commit message (Expand) | Author |
2017-09-21 | Merge branch 'master' into kitsune-invite-kick | Kitsune Ral |
2017-09-20 | BaseJob: track the outcome of sendRequest() in the logs | Kitsune Ral |
2017-09-20 | Minor optimisations in sync data parsing | Kitsune Ral |
2017-09-19 | Merge branch 'master' into cache-state-to-json | Kitsune Ral |
2017-09-19 | BaseJob: improved logging | Kitsune Ral |
2017-09-19 | Fix a race condition leading to a crash on close | Kitsune Ral |
2017-09-16 | Merge branch 'master' into kitsune-invite-kick | Kitsune Ral |
2017-09-15 | MediaThumbnailJob: get rid of useless pimpl; add scaledThumbnail() | Kitsune Ral |
2017-09-13 | Add a missing #include | Kitsune Ral |
2017-09-09 | Kicking, inviting, exposing rooms in Invite state | Kitsune Ral |
2017-09-09 | First files made by api-generator | Kitsune Ral |
2017-09-09 | converters.h: Facility methods for generated jobs | Kitsune Ral |
2017-09-08 | Revert previous commit as it breaks building with VC 2015 | Kitsune Ral |
2017-09-05 | Initialize more properly to fix a warning | Kitsune Ral |
2017-09-04 | Use move on SyncData | Roman Plášil |
2017-09-04 | Use SyncJob::SyncData as a plain member | Roman Plášil |
2017-09-03 | More fixes | Roman Plášil |
2017-09-02 | Use status return type for parseJson | Roman Plášil |
2017-09-01 | BaseJob::Data: expose constructors from QJsonObject | Kitsune Ral |
2017-08-19 | BaseJob::Data: Small update to better match Qt API | Kitsune Ral |
2017-08-16 | Implement saving save to enable incremental sync even after shutdown | Roman Plášil |
2017-07-22 | SendEventJob: Fixed empty transaction id's | Kitsune Ral |
2017-06-27 | Enable sending RoomMessageEvents | Kitsune Ral |
2017-06-22 | BaseJob::* facility classes: better construction | Kitsune Ral |
2017-05-22 | Refactored Events | Kitsune Ral |
2017-05-22 | Cleanup | Kitsune Ral |
2017-05-17 | Merge pull request #62 from Fxrh/kitsune-refactoring | Kitsune Ral |
2017-05-13 | More code cleanup and tweaks; fine-tuning logs; performance improvements | Kitsune Ral |
2017-05-13 | Refactored logging enhancements | Kitsune Ral |
2017-05-12 | BaseJob: Do not leak access token into the job configuration | Kitsune Ral |
2017-05-09 | LeaveRoomJob now accepts a roomId, not a Room object; Room::leaveRoom() intro... | Kitsune Ral |
2017-05-09 | Code cleanup and tweaking (partially driven by clang-tidy) | Kitsune Ral |
2017-04-30 | Port to categorized logging | Elvis Angelaccio |
2017-04-14 | Enable PostMessageJob to send rich text messages | Kitsune Ral |
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-03-27 | Map QNetworkReply::UnknownContentError to BaseJob::IncorrectRequestError | Kitsune Ral |
2017-03-25 | Jobs retry on network and timeout errors | Kitsune Ral |
2017-03-24 | BaseJob: Add more error states | Kitsune Ral |
2017-03-16 | Log RoomMessagesJob's parameters | Kitsune Ral |
2017-03-08 | Connection::callApi<>, a factory for all API call jobs | 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 |
2016-11-26 | Cleanup | Kitsune Ral |
2016-11-14 | Merge branch 'pragma-once' | Kitsune Ral |
2016-11-14 | Removed no more used files | Kitsune Ral |
2016-11-06 | Use #pragma once everywhere | Malte Brandy |
2016-11-01 | Removed unused code | Kitsune Ral |
2016-11-01 | Removed unused #includes | Kitsune Ral |
2016-10-31 | Code cleanup upon inspection in CLion | Kitsune Ral |