Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-06-04 | Rework Matrix::Client initialization | Matias Linares | 1 | -6/+11 | |
2018-06-03 | Change TXN-ID to use time by default. | Matias Linares | 1 | -1/+1 | |
2018-05-08 | Use $.post instead | Matias Linares | 1 | -2/+1 | |
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 | |
2018-02-13 | Add simple error handling | Matias Linares | 2 | -9/+29 | |
2018-01-28 | Refactor Matrix::Client::Room | Matias Linares | 1 | -9/+21 | |
* Add name() method * Add leave() endpoint * Better BUILD and gist | |||||
2017-04-28 | Remove the history cleanup for the requests. | Matias Linares | 1 | -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-12 | Don't sync every time the rooms and delete room-id param from send | Matias Linares | 1 | -4/+2 | |
method | |||||
2017-04-12 | Rework login/BUILD methods | Matias Linares | 1 | -1/+1 | |
2017-04-04 | Add Profile and methods | Matias Linares | 1 | -8/+18 | |
2017-04-03 | Initial commit | Matias Linares | 3 | -0/+101 | |