~mariusor

https://metalhead.club/@mariusor

Mostly a programmer.

Trackers

~mariusor/go-activitypub

Last active a month ago

~mariusor/mpris-tools

Last active 2 years ago

#263 TLS errors under heavy load a month ago

Comment by ~mariusor on ~mariusor/go-activitypub

I haven't seen these in a while.

REPORTED RESOLVED CLOSED

#282 Move OAuth server functionality to separate project a month ago

Comment by ~mariusor on ~mariusor/go-activitypub

Added #299 for tracking FEP-d8c2 improvements.

#299 Explore FEP-d8c2 for our standalone authorization application a month ago

auth added by ~mariusor on ~mariusor/go-activitypub

#299 Explore FEP-d8c2 for our standalone authorization application a month ago

Ticket created by ~mariusor on ~mariusor/go-activitypub

The current implementation of the authorization application is basically the code extracted directly from FedBOX, so no new features were added.

So we still need to look at FEP-d8c2 and see if it can be used.

#282 Move OAuth server functionality to separate project a month ago

Comment by ~mariusor on ~mariusor/go-activitypub

This has been done a while back. The new project is both here and on github

As always I forgot to update the issues.

REPORTED RESOLVED CLOSED

#298 Update CollectionStore.AddTo method to support multiple items 8 months ago

storage added by ~mariusor on ~mariusor/go-activitypub

#298 Update CollectionStore.AddTo method to support multiple items 8 months ago

Ticket created by ~mariusor on ~mariusor/go-activitypub

Currently CollectionStore.AddTo() method only supports adding one item at the time to a collection.

We could improve this by changing the signature

type CollectionStore interface {
	AddTo(col vocab.IRI, it vocab.Item) error
	// to
	AddTo(col vocab.IRI, items ...vocab.Item) error

#297 Badger storage is failing integration tests (badly) 8 months ago

storage added by ~mariusor on ~mariusor/go-activitypub

#297 Badger storage is failing integration tests (badly) 8 months ago

Ticket created by ~mariusor on ~mariusor/go-activitypub

After the migration to saving raw collection values everything is messed up.

It's still very slow.

#271 Save raw version of collections 8 months ago

Comment by ~mariusor on ~mariusor/go-activitypub

I think this is everything if we're omitting the fact that the badger backend stopped working a while ago.

REPORTED RESOLVED CLOSED