aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README precisionHEADmasterJulien Dessaux2020-08-141-0/+2
* Handle the alert flag in subscriptionsJulien Dessaux2020-08-144-8/+11
* Removed useless typeJulien Dessaux2020-06-301-4/+0
* Added forgotten filesJulien Dessaux2020-06-303-1/+44
* Added READMEJulien Dessaux2019-09-131-0/+88
* Added liveapi support, and the maar tool (mark all as read)Julien Dessaux2019-09-1216-2/+1121
* Reduced the scope of a useless global variable to staticJulien Dessaux2019-09-121-1/+1
* Added function to count subscriptionsJulien Dessaux2019-09-122-0/+6
* Changed subscription id to ridJulien Dessaux2019-09-123-12/+12
* Fixed code flow with memory freeJulien Dessaux2019-09-122-2/+4
* Have the subscription struct hold the unread countersJulien Dessaux2019-08-063-7/+10
* Have the login function return the authTokenJulien Dessaux2019-08-063-17/+14
* Migrated the reading of login and password from cli to the common libJulien Dessaux2019-08-063-36/+73
* Added a proper subscriptions listing for the direct conversations closerJulien Dessaux2019-08-0612-12/+169
* CosmeticsJulien Dessaux2019-08-061-10/+10
* Added the option to set login and password in config fileJulien Dessaux2019-08-061-23/+32
* Get rid of the useless roundtrip of "Expect: 100-continue" when using a POSTJulien Dessaux2019-08-051-0/+1
* Fixed lib curl hanging because of a post without payloadJulien Dessaux2019-08-051-2/+4
* Fixed curl call ordersJulien Dessaux2019-08-053-4/+7
* Added http lib and basic restapi with rocket_close_im binaryJulien Dessaux2019-08-0514-53/+420
* Added configuration file parsingJulien Dessaux2019-08-013-0/+67
* Initial importJulien Dessaux2019-08-0110-0/+320