aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-06-03Remove gist method for nowMatias Linares1-4/+0
2018-06-03Fix sync infinite recursion.Matias Linares1-1/+1
2018-05-08Use $.post insteadMatias Linares1-2/+1
2018-05-08Use correct endpoint to join a roomMatias Linares1-1/+1
2018-05-08Add invites to sync responseMatias Linares1-1/+20
2018-05-08Add method Str to RoomMatias Linares1-1/+4
2018-05-08Little cleanup for post methodsMatias Linares1-2/+4
2018-05-08Fix infinite recursion.Matias Linares1-1/+1
2018-02-13Remove variable redefinitionMatias Linares1-2/+2
2018-02-13Use new error handling and responsesMatias Linares1-51/+19
2018-02-13Add simple responsesMatias Linares1-0/+86
2018-02-13Add simple error handlingMatias Linares2-9/+29
2018-01-28Add joined-rooms and public-rooms methodsMatias Linares1-1/+24
2018-01-28Add leave-room endpointMatias Linares1-1/+5
2018-01-28Refactor change-avatar and upload methodsMatias Linares1-9/+11
2018-01-28Better format on error message.Matias Linares1-2/+1
2018-01-28Refactor Matrix::Client::RoomMatias Linares1-9/+21
2017-11-02Make user-id and device-id publicMatias Linares1-18/+10
2017-04-28Remove the history cleanup for the requests.Matias Linares1-4/+0
2017-04-12Don't sync every time the rooms and delete room-id param from sendMatias Linares1-4/+2
2017-04-12Rework login/BUILD methodsMatias Linares2-16/+28
2017-04-04Add Profile and methodsMatias Linares2-8/+79
2017-04-03Initial commitMatias Linares4-0/+239