Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-27 | Update github action | Matias Linares | 1 | -2/+10 | |
2020-12-27 | Update room documentation | Matias Linares | 2 | -6/+110 | |
2020-12-27 | Complete messages method for Matrix::Client::Room | Matias Linares | 2 | -4/+26 | |
2020-12-26 | Implement membership endpoints for Matrix::Client::Room | Matias Linares | 3 | -30/+103 | |
This implements for room endpoints: * Join a room * Get a single event * Get states * Get room aliases * Get room members | |||||
2020-11-23 | Update META for release v0.6.1v0.6.1 | Matias Linares | 1 | -1/+1 | |
2020-11-23 | Merge remote-tracking branch 'github/master' | Matias Linares | 1 | -2/+2 | |
2020-11-23 | Fix tests | Matias Linares | 2 | -1/+3 | |
2020-11-23 | Update main.yml | Matias Linares | 1 | -2/+2 | |
2020-09-06 | Bump version on METAv0.6.0 | Matias Linares | 1 | -1/+1 | |
2020-09-06 | Add thumbnail endpoint | Matias Linares | 2 | -8/+47 | |
2020-09-06 | Update endpoints script. | Matias Linares | 3 | -2/+23 | |
Show the total of endpoints implemented at the end | |||||
2020-09-06 | [Github workflow] Change actions/checkout from v2 to v1 | Matias Linares | 1 | -2/+2 | |
2020-09-06 | Add media store config method | Matias Linares | 4 | -40/+92 | |
2020-09-06 | Provide MediaStore | Matias Linares | 1 | -0/+1 | |
2020-05-17 | Merge branch 'master' of github.com:matiaslina/perl6-matrix-client | Matias Linares | 1 | -0/+27 | |
2020-05-17 | Remove travis.yml | Matias Linares | 1 | -9/+0 | |
2020-05-17 | Create main.yml | Matias Linares | 1 | -0/+27 | |
2020-05-17 | Add MediaStore tests | Matias Linares | 1 | -0/+49 | |
2020-05-17 | Fix missing multi methods on the endpoints TODO generator | Matias Linares | 3 | -11/+14 | |
2020-05-17 | Add Matrix::Client::MediaStore class | Matias Linares | 5 | -11/+89 | |
This is to wrap all the endpoints pointing to the media store. | |||||
2020-05-07 | Bump version 0.5.2v0.5.2 | Matias Linares | 2 | -2/+3 | |
2020-03-24 | Rename some things to from perl6 to raku | Matias Linares | 8 | -5/+36 | |
2020-03-24 | Remove JSON::Tiny dependency in test/examples | Matias Linares | 3 | -4/+5 | |
2019-07-11 | Use JSON::Fastv0.5.1 | Matias Linares | 5 | -7/+7 | |
2019-06-29 | Update readme | Matias Linares | 1 | -16/+43 | |
2019-06-29 | Bump versionv0.5.0 | Matias Linares | 1 | -1/+1 | |
2019-06-29 | Add device management endpoints | Matias Linares | 3 | -7/+53 | |
Missing delete methods only | |||||
2019-06-29 | Use Authorization header instead query param | Matias Linares | 1 | -8/+33 | |
2019-06-29 | Add generic send event method | Matias Linares | 1 | -2/+13 | |
2019-06-18 | Update version to 0.4.0v0.4.0 | Matias Linares | 1 | -1/+1 | |
2019-06-18 | Add kick and forget endpoints | Matias Linares | 2 | -2/+16 | |
2019-06-18 | Add invite endpoint | Matias Linares | 2 | -1/+9 | |
2019-06-17 | Add ban and unban endpoints | Matias Linares | 2 | -2/+19 | |
2019-06-05 | Upgrade documentation | Matias Linares | 5 | -14/+296 | |
2019-06-05 | Get old README | Matias Linares | 1 | -24/+17 | |
2019-06-05 | Remove debug information | Matias Linares | 2 | -2/+0 | |
2019-06-05 | Add POD declarators | Matias Linares | 2 | -1/+33 | |
2019-06-05 | Auto check the endpoint if it's found on pod declarator | Matias Linares | 2 | -64/+82 | |
2019-06-04 | Update readmev0.3.0 | Matias Linares | 3 | -44/+61 | |
2019-06-04 | Fix missing =end pod | Matias Linares | 1 | -0/+2 | |
2019-03-18 | Separate fallback name from name. | Matias Linares | 1 | -21/+17 | |
2019-03-18 | Merge remote-tracking branch 'github/master' | Matias Linares | 3 | -3/+30 | |
2019-03-18 | Update endpoints | Matias Linares | 1 | -2/+2 | |
2019-03-18 | Better room name | Matias Linares | 1 | -3/+27 | |
2019-02-03 | Add support for room tags | Matias Linares | 3 | -3/+30 | |
2018-10-14 | Merge branch 'master' of ↵ | Matias Linares | 3 | -0/+119 | |
ssh://deprecated.org:22333/var/www/cgit/perl6-matrix-client | |||||
2018-10-14 | Add script to get all endpoints for documentation. | Matias Linares | 2 | -0/+215 | |
Also the first endpoints.md with all the implemented methods | |||||
2018-09-08 | Add documentation for Matrix::Client::Room | Matias Linares | 1 | -0/+68 | |
2018-09-08 | Add run example. | Matias Linares | 1 | -0/+21 | |
2018-09-08 | Add documentation to run method. | Matias Linares | 1 | -0/+30 | |