Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-05 | Add POD declarators | Matias Linares | 1 | -0/+7 | |
2019-03-18 | Separate fallback name from name. | Matias Linares | 1 | -21/+17 | |
2019-03-18 | Better room name | Matias Linares | 1 | -3/+27 | |
2018-08-08 | Return '' if there's no m.room.name event for that room | Matias Linares | 1 | -0/+8 | |
See issue #13 in github. | |||||
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-06-05 | Don't use the name in gist/Str for a room. | Matias Linares | 1 | -2/+2 | |
If the name isn't cached, this methods will ping to the server for the name, and that's something bad on stringification. | |||||
2018-06-04 | return event-id when sending from Matrix::Client::Room | Matias Linares | 1 | -1/+6 | |
2018-05-08 | Add method Str to Room | Matias Linares | 1 | -1/+4 | |
2018-01-28 | Refactor Matrix::Client::Room | Matias Linares | 1 | -9/+21 | |
* Add name() method * Add leave() endpoint * Better BUILD and gist | |||||
2017-04-12 | Don't sync every time the rooms and delete room-id param from send | Matias Linares | 1 | -4/+2 | |
method | |||||
2017-04-03 | Initial commit | Matias Linares | 1 | -0/+46 | |