Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switched back to upstream curlcpp because my pull request was merged | Kelly Rauchenberger | 2017-12-20 | 1 | -0/+0 |
| | |||||
* | Fixed unpredictable media upload failure | Kelly Rauchenberger | 2017-12-20 | 1 | -0/+0 |
| | | | | | | | | While uploading media worked in development, as well as on production when compiled in debug mode, it failed with memory corruption issues on production in release mode. This turned out to be because curlcpp was taking lvalue references to temporary std::string objects converted from string constants, instead of just copying the string pointer. | ||||
* | Updated curlcpp | Kelly Rauchenberger | 2016-09-12 | 1 | -0/+0 |
| | |||||
* | Started implementing user streams | Kelly Rauchenberger | 2016-05-20 | 1 | -0/+0 |
| | | | | You can now start a user stream and end it yourself. If it disconnects abnormally, it will reconnect with a backoff as described by Twitter. Some data structures have some fields parsed now; tweets have IDs, text, and authors. Users have IDs, screen names, and names. Notifications from the stream are parsed completely. The ability to follow and unfollow users has also been added, as well as the ability to get a list of friends and followers, and to reply to a tweet. | ||||
* | Added basic ability to tweet | Kelly Rauchenberger | 2016-04-12 | 1 | -0/+0 |