Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-09 | remove useless say | Matias Linares | 1 | -1/+0 | |
2018-06-09 | Reorder sync methods | Matias Linares | 1 | -5/+5 | |
2018-06-09 | Use $.whoami to retrieve the user-id | Matias Linares | 1 | -5/+5 | |
2018-06-05 | Add return value to joined-rooms | Matias Linares | 1 | -1/+1 | |
2018-06-05 | Add login with positional parameters | Matias Linares | 1 | -1/+5 | |
2018-06-04 | Clean room api a little | Matias Linares | 1 | -23/+7 | |
2018-06-04 | Add create-room endpoint | Matias Linares | 1 | -0/+23 | |
2018-06-04 | Add whoami endpoint | Matias Linares | 1 | -0/+10 | |
2018-06-04 | Rework Matrix::Client initialization | Matias Linares | 1 | -39/+18 | |
2018-06-03 | Add new run method. | Matias Linares | 1 | -0/+28 | |
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 | Change TXN-ID to use time by default. | Matias Linares | 1 | -2/+1 | |
2018-06-03 | Fix sync infinite recursion. | Matias Linares | 1 | -1/+1 | |
2018-05-08 | Use correct endpoint to join a room | Matias Linares | 1 | -1/+1 | |
2018-02-13 | Remove variable redefinition | Matias Linares | 1 | -2/+2 | |
2018-02-13 | Use new error handling and responses | Matias Linares | 1 | -51/+19 | |
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 | |
2017-11-02 | Make user-id and device-id public | Matias Linares | 1 | -18/+10 | |
2017-04-12 | Rework login/BUILD methods | Matias Linares | 1 | -15/+27 | |
2017-04-04 | Add Profile and methods | Matias Linares | 1 | -0/+61 | |
2017-04-03 | Initial commit | Matias Linares | 1 | -0/+138 | |