Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-03 | Add `since` parameter to basic sync | Matias Linares | 1 | -2/+2 | |
2018-06-03 | Return True on success login | Matias Linares | 1 | -0/+2 | |
2018-06-03 | Add room-id to StateEvents | Matias Linares | 1 | -5/+5 | |
2018-06-03 | Change TXN-ID to use time by default. | Matias Linares | 2 | -3/+2 | |
2018-06-03 | Remove gist method for now | Matias Linares | 1 | -4/+0 | |
2018-06-03 | Fix sync infinite recursion. | Matias Linares | 2 | -2/+2 | |
2018-05-08 | Use $.post instead | Matias Linares | 1 | -2/+1 | |
2018-05-08 | Use correct endpoint to join a room | Matias Linares | 1 | -1/+1 | |
2018-05-08 | Update version on META6.jsonv0.2.1 | Matias Linares | 1 | -1/+1 | |
2018-05-08 | Add invites to sync response | Matias Linares | 1 | -1/+20 | |
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-05-08 | Fix infinite recursion. | Matias Linares | 1 | -1/+1 | |
2018-02-13 | Version bump | Matias Linares | 1 | -5/+7 | |
2018-02-13 | Add Exception to tests | Matias Linares | 1 | -0/+1 | |
2018-02-13 | Remove variable redefinition | Matias Linares | 1 | -2/+2 | |
2018-02-13 | Add Response to tests | Matias Linares | 1 | -0/+1 | |
2018-02-13 | Update example to use the new Response | Matias Linares | 1 | -36/+17 | |
2018-02-13 | Use new error handling and responses | Matias Linares | 1 | -51/+19 | |
2018-02-13 | Update gitignore | Matias Linares | 1 | -0/+1 | |
2018-02-13 | Add simple responses | Matias Linares | 1 | -0/+86 | |
2018-02-13 | Add simple error handling | Matias Linares | 2 | -9/+29 | |
2018-01-28 | Bump version | Matias Linares | 1 | -1/+1 | |
2018-01-28 | Update examples | Matias Linares | 1 | -3/+8 | |
2018-01-28 | Add joined-rooms and public-rooms methods | Matias Linares | 1 | -1/+24 | |
2018-01-28 | Add leave-room endpoint | Matias Linares | 1 | -1/+5 | |
2018-01-28 | Refactor change-avatar and upload methods | Matias Linares | 1 | -9/+11 | |
2018-01-28 | Better format on error message. | Matias Linares | 1 | -2/+1 | |
2018-01-28 | Refactor Matrix::Client::Room | Matias Linares | 1 | -9/+21 | |
* Add name() method * Add leave() endpoint * Better BUILD and gist | |||||
2018-01-23 | Don't use parse-names in examples. | Matias Linares | 1 | -6/+0 | |
2017-11-02 | Make user-id and device-id public | Matias Linares | 1 | -18/+10 | |
2017-10-11 | Rename tests | Matias Linares | 2 | -3/+2 | |
2017-10-11 | Update test dependencies | Matias Linares | 1 | -1/+2 | |
2017-10-11 | Fix typo | Matias Linares | 1 | -1/+1 | |
2017-10-11 | Add travis config | Matias Linares | 1 | -0/+9 | |
2017-04-28 | Remove the history cleanup for the requests. | Matias Linares | 2 | -5/+1 | |
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-28 | Merge pull request #1 from samcv/SPDX-license | Matias Linares | 1 | -0/+1 | |
Use SPDX identifier in license field of META6.json | |||||
2017-04-27 | Use SPDX identifier in license field of META6.json | Samantha McVey | 1 | -0/+1 | |
Use the standardized identifier for the license field. For more details see https://design.perl6.org/S22.html#license | |||||
2017-04-13 | Add source-url to META6.json | Matias Linares | 1 | -1/+2 | |
2017-04-12 | Update META6.json | Matias Linares | 1 | -5/+5 | |
2017-04-12 | Fix typo | Matias Linares | 1 | -1/+1 | |
2017-04-12 | Update README/examples | Matias Linares | 3 | -4/+17 | |
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 | 2 | -16/+28 | |
2017-04-07 | Add Licence | Matias Linares | 1 | -0/+201 | |
2017-04-07 | Update README | Matias Linares | 1 | -2/+2 | |
2017-04-04 | Add cool icon | Matias Linares | 1 | -0/+0 | |
2017-04-04 | Add Profile and methods | Matias Linares | 2 | -8/+79 | |
2017-04-04 | Fix formatting on readme | Matias Linares | 1 | -13/+11 | |
2017-04-04 | Add readme | Matias Linares | 2 | -0/+24 | |