index
:
libtwittercpp
this commit
master
Object oriented Twitter library for C++
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace changes
Kelly Rauchenberger
2018-02-23
2
-125
/
+125
*
Added ability to get blocklist
Kelly Rauchenberger
2018-02-23
2
-2
/
+36
*
Switched back to upstream curlcpp because my pull request was merged
Kelly Rauchenberger
2017-12-20
2
-1
/
+1
*
Merge branch 'master' of github.com:hatkirby/libtwittercpp
Kelly Rauchenberger
2017-12-20
0
-0
/
+0
|
\
|
*
Updated curlcpp (important bug fixes)
Kelly Rauchenberger
2017-12-17
1
-0
/
+0
*
|
Fixed unpredictable media upload failure
Kelly Rauchenberger
2017-12-20
2
-1
/
+1
|
/
*
Updated to nlohmann/json 2.0.9
Kelly Rauchenberger
2017-02-03
1
-291
/
+1698
*
Added a convenience overload to client::replyToTweet
Kelly Rauchenberger
2016-12-01
2
-0
/
+6
*
Made tweets, users, and notifications into copyable objects
Kelly Rauchenberger
2016-11-29
12
-151
/
+610
*
Removed nlohmann/json submodule
Kelly Rauchenberger
2016-11-27
4
-4
/
+10795
*
Added another missing #include <memory>
Kelly Rauchenberger
2016-09-12
1
-0
/
+1
*
Updated curlcpp
Kelly Rauchenberger
2016-09-12
1
-0
/
+0
*
Added missing #include <memory>
Kelly Rauchenberger
2016-09-05
1
-0
/
+1
*
Merge branch 'master' of https://github.com/hatkirby/libtwittercpp
Kelly Rauchenberger
2016-08-20
3
-43
/
+56
|
\
|
*
Added method to Tweet to get URL
Kelly Rauchenberger
2016-06-12
2
-0
/
+6
|
*
Merge branch 'master' of https://github.com/hatkirby/libtwittercpp
Kelly Rauchenberger
2016-06-02
8
-199
/
+455
|
|
\
|
*
|
Fixed user stream unable-to-reconnect issue
Kelly Rauchenberger
2016-06-02
1
-19
/
+20
*
|
|
Updated API to use exceptions and make tweet/user objects more helpful
Kelly Rauchenberger
2016-08-20
22
-1340
/
+1530
|
|
/
|
/
|
*
|
Wrapped JSON parsing in exception handling
Kelly Rauchenberger
2016-06-01
4
-198
/
+270
*
|
Added ability to get configuration
Kelly Rauchenberger
2016-05-31
6
-1
/
+185
|
/
*
Added option to receive all replies in user stream
Kelly Rauchenberger
2016-05-25
2
-10
/
+35
*
Fixed stream behavior when connection ends normally
Kelly Rauchenberger
2016-05-24
1
-1
/
+6
*
Fixed retweet detection
Kelly Rauchenberger
2016-05-22
2
-3
/
+72
*
Added utility function to generate tweet reply prefill
Kelly Rauchenberger
2016-05-22
6
-0
/
+45
*
Projects using libtwitter++ no longer have to include its dependencies
Kelly Rauchenberger
2016-05-21
3
-9
/
+9
*
Added "retweeted" field to tweet
Kelly Rauchenberger
2016-05-20
2
-0
/
+17
*
Updated README to reflect the user stream commits
Kelly Rauchenberger
2016-05-20
1
-1
/
+4
*
Changed curlcpp back to origin because my pull request was approved
Kelly Rauchenberger
2016-05-20
1
-1
/
+1
*
Started implementing user streams
Kelly Rauchenberger
2016-05-20
16
-49
/
+1664
*
Create README.md
Kelly Rauchenberger
2016-04-15
1
-0
/
+7
*
Fixed issue with multipart POSTs
Kelly Rauchenberger
2016-04-15
1
-2
/
+4
*
Added #include <unistd.h>
Kelly Rauchenberger
2016-04-15
1
-0
/
+1
*
Added ability to upload media and tweet it
Kelly Rauchenberger
2016-04-13
12
-42
/
+404
*
Added basic ability to tweet
Kelly Rauchenberger
2016-04-12
12
-0
/
+319