Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-06 | Have the login function return the authToken | Julien Dessaux | 1 | -12/+12 | |
2019-08-06 | Migrated the reading of login and password from cli to the common lib | Julien Dessaux | 3 | -36/+73 | |
2019-08-06 | Added a proper subscriptions listing for the direct conversations closer | Julien Dessaux | 12 | -12/+169 | |
2019-08-06 | Cosmetics | Julien Dessaux | 1 | -10/+10 | |
2019-08-06 | Added the option to set login and password in config file | Julien Dessaux | 1 | -23/+32 | |
2019-08-05 | Get rid of the useless roundtrip of "Expect: 100-continue" when using a POST | Julien Dessaux | 1 | -0/+1 | |
2019-08-05 | Fixed lib curl hanging because of a post without payload | Julien Dessaux | 1 | -2/+4 | |
2019-08-05 | Fixed curl call orders | Julien Dessaux | 3 | -4/+7 | |
2019-08-05 | Added http lib and basic restapi with rocket_close_im binary | Julien Dessaux | 14 | -53/+420 | |
2019-08-01 | Added configuration file parsing | Julien Dessaux | 3 | -0/+67 | |