about summary refs log tree commit diff stats
path: root/src/stream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Made tweets, users, and notifications into copyable objectsKelly Rauchenberger2016-11-291-1/+1
| | | | Notifications are now also mutable. Users and tweets no longer have helper methods for interacting with the client. Fixed a bug (possibly introduced by a change to the Twitter API) that caused non-reply tweets to be marked as unknown notifications.
* Merge branch 'master' of https://github.com/hatkirby/libtwittercppKelly Rauchenberger2016-08-201-42/+42
|
* Updated API to use exceptions and make tweet/user objects more helpfulKelly Rauchenberger2016-08-201-0/+291