aboutsummaryrefslogtreecommitdiff
path: root/lib/Matrix/Client/Room.pm6
AgeCommit message (Expand)AuthorFilesLines
2021-01-11Response & Exception refactorMatias Linares1-190/+0
2020-12-27Complete messages method for Matrix::Client::RoomMatias Linares1-4/+20
2020-12-26Implement membership endpoints for Matrix::Client::RoomMatias Linares1-23/+93
2019-07-11Use JSON::Fastv0.5.1Matias Linares1-1/+1
2019-06-05Add POD declaratorsMatias Linares1-0/+7
2019-03-18Separate fallback name from name.Matias Linares1-21/+17
2019-03-18Better room nameMatias Linares1-3/+27
2018-08-08Return '' if there's no m.room.name event for that roomMatias Linares1-0/+8
2018-08-04Add state endpointsMatias Linares1-4/+22
2018-08-04Remove useless error checking from get-nameMatias Linares1-6/+2
2018-08-04use TWEAK instead of BUILDMatias Linares1-10/+1
2018-06-05Don't use the name in gist/Str for a room.Matias Linares1-2/+2
2018-06-04return event-id when sending from Matrix::Client::RoomMatias Linares1-1/+6
2018-05-08Add method Str to RoomMatias Linares1-1/+4
2018-01-28Refactor Matrix::Client::RoomMatias Linares1-9/+21
2017-04-12Don't sync every time the rooms and delete room-id param from sendMatias Linares1-4/+2
2017-04-03Initial commitMatias Linares1-0/+46