aboutsummaryrefslogtreecommitdiff
path: root/lib/Matrix/Client
AgeCommit message (Collapse)AuthorFilesLines
2020-05-17Add Matrix::Client::MediaStore classMatias Linares3-1/+77
This is to wrap all the endpoints pointing to the media store.
2019-07-11Use JSON::Fastv0.5.1Matias Linares2-2/+2
2019-06-29Use Authorization header instead query paramMatias Linares1-8/+33
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
See issue #13 in github.
2018-08-08Add delete methodMatias Linares1-0/+8
2018-08-08Encode just the params for the requestMatias Linares1-7/+15
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-08-04Hide handle-error from backtraceMatias Linares1-1/+1
2018-06-05Don't use the name in gist/Str for a room.Matias Linares1-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-04return event-id when sending from Matrix::Client::RoomMatias Linares1-1/+6
2018-06-04Rework Matrix::Client initializationMatias Linares1-6/+11
2018-06-03Change TXN-ID to use time by default.Matias Linares1-1/+1
2018-05-08Use $.post insteadMatias Linares1-2/+1
2018-05-08Add method Str to RoomMatias Linares1-1/+4
2018-05-08Little cleanup for post methodsMatias Linares1-2/+4
2018-02-13Add simple error handlingMatias Linares2-9/+29
2018-01-28Refactor Matrix::Client::RoomMatias Linares1-9/+21
* Add name() method * Add leave() endpoint * Better BUILD and gist
2017-04-28Remove the history cleanup for the requests.Matias Linares1-4/+0
HTTP::UserAgent fixed a memory leak for the history (https://github.com/sergot/http-useragent/commit/60c21b9672a5c377e5ffd967aaea025e47816b27) Since it's a change with the public API of the library and fixes the memory problems on a long running process, we don't need this hack anymore
2017-04-12Don't sync every time the rooms and delete room-id param from sendMatias Linares1-4/+2
method
2017-04-12Rework login/BUILD methodsMatias Linares1-1/+1
2017-04-04Add Profile and methodsMatias Linares1-8/+18
2017-04-03Initial commitMatias Linares3-0/+101