aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
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 Linares2-16/+28
2017-04-04Add Profile and methodsMatias Linares2-8/+79
2017-04-03Initial commitMatias Linares4-0/+239