aboutsummaryrefslogtreecommitdiff
path: root/lib/Matrix/Response.pm6
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11Response & Exception refactorMatias Linares1-156/+0
2020-12-27Complete messages method for Matrix::Client::RoomMatias Linares1-0/+6
2020-12-26Implement membership endpoints for Matrix::Client::RoomMatias Linares1-0/+4
This implements for room endpoints: * Join a room * Get a single event * Get states * Get room aliases * Get room members
2020-09-06Add media store config methodMatias Linares1-1/+8
2019-07-11Use JSON::Fastv0.5.1Matias Linares1-2/+2
2019-06-29Add device management endpointsMatias Linares1-0/+15
Missing delete methods only
2019-02-03Add support for room tagsMatias Linares1-0/+9
2018-06-09Add presence methods.Matias Linares1-0/+14
This adds a way to change and query the presence for users. Closes #4
2018-06-03Add room-id to StateEventsMatias Linares1-5/+5
2018-06-03Remove gist method for nowMatias Linares1-4/+0
2018-05-08Add invites to sync responseMatias Linares1-1/+20
2018-05-08Fix infinite recursion.Matias Linares1-1/+1
2018-02-13Add simple responsesMatias Linares1-0/+86