Age | Commit message (Expand) | Author |
2017-10-14 | Actually added generated/profile.* files, needed to change display name | Kitsune Ral |
2017-10-14 | LogoutJob is supplied by generated code | Kitsune Ral |
2017-10-14 | Leaving a room now uses a generated Job file | Kitsune Ral |
2017-10-14 | Make JoinState (de)serializable library-wide | Kitsune Ral |
2017-10-14 | Cleanup around Room (potentially breaks API compatibility, beware) | Kitsune Ral |
2017-10-13 | Support banning and unbanning | Kitsune Ral |
2017-10-13 | Cleaner generated files | Kitsune Ral |
2017-10-13 | Extend the number of types supported by fromJson<>() | Kitsune Ral |
2017-10-13 | All jobs: Drop ConnectionData parameter from the constructor | Kitsune Ral |
2017-09-22 | BaseJob: Log the sent request more nicely | Kitsune Ral |
2017-09-21 | jobs: SetRoomStateJob (with or without state key); setting room topic | Kitsune Ral |
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 |