index
:
libquotient
master
Unnamed repository; edit this file 'description' to name the repository.
Nicolas Peugnet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jobs
Age
Commit message (
Expand
)
Author
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-01
BaseJob::Data: expose constructors from QJsonObject
Kitsune Ral
2017-08-19
BaseJob::Data: Small update to better match Qt API
Kitsune Ral
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
[next]