|
f9c32f38d3
|
Removed redundant debug messages
|
2018-06-21 12:42:38 +02:00 |
|
|
7bd17a0ef0
|
Added a lot more version tags to the documentation
That was tedious! 😓
|
2018-06-14 11:17:26 +02:00 |
|
|
43504f6ef7
|
Added Easy::send_toot (Closes #1)
|
2018-06-14 04:11:28 +02:00 |
|
|
eaff505f15
|
bugfix: Made sure that arrays are send as arrays when they only have 1 entry
This applies to account_ids, exclude_types, and media_ids
|
2018-06-14 04:10:08 +02:00 |
|
|
8f30451ec1
|
Made Easy::Attachment writable (#1)
|
2018-06-14 03:19:23 +02:00 |
|
|
929e815c73
|
added @since-tags
|
2018-06-14 01:52:05 +02:00 |
|
|
a56f6f0340
|
Made Easy::Status writable (#1)
|
2018-06-13 23:55:19 +02:00 |
|
|
de8665481e
|
removed unnecessary
|
2018-06-12 03:06:02 +02:00 |
|
|
b3dfec4204
|
Added Easy::Account::fields()
Returns the metadata fields introduced in Mastodon 2.4.0.
|
2018-06-12 03:05:12 +02:00 |
|
|
14e164d7b4
|
old hashtags are now suffixed with _v1, new hashtags with _v2. hashtags() is an alias for _v1.
|
2018-06-11 01:54:15 +02:00 |
|
|
8be8d24f6c
|
Added support for bot tag in Easy::Account
|
2018-06-11 01:44:41 +02:00 |
|
|
3423e7f672
|
Added Easy::Tag::History
|
2018-06-11 01:41:30 +02:00 |
|
|
55837e78d2
|
Added /api/v2/search, copied Easy::Result::hashtag to hashtag_v1, changed Easy::Result::hashtag to return Easy::Tag objects
|
2018-06-11 01:38:36 +02:00 |
|
|
620b68d9b4
|
Removed mentions of deprecated error codes
|
2018-06-08 00:28:57 +02:00 |
|
|
5baa7d3f1e
|
added proxy example to example list
|
2018-05-27 00:11:41 +02:00 |
|
|
b9603587c5
|
Added proxy to get_stream()
|
2018-05-26 23:48:03 +02:00 |
|
|
f019809133
|
enhanced proxy documentation
|
2018-05-26 23:02:22 +02:00 |
|
|
86a614dd61
|
Added proxy support
|
2018-05-26 22:34:31 +02:00 |
|
|
e01ce6b96f
|
Added since-tag
|
2018-05-25 14:21:35 +02:00 |
|
|
d7043c06a6
|
Added Easy::PushSubscription
|
2018-05-23 20:21:41 +02:00 |
|
|
a0435e37d3
|
Added support for push subscriptions
|
2018-05-22 23:49:31 +02:00 |
|
|
d342edfd21
|
added http::callback_progress() to cancel transfers quicker and more reliably
|
2018-05-20 12:29:04 +02:00 |
|
|
e7d1808f85
|
Made deprecation warnings easier to understand
|
2018-05-17 18:22:38 +02:00 |
|
|
273a92c4ab
|
Added mutex
|
2018-05-17 17:59:44 +02:00 |
|
|
56cfe7e2ce
|
replaced http::abort_stream() with http::cancel_stream()
|
2018-05-13 16:00:27 +02:00 |
|
|
87a432f326
|
bugfix: An exception was thrown when converting empty strings to uint64
|
2018-05-11 06:15:35 +02:00 |
|
|
897e36dc44
|
made urlencode() static
|
2018-05-09 06:27:11 +02:00 |
|
|
a65bb8786a
|
Added @since-tags to the doxygen comments
|
2018-05-09 06:24:43 +02:00 |
|
|
091a27e412
|
added unescape_html
|
2018-05-09 06:09:47 +02:00 |
|
|
4ee52fc3a0
|
compacting strtime functions
|
2018-05-05 04:38:08 +02:00 |
|
|
05fa4905e0
|
Added Easy::strtime_utc() and Easy::strtime_local()
|
2018-05-05 04:25:22 +02:00 |
|
|
a54b144e04
|
removed documentation for deprecated declarations, fixed version-typo
|
2018-04-19 01:07:56 +02:00 |
|
|
098d7efadf
|
deleted useless switch
|
2018-04-19 00:42:40 +02:00 |
|
|
77b9a66e9c
|
simplified calls, only 1 type of parameters
|
2018-04-19 00:20:43 +02:00 |
|
|
42dcc47f5b
|
bugfix: Easy::Notification.status() was broken
|
2018-04-18 18:37:55 +02:00 |
|
|
f664ff2da8
|
corrected header path
|
2018-04-11 16:09:52 +02:00 |
|
|
53c8bb7b4c
|
remoced errors 20-25
|
2018-04-10 10:47:54 +02:00 |
|
|
bbdcf70efd
|
Added support for passing exceptions
|
2018-04-10 10:17:46 +02:00 |
|
|
f91220c715
|
Found out about the mutable keyword! :-D
|
2018-04-10 09:40:26 +02:00 |
|
|
2518f3d4a7
|
added Easy::Entity::was_set()
|
2018-04-09 23:20:37 +02:00 |
|
|
a7b714259b
|
Added errors: SSL, timeout
|
2018-04-09 17:55:11 +02:00 |
|
|
a6f0b20bc5
|
refactoring, documentation-enhancement
|
2018-04-04 04:38:04 +02:00 |
|
|
c944abccb5
|
Added example14
|
2018-04-04 04:17:22 +02:00 |
|
|
babab7c1b4
|
fixed Easy::Status::in_reply_to_*id()
|
2018-04-04 04:16:32 +02:00 |
|
|
9f75b7d2b2
|
Added max_id() and since_id() to Easy::Link
|
2018-04-03 01:21:16 +02:00 |
|
|
62826f60cf
|
Fixed bug: answer contained the headers on HTTP error
|
2018-04-03 00:52:06 +02:00 |
|
|
87fded18db
|
Moved entites into src/easy/entities/
|
2018-04-03 00:17:42 +02:00 |
|
|
fe7c20fe9e
|
Added Easy::get_link()
|
2018-04-03 00:04:47 +02:00 |
|
|
69fd5138ee
|
added error 23
|
2018-04-02 02:29:39 +02:00 |
|
|
844fb2c577
|
Replaced uint16_t with uint_fast16_t, refactoring
|
2018-04-02 01:47:44 +02:00 |
|