aboutsummaryrefslogtreecommitdiff
path: root/close_im/main.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-08-14Handle the alert flag in subscriptionsJulien Dessaux4-8/+11
2020-06-30Removed useless typeJulien Dessaux1-4/+0
2020-06-30Added forgotten filesJulien Dessaux3-1/+44
2019-09-13Added READMEJulien Dessaux1-0/+88
2019-09-12Added liveapi support, and the maar tool (mark all as read)Julien Dessaux16-2/+1121
2019-09-12Reduced the scope of a useless global variable to staticJulien Dessaux1-1/+1
2019-09-12Added function to count subscriptionsJulien Dessaux2-0/+6
2019-09-12Changed subscription id to ridJulien Dessaux3-12/+12
2019-09-12Fixed code flow with memory freeJulien Dessaux2-2/+4
2019-08-06Have the subscription struct hold the unread countersJulien Dessaux3-7/+10
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