Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
2019-01-06 | Update pods for doc generation | Matias Linares | 3 | -30/+26 |
2019-01-06 | Add requester page | Matias Linares | 1 | -0/+70 |
2019-01-06 | Add a little script to generate the doc page | Matias Linares | 1 | -0/+46 |
2019-01-06 | Add templates | Matias Linares | 2 | -0/+151 |
2019-01-05 | Update documentation | Matias Linares | 5 | -14/+232 |
2018-10-14 | Merge branch 'master' of ssh://deprecated.org:22333/var/www/cgit/perl6-matrix... | Matias Linares | 3 | -0/+119 |
2018-10-14 | Add script to get all endpoints for documentation. | Matias Linares | 2 | -0/+215 |
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 |
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 |
2018-08-08 | Return '' if there's no m.room.name event for that room | Matias Linares | 2 | -8/+12 |
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 |
2018-06-09 | remove useless say | Matias Linares | 1 | -1/+0 |
2018-06-09 | Reorder sync methods | Matias Linares | 1 | -5/+5 |
2018-06-09 | Use $.whoami to retrieve the user-id | Matias Linares | 1 | -5/+5 |
2018-06-09 | Fix examples in documentation | Matias Linares | 1 | -11/+16 |
2018-06-05 | Add client documentation. | Matias Linares | 1 | -0/+207 |
2018-06-05 | Add basic tutorial. | Matias Linares | 1 | -0/+99 |
2018-06-05 | Don't use the name in gist/Str for a room. | Matias Linares | 1 | -2/+2 |
2018-06-05 | Add return value to joined-rooms | Matias Linares | 1 | -1/+1 |
2018-06-05 | Add login with positional parameters | Matias Linares | 1 | -1/+5 |
2018-06-04 | version bump | Matias Linares | 1 | -1/+1 |
2018-06-04 | return event-id when sending from Matrix::Client::Room | Matias Linares | 1 | -1/+6 |
2018-06-04 | Clean room api a little | Matias Linares | 1 | -23/+7 |
2018-06-04 | Add create-room endpoint | Matias Linares | 1 | -0/+23 |
2018-06-04 | Add whoami endpoint | Matias Linares | 1 | -0/+10 |
2018-06-04 | Rework Matrix::Client initialization | Matias Linares | 2 | -45/+29 |