Commit Graph

48 Commits

Author SHA1 Message Date
tastytea ee82d35357
Removed const where it has no effect.
the build was successful Details
2018-12-04 11:26:28 +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 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 b74381ceed
Enhanced Entity::valid
the build was successful Details
It now checks if all non-nullable attributes are set. fixes #10
2018-07-14 11:54:13 +02:00
tastytea 2565ff8d15
Renamed send_toot to send_post, made send_toot an alias for send_post 2018-07-14 10:36:34 +02:00
tastytea 7bd17a0ef0
Added a lot more version tags to the documentation
the build was successful Details
That was tedious! 😓
2018-06-14 11:17:26 +02:00
tastytea 43504f6ef7
Added Easy::send_toot (Closes #1)
the build failed Details
2018-06-14 04:11:28 +02:00
tastytea 929e815c73
added @since-tags 2018-06-14 01:52:05 +02:00
tastytea a56f6f0340
Made Easy::Status writable (#1)
the build was successful Details
2018-06-13 23:55:19 +02:00
tastytea d7043c06a6
Added Easy::PushSubscription 2018-05-23 20:21:41 +02:00
tastytea 87a432f326
bugfix: An exception was thrown when converting empty strings to uint64 2018-05-11 06:15:35 +02:00
tastytea a65bb8786a
Added @since-tags to the doxygen comments 2018-05-09 06:24:43 +02:00
tastytea 4ee52fc3a0
compacting strtime functions 2018-05-05 04:38:08 +02:00
tastytea 05fa4905e0
Added Easy::strtime_utc() and Easy::strtime_local() 2018-05-05 04:25:22 +02:00
tastytea f91220c715
Found out about the mutable keyword! :-D 2018-04-10 09:40:26 +02:00
tastytea 2518f3d4a7
added Easy::Entity::was_set() 2018-04-09 23:20:37 +02:00
tastytea a6f0b20bc5
refactoring, documentation-enhancement 2018-04-04 04:38:04 +02:00
tastytea 9f75b7d2b2
Added max_id() and since_id() to Easy::Link 2018-04-03 01:21:16 +02:00
tastytea fe7c20fe9e
Added Easy::get_link() 2018-04-03 00:04:47 +02:00
tastytea b918af5a19
Enhanced documentation 2018-04-02 00:49:28 +02:00
tastytea f298de7cff
Rewrote enums for consistency 2018-04-01 05:14:02 +02:00
tastytea 4f66554271
updated documentation 2018-04-01 04:27:29 +02:00
tastytea 445567744d
fixed headers, refactoring 2018-04-01 03:36:11 +02:00
tastytea 4baef545db
Added Easy::parse_stream() 2018-04-01 03:08:22 +02:00
tastytea 1b7753424b
documentation enhancement 2018-04-01 02:20:10 +02:00
tastytea 0c0495b5f1
added Instance::streaming_api() 2018-04-01 01:58:14 +02:00
tastytea 67da294d1d
Added Easy::Entity::to_object() 2018-04-01 00:15:51 +02:00
tastytea 3d2c636d54
Added Easy::Entity::from_string() and Easy::json_array_to_vector() 2018-03-31 20:03:31 +02:00
tastytea d37f1aefb7
Changed uint64_t to uint_fast64_t 2018-03-31 19:47:33 +02:00
tastytea d78c699955
Added Easy::Status 2018-03-31 04:29:55 +02:00
tastytea 7e2c2b0359
Added Easy::Application and Easy::Tag 2018-03-31 04:07:21 +02:00
tastytea 06ab515f17
Add Easy::Report and Easy::Results (incomplete) 2018-03-31 03:28:18 +02:00
tastytea d4708e538f
Added Easy::Relationship 2018-03-31 02:54:15 +02:00
tastytea fa03cb7ed2
Added Easy::Mention, small fixes 2018-03-30 23:51:09 +02:00
tastytea 4a1b454ba1
Removed unneccessary using-statements, fixed documentation 2018-03-30 20:31:30 +02:00
tastytea 18aabc454f
Added Easy::Instance 2018-03-30 20:08:47 +02:00
tastytea 1a0a02d619
Added error() to all entities 2018-03-30 19:01:09 +02:00
tastytea 328e06c2b5
Added Easy::Emoji 2018-03-30 18:41:28 +02:00
tastytea b6bb41e93a
refactored Easy::Entity and children 2018-03-26 19:23:36 +02:00
tastytea 6e9113292e
added Easy::Card 2018-03-26 19:23:36 +02:00
tastytea 4ce6a5e03a
fix documentation generation 2018-03-26 19:23:36 +02:00
tastytea bcc5c304e9
Split easy.hpp into several files 2018-03-26 19:23:36 +02:00
tastytea 0223b9e854
Added meta info to attachment class 2018-03-26 19:23:35 +02:00
tastytea d2398008e8
added Attachment class 2018-03-26 19:23:35 +02:00
tastytea a1c1257c2d
fixed header searching 2018-03-26 19:23:35 +02:00
tastytea f7eafdaf95
Updated header location in examples, easy.hpp 2018-03-26 19:23:35 +02:00
tastytea dae9ac1fc2
added Easy::Account() 2018-03-26 19:23:34 +02:00