aboutsummaryrefslogtreecommitdiff
path: root/restapi/auth.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-06Have the login function return the authTokenJulien Dessaux3-17/+14
2019-08-06Migrated the reading of login and password from cli to the common libJulien Dessaux3-36/+73
2019-08-06Added a proper subscriptions listing for the direct conversations closerJulien Dessaux12-12/+169
2019-08-06CosmeticsJulien Dessaux1-10/+10
2019-08-06Added the option to set login and password in config fileJulien Dessaux1-23/+32
2019-08-05Get rid of the useless roundtrip of "Expect: 100-continue" when using a POSTJulien Dessaux1-0/+1
2019-08-05Fixed lib curl hanging because of a post without payloadJulien Dessaux1-2/+4
2019-08-05Fixed curl call ordersJulien Dessaux3-4/+7
2019-08-05Added http lib and basic restapi with rocket_close_im binaryJulien Dessaux14-53/+420
2019-08-01Added configuration file parsingJulien Dessaux3-0/+67