summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-23Update META for release v0.6.1v0.6.1Matias Linares1-1/+1
2020-11-23Merge remote-tracking branch 'github/master'Matias Linares1-2/+2
2020-11-23Fix testsMatias Linares2-1/+3
2020-11-23Update main.ymlMatias Linares1-2/+2
2020-09-06Bump version on METAv0.6.0Matias Linares1-1/+1
2020-09-06Add thumbnail endpointMatias Linares2-8/+47
2020-09-06Update endpoints script.Matias Linares3-2/+23
2020-09-06[Github workflow] Change actions/checkout from v2 to v1Matias Linares1-2/+2
2020-09-06Add media store config methodMatias Linares4-40/+92
2020-09-06Provide MediaStoreMatias Linares1-0/+1
2020-05-17Merge branch 'master' of github.com:matiaslina/perl6-matrix-clientMatias Linares1-0/+27
2020-05-17Remove travis.ymlMatias Linares1-9/+0
2020-05-17Create main.ymlMatias Linares1-0/+27
2020-05-17Add MediaStore testsMatias Linares1-0/+49
2020-05-17Fix missing multi methods on the endpoints TODO generatorMatias Linares3-11/+14
2020-05-17Add Matrix::Client::MediaStore classMatias Linares5-11/+89
2020-05-07Bump version 0.5.2v0.5.2Matias Linares2-2/+3
2020-03-24Rename some things to from perl6 to rakuMatias Linares8-5/+36
2020-03-24Remove JSON::Tiny dependency in test/examplesMatias Linares3-4/+5
2019-07-11Use JSON::Fastv0.5.1Matias Linares5-7/+7
2019-06-29Update readmeMatias Linares1-16/+43
2019-06-29Bump versionv0.5.0Matias Linares1-1/+1
2019-06-29Add device management endpointsMatias Linares3-7/+53
2019-06-29Use Authorization header instead query paramMatias Linares1-8/+33
2019-06-29Add generic send event methodMatias Linares1-2/+13
2019-06-18Update version to 0.4.0v0.4.0Matias Linares1-1/+1
2019-06-18Add kick and forget endpointsMatias Linares2-2/+16
2019-06-18Add invite endpointMatias Linares2-1/+9
2019-06-17Add ban and unban endpointsMatias Linares2-2/+19
2019-06-05Upgrade documentationMatias Linares5-14/+296
2019-06-05Get old READMEMatias Linares1-24/+17
2019-06-05Remove debug informationMatias Linares2-2/+0
2019-06-05Add POD declaratorsMatias Linares2-1/+33
2019-06-05Auto check the endpoint if it's found on pod declaratorMatias Linares2-64/+82
2019-06-04Update readmev0.3.0Matias Linares3-44/+61
2019-06-04Fix missing =end podMatias Linares1-0/+2
2019-03-18Separate fallback name from name.Matias Linares1-21/+17
2019-03-18Merge remote-tracking branch 'github/master'Matias Linares3-3/+30
2019-03-18Update endpointsMatias Linares1-2/+2
2019-03-18Better room nameMatias Linares1-3/+27
2019-02-03Add support for room tagsMatias Linares3-3/+30
2018-10-14Merge branch 'master' of ssh://deprecated.org:22333/var/www/cgit/perl6-matrix...Matias Linares3-0/+119
2018-10-14Add script to get all endpoints for documentation.Matias Linares2-0/+215
2018-09-08Add documentation for Matrix::Client::RoomMatias Linares1-0/+68
2018-09-08Add run example.Matias Linares1-0/+21
2018-09-08Add documentation to run method.Matias Linares1-0/+30
2018-08-09Add example to send a messageMatias Linares1-0/+24
2018-08-09Add documentation for directory endpointsMatias Linares1-0/+24
2018-08-08Add /directory/room/<alias> endpointsMatias Linares2-1/+49
2018-08-08Return '' if there's no m.room.name event for that roomMatias Linares2-8/+12