Commit Graph

490 Commits

Author SHA1 Message Date
tastytea ada8f45415
Changed return tyoe for register_app[12]. 2019-02-25 12:32:19 +01:00
tastytea cbb1e18b0c
Replaced return types for get_stream, patch, post, put, del
the build failed Details
2019-02-22 12:36:03 +01:00
tastytea ade55f8f19
Updated error descriptions. 2019-02-22 12:14:15 +01:00
tastytea e034dbc299
Replaced return codes in API::http. 2019-02-22 12:03:28 +01:00
tastytea c8baf41582
Renamed macros.hpp to debug.hpp. 2019-02-22 11:35:06 +01:00
tastytea 514ae8dc63
Added new return types, replaced return types for API::get(). 2019-02-22 11:33:36 +01:00
tastytea 5c4ca94d4b
Added more warnings to debug build. 2019-02-22 10:10:44 +01:00
tastytea af5e658eb2
Added warning regarding the master branch.
the build was successful Details
2019-02-22 08:34:37 +01:00
tastytea 357b04dac2
Removed tests. 2019-02-22 08:31:03 +01:00
tastytea 8c97e8f516
Removed examples 2019-02-22 08:30:38 +01:00
tastytea 318221a2e6
Changed uint_fast16_t to uint16_t and uint_fast64_t to uint64_t. 2019-02-22 08:29:54 +01:00
tastytea 24687cba07
Removed deprecated code. 2019-02-22 08:23:26 +01:00
tastytea e41fd98ec1
Announce breaking API changes
the build was successful Details
2019-02-22 08:07:55 +01:00
tastytea 115726edf8
Escaped @ in doxygen documentation.
the build was successful Details
2019-02-19 04:41:24 +01:00
tastytea ffaf4a551a
Bugfix: Do not assume client_id, client_secret and token are hexadecimal.
the build was successful Details
2019-02-04 19:14:54 +01:00
tastytea 0cbfb415b5
Correted error in documentation. 2019-01-29 07:11:48 +01:00
tastytea 28734ee8cf
Add warning about int->string change.
the build was successful Details
2019-01-27 04:23:49 +01:00
tastytea a6b4a09dc8
Changed ids from uint_fast64_t to const string in examples.
the build was successful Details
2019-01-27 04:18:40 +01:00
tastytea b601369bfd
Forgot an int->string conversion. 2019-01-27 04:15:52 +01:00
tastytea 5a6b541de2
Changed ids from uint_fast64_t to const string in all relevant places. 2019-01-27 03:50:28 +01:00
tastytea 0b47e0ec8d
Changed ids from uint_fast64_t to const string in all Entities. 2019-01-27 03:44:08 +01:00
tastytea e2614c045e
Fixed documentation for get_notifications().
the build was successful Details
2019-01-26 07:08:20 +01:00
tastytea 462085470e
Added get_notifications().
the build was successful Details
Closes #3
2019-01-26 06:54:47 +01:00
tastytea 03f6b944d8
Updated the link to the Mastodon documentation.
the build was successful Details
2018-12-04 12:30:16 +01:00
tastytea ee82d35357
Removed const where it has no effect.
the build was successful Details
2018-12-04 11:26:28 +01:00
tastytea 8a0f709a6e
Added support vor bookmarks (Glitch-Soc)
the build was successful Details
2018-12-04 10:34:51 +01:00
tastytea 64f4e378ef
Added status of Glitch-Soc support to readme 2018-12-04 10:04:54 +01:00
tastytea cfb21e3e2b
Tell the compiler to be more pedantic for debug builds. 2018-12-04 09:49:57 +01:00
tastytea 1f5e356b2a
Added Instance::max_toot_chars() 2018-12-04 09:44:32 +01:00
tastytea 1875284670
CI: Updated drone recipe
the build was successful Details
2018-11-17 21:12:06 +01:00
tastytea ebaee939eb
Incorporated changes from Mastodon 2.4 to 2.6 2018-11-17 21:07:51 +01:00
tastytea 22c217d3da
Added GET /api/v1/endorsements, POST /api/v1/accounts/:id/pin, POST /api/v1/accounts/:id/unpin 2018-11-17 20:54:23 +01:00
tastytea ad7ac09ae1
Added Relationship::endorsed() and Relationship::showing_notifications() 2018-11-17 20:47:38 +01:00
tastytea c492158f64
Enhanced description for language(const string &language) 2018-11-17 20:41:06 +01:00
tastytea 121cf0f32b
Added Status::card() 2018-11-17 20:38:09 +01:00
tastytea a8e27d7f5d
Added Status::replies_count() 2018-11-17 20:32:36 +01:00
tastytea d79fbc212b
Bugfix: Link error with inline function
the build was successful Details
2018-11-13 14:50:42 +01:00
tastytea 18935da2d1
Added ABI instability warning
the build was successful Details
2018-10-09 23:43:44 +02:00
tastytea 688fa9f346
CI: Changed g++ packages from bionic to xenial
the build was successful Details
2018-10-09 02:04:53 +02:00
tastytea d4b42ac316
updated dependencies 2018-10-08 22:43:13 +02:00
tastytea 2d3d7e3bdd
CI: replace gcc image with debian image
the build was successful Details
2018-10-08 22:17:36 +02:00
tastytea 6385d405d9
fixed package build script
the build was successful Details
2018-10-08 19:07:28 +02:00
tastytea 497cab1122
CI: Dropped g++-6, was based on jessie, didn't work with libcurlpp-dev from sid
the build failed Details
2018-10-08 18:53:48 +02:00
tastytea 38390274ae
Removed ebuilds from CI recipe
the build failed Details
2018-10-08 18:36:13 +02:00
tastytea be39e04b05
Changed dependencies: libcurlpp-dev is not in buster anymore, but in sid
the build failed Details
2018-10-08 18:26:22 +02:00
tastytea dd306268c4
Deleted ebuilds.
the build failed Details
They are still in the overlay "tastytea".
2018-10-08 18:20:05 +02:00
tastytea e3c765ea5b
deleted useless debug statements 2018-10-08 01:45:46 +02:00
tastytea e372614068
Added error 16: Timeout 2018-10-08 01:33:09 +02:00
tastytea f1755d8de3
Bugfix: Error codes from send_post and send_toot were not reported back.
Because the variable was not a reference.
2018-10-08 01:22:55 +02:00
tastytea f64984f331
Updated Easy::Account for Mastodon 2.4.0+ 2018-09-16 02:45:24 +02:00