aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream
Commit message (Collapse)AuthorAgeFilesLines
* stream::Activity: Add some more object types.Harald Eilertsen2024-10-301-0/+2
|
* stream::Activity: Add object_type field and update methods.Harald Eilertsen2024-10-301-2/+21
|
* Rename stream::activity types and structs.Harald Eilertsen2024-10-301-13/+13
|
* Rename stream::streamitem to stream::activityHarald Eilertsen2024-10-301-0/+0
|
* Update streamitem test case to the new AS2 based format.Harald Eilertsen2024-10-301-5/+5
|
* Add support for category tags in stream.Harald Eilertsen2024-10-291-0/+3
|
* Update parsning of stream verbs to accept ActivityStreams 2.0Harald Eilertsen2024-10-291-9/+52
|
* bin: list channel stream summary in email like styleHarald Eilertsen2024-01-141-1/+1
|
* Additional stream tag types and flags + optional fields.Harald Eilertsen2024-01-143-11/+81
|
* Add stream Actor and Tag structs and complete StreamItem.Harald Eilertsen2024-01-133-0/+114
|
* Add some more fields to the StreamItem struct.Harald Eilertsen2024-01-131-0/+13
|
* Add stream::DateTime structHarald Eilertsen2024-01-132-0/+104
| | | | | | | As the date and time returned in the json data from the zot stream api's neither contains any timezone information, nor follow the RFC3339 format expected by Chrono, we need to make our own date time type, and handle deserialization ourselves.
* Move streamitem tests to streamitem module.Harald Eilertsen2024-01-131-0/+97
|
* Refactor stream API, move StreamItem and Verb to modules.Harald Eilertsen2024-01-122-0/+126