aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-03Add `since` parameter to basic syncMatias Linares1-2/+2
2018-06-03Return True on success loginMatias Linares1-0/+2
2018-06-03Add room-id to StateEventsMatias Linares1-5/+5
2018-06-03Change TXN-ID to use time by default.Matias Linares2-3/+2
2018-06-03Remove gist method for nowMatias Linares1-4/+0
2018-06-03Fix sync infinite recursion.Matias Linares2-2/+2
2018-05-08Use $.post insteadMatias Linares1-2/+1
2018-05-08Use correct endpoint to join a roomMatias Linares1-1/+1
2018-05-08Update version on META6.jsonv0.2.1Matias 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-13Version bumpMatias Linares1-5/+7
2018-02-13Add Exception to testsMatias Linares1-0/+1
2018-02-13Remove variable redefinitionMatias Linares1-2/+2
2018-02-13Add Response to testsMatias Linares1-0/+1
2018-02-13Update example to use the new ResponseMatias Linares1-36/+17
2018-02-13Use new error handling and responsesMatias Linares1-51/+19
2018-02-13Update gitignoreMatias Linares1-0/+1
2018-02-13Add simple responsesMatias Linares1-0/+86
2018-02-13Add simple error handlingMatias Linares2-9/+29
2018-01-28Bump versionMatias Linares1-1/+1
2018-01-28Update examplesMatias Linares1-3/+8
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
* Add name() method * Add leave() endpoint * Better BUILD and gist
2018-01-23Don't use parse-names in examples.Matias Linares1-6/+0
2017-11-02Make user-id and device-id publicMatias Linares1-18/+10
2017-10-11Rename testsMatias Linares2-3/+2
2017-10-11Update test dependenciesMatias Linares1-1/+2
2017-10-11Fix typoMatias Linares1-1/+1
2017-10-11Add travis configMatias Linares1-0/+9
2017-04-28Remove the history cleanup for the requests.Matias Linares2-5/+1
HTTP::UserAgent fixed a memory leak for the history (https://github.com/sergot/http-useragent/commit/60c21b9672a5c377e5ffd967aaea025e47816b27) Since it's a change with the public API of the library and fixes the memory problems on a long running process, we don't need this hack anymore
2017-04-28Merge pull request #1 from samcv/SPDX-licenseMatias Linares1-0/+1
Use SPDX identifier in license field of META6.json
2017-04-27Use SPDX identifier in license field of META6.jsonSamantha McVey1-0/+1
Use the standardized identifier for the license field. For more details see https://design.perl6.org/S22.html#license
2017-04-13Add source-url to META6.jsonMatias Linares1-1/+2
2017-04-12Update META6.jsonMatias Linares1-5/+5
2017-04-12Fix typoMatias Linares1-1/+1
2017-04-12Update README/examplesMatias Linares3-4/+17
2017-04-12Don't sync every time the rooms and delete room-id param from sendMatias Linares1-4/+2
method
2017-04-12Rework login/BUILD methodsMatias Linares2-16/+28
2017-04-07Add LicenceMatias Linares1-0/+201
2017-04-07Update READMEMatias Linares1-2/+2
2017-04-04Add cool iconMatias Linares1-0/+0
2017-04-04Add Profile and methodsMatias Linares2-8/+79
2017-04-04Fix formatting on readmeMatias Linares1-13/+11
2017-04-04Add readmeMatias Linares2-0/+24