Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-09-06 | Add thumbnail endpoint | Matias Linares | 1 | -5/+44 |
2020-09-06 | Update endpoints script. | Matias Linares | 1 | -0/+1 |
2020-09-06 | Add media store config method | Matias Linares | 2 | -3/+16 |
2020-05-17 | Fix missing multi methods on the endpoints TODO generator | Matias Linares | 1 | -2/+2 |
2020-05-17 | Add Matrix::Client::MediaStore class | Matias Linares | 4 | -11/+87 |
2019-07-11 | Use JSON::Fastv0.5.1 | Matias Linares | 4 | -5/+5 |
2019-06-29 | Add device management endpoints | Matias Linares | 2 | -0/+40 |
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 | Add kick and forget endpoints | Matias Linares | 1 | -0/+14 |
2019-06-18 | Add invite endpoint | Matias Linares | 1 | -0/+8 |
2019-06-17 | Add ban and unban endpoints | Matias Linares | 1 | -0/+17 |
2019-06-05 | Add POD declarators | Matias Linares | 2 | -1/+33 |
2019-03-18 | Separate fallback name from name. | Matias Linares | 1 | -21/+17 |
2019-03-18 | Merge remote-tracking branch 'github/master' | Matias Linares | 2 | -0/+27 |
2019-03-18 | Better room name | Matias Linares | 1 | -3/+27 |
2019-02-03 | Add support for room tags | Matias Linares | 2 | -0/+27 |
2018-08-08 | Add /directory/room/<alias> endpoints | Matias Linares | 1 | -0/+15 |
2018-08-08 | Return '' if there's no m.room.name event for that room | Matias Linares | 1 | -0/+8 |
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-06-09 | Add presence methods. | Matias Linares | 2 | -0/+25 |
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-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 | 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 |
2018-06-03 | Add new run method. | Matias Linares | 1 | -0/+28 |
2018-06-03 | Add `since` parameter to basic sync | Matias Linares | 1 | -2/+2 |
2018-06-03 | Return True on success login | Matias Linares | 1 | -0/+2 |
2018-06-03 | Add room-id to StateEvents | Matias Linares | 1 | -5/+5 |
2018-06-03 | Change TXN-ID to use time by default. | Matias Linares | 2 | -3/+2 |
2018-06-03 | Remove gist method for now | Matias Linares | 1 | -4/+0 |
2018-06-03 | Fix sync infinite recursion. | Matias Linares | 1 | -1/+1 |
2018-05-08 | Use $.post instead | Matias Linares | 1 | -2/+1 |
2018-05-08 | Use correct endpoint to join a room | Matias Linares | 1 | -1/+1 |
2018-05-08 | Add invites to sync response | Matias Linares | 1 | -1/+20 |
2018-05-08 | Add method Str to Room | Matias Linares | 1 | -1/+4 |
2018-05-08 | Little cleanup for post methods | Matias Linares | 1 | -2/+4 |