Age | Commit message (Expand) | Author |
2017-09-02 | Use status return type for parseJson | Roman Plášil |
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 |
2016-10-21 | Fixed building on VS2013 | Kitsune Ral |
2016-10-17 | Changed the order of arguments in SyncJob::SyncJob() | Kitsune Ral |
2016-10-15 | BaseJob: Use saved parameters instead of overriding apiPath(), query() and da... | Kitsune Ral |
2016-10-14 | MediaThumbnailJob: Use QSize instead of two separate int's for size | Kitsune Ral |
2016-10-11 | Merge pull request #32 from Fxrh/kitsune-memory-care | Felix Rohrbach |
2016-10-11 | Removed long obsolete initialsyncjob.* files (fixes #37) | Kitsune Ral |
2016-10-07 | Fix building with VS2013 | Kitsune Ral |
2016-10-07 | Fixed massive leaks of Event objects | Kitsune Ral |
2016-09-11 | Explicitly stop the timer in finishJob() | Kitsune Ral |
2016-09-08 | Fix MediaThumbnailJob | Felix Rohrbach |
2016-09-06 | Connection: homeserver(); Connection and ConnectionData: accessToken(); acces... | Kitsune Ral |
2016-08-31 | QList<Event*> -> using Events=QVector<Event*> | Kitsune Ral |
2016-08-23 | Merge pull request #18 from Fxrh/kitsune-use-qvector-with-nonpointers | Felix Rohrbach |
2016-08-23 | CheckAuthMethods: fixed parseJson() to return some value | Kitsune Ral |
2016-08-23 | Merge pull request #15 from Fxrh/kitsune-dropped-kcoreaddons | KitsuneRal |
2016-08-22 | Replaced QList<> with QVector<> where appropriate + minor code cleanup | Kitsune Ral |
2016-07-28 | Cleanup | Kitsune Ral |
2016-07-28 | Fixed double-emission of signal(s) on job timeout + general cleanup | Kitsune Ral |
2016-07-27 | Introduce Status class + BaseJob::{checkReply,parseReply,parseJson} now retur... | Kitsune Ral |