Pleroma Consulting Services Buy Bitcoin NOW Real luna
luna commented on pull request AkkomaGang/akkoma#517 2023-03-29 02:42:44 +00:00
I LOVE OBJECTS!!

...What even happened? DB slowed down to a crawl?

luna commented on issue AkkomaGang/akkoma#471 2023-02-18 17:46:19 +00:00
[feat] Support JSON-LD signatures - Implied Akkoma is misbehaving

Adding context: from what I understand, ActivityPub as a specification does not actually say how to sign posts, so there's two approaches adopted by implementations: JSON-LD and HTTP Signatures.…

luna commented on issue AkkomaGang/akkoma#325 2022-11-30 20:36:13 +00:00
[INFO] Is there any DB schema somewhere to look up to?

Ecto is a pseudo-ORM, there is no direct schema.sql file you can inspect. If you wish to introspect into all the current table structure with SQL-specific tooling, you want to install Akkoma…

luna commented on issue AkkomaGang/akkoma#325 2022-11-30 20:31:41 +00:00
[INFO] Is there any DB schema somewhere to look up to?

Pleroma and Akkoma use Ecto for database operations, that includes migration and schema management. If you want to take a look at how all the current

luna opened issue AkkomaGang/akkoma#320 2022-11-27 23:15:13 +00:00
Possible link preview enhancements
luna commented on issue AkkomaGang/akkoma#318 2022-11-27 16:19:54 +00:00
Allow for posting attachements with remote media uri

Maybe there could be an extension API route that receives an URL, downloads it server-side, and gives out the media ID which is then used on status creation?

luna opened issue AkkomaGang/akkoma#315 2022-11-26 20:09:25 +00:00
Reset instance data based on heuristics
luna pushed to http-signature-statistics at luna/akkoma 2022-11-26 18:51:43 +00:00
eb70feb7ca Assert has_request_signatures is in the instances cache
d0772cf6f5 Make cache error log more readable
cb12ddaf97 Use defdelegate for Instances.set_request_signatures
Compare 3 commits »
luna created pull request AkkomaGang/akkoma#312 2022-11-25 15:20:39 +00:00
Add Signed Fetch Statistics
luna pushed to http-signature-statistics at luna/akkoma 2022-11-25 15:12:57 +00:00
dd92d0af61 Add Signed Fetch Statistics
luna created branch http-signature-statistics in luna/akkoma 2022-11-25 15:12:56 +00:00
luna created repository luna/akkoma 2022-11-25 14:42:58 +00:00
luna commented on issue AkkomaGang/akkoma#304 2022-11-24 16:38:27 +00:00
Instance HTTP Signatures Statistics

you might want to consider adding a cache for instances to prevent this

Agreed, will be adding to the patch.

that is, would the state ever realistically go true -> false?

Maybe if an…

luna commented on issue AkkomaGang/akkoma#304 2022-11-24 04:07:40 +00:00
Instance HTTP Signatures Statistics

Some hours after applying the patch to my instance and I can see some results: 165 instances that confirmed themselves as having signed fetches, while 1302 instances missing (could be either…

luna commented on issue AkkomaGang/akkoma#304 2022-11-24 02:06:49 +00:00
Instance HTTP Signatures Statistics

Indeed, that's why I suggested implementing the has_request_signatures recording on the HTTP Signature plug, as that's the one that also holds the enforcement of such through `authorized_fetch_mo…

luna opened issue AkkomaGang/akkoma#304 2022-11-23 22:17:53 +00:00
Instance HTTP Signatures Statistics