Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-17 | Remove travis.yml | Matias Linares | 1 | -9/+0 | |
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 | |
2018-08-09 | Add example to send a message | Matias Linares | 1 | -0/+24 | |
As requested in #12 | |||||
2018-08-09 | Add documentation for directory endpoints | Matias Linares | 1 | -0/+24 | |
2018-08-08 | Add /directory/room/<alias> endpoints | Matias Linares | 2 | -1/+49 | |
This allows work with the discoverability of the aliases for the rooms. The next step is allow the client to send a message, join, etc, a room with the room alias like #8 and #14 | |||||
2018-08-08 | Return '' if there's no m.room.name event for that room | Matias Linares | 2 | -8/+12 | |
See issue #13 in github. | |||||
2018-08-08 | Add delete method | Matias Linares | 1 | -0/+8 | |
2018-08-08 | Encode just the params for the request | Matias Linares | 1 | -7/+15 | |
2018-08-04 | Add state endpoints | Matias Linares | 1 | -4/+22 | |
2018-08-04 | Remove useless error checking from get-name | Matias Linares | 1 | -6/+2 | |
2018-08-04 | use TWEAK instead of BUILD | Matias Linares | 1 | -10/+1 | |
2018-08-04 | Hide handle-error from backtrace | Matias Linares | 1 | -1/+1 | |
2018-08-04 | Fix sync without parameters | Matias Linares | 1 | -3/+3 | |
2018-08-04 | Add tests | Matias Linares | 4 | -0/+205 | |
2018-06-09 | Version bump | Matias Linares | 1 | -1/+1 | |
2018-06-09 | Add presence methods. | Matias Linares | 3 | -0/+39 | |
This adds a way to change and query the presence for users. Closes #4 | |||||
2018-06-09 | remove useless say | Matias Linares | 1 | -1/+0 | |
2018-06-09 | Reorder sync methods | Matias Linares | 1 | -5/+5 | |