index
:
libtwittercpp
this commit
master
Object oriented Twitter library for C++
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made tweets, users, and notifications into copyable objects
Kelly Rauchenberger
2016-11-29
12
-151
/
+610
*
Added another missing #include <memory>
Kelly Rauchenberger
2016-09-12
1
-0
/
+1
*
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
7
-198
/
+454
|
|
\
|
*
|
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
20
-1339
/
+1529
|
|
/
|
/
|
*
|
Wrapped JSON parsing in exception handling
Kelly Rauchenberger
2016-06-01
4
-198
/
+270
*
|
Added ability to get configuration
Kelly Rauchenberger
2016-05-31
5
-0
/
+184
|
/
*
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
2
-8
/
+8
*
Added "retweeted" field to tweet
Kelly Rauchenberger
2016-05-20
2
-0
/
+17
*
Started implementing user streams
Kelly Rauchenberger
2016-05-20
13
-47
/
+1661
*
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
9
-40
/
+402
*
Added basic ability to tweet
Kelly Rauchenberger
2016-04-12
7
-0
/
+295