Commit graph

15 commits

Author SHA1 Message Date
April John e5851e2c9b format files 2025-02-11 14:03:32 +01:00
April John 0b4574b2d1 feat: rename to Versia 2024-08-28 15:24:22 +02:00
aprilthepink dde8692a5d fix: accept any domain cuz bridge 2024-08-03 08:15:54 +02:00
aprilthepink 692e4bff22 fix: resolve webfinger correctly 2024-07-17 14:21:32 +02:00
aprilthepink 071f6dcbd8 fix: correct urls in AP user 2024-07-17 13:17:16 +02:00
aprilthepink 3f9fb9e67a fix awa 2024-07-17 02:34:18 +02:00
aprilthepink 6dc2597ad9 fix aaa 2024-07-17 02:29:51 +02:00
aprilthepink de402bf3c7 awa 2024-07-17 02:25:33 +02:00
aprilthepink b1c78822de feat: AP webfinger 2024-07-17 02:08:51 +02:00
April John 6b6d36b30b
feat: basic AP <-> lysand conversion (#4)
* feat: Update API domain variable name

* save changes, fake commit

* feat: function to receive lysand note

* [feat]: lysand to ap for posts and users

* feat: Add .env file to gitignore and update dependencies

The commit adds the `.env` file to the `.gitignore` and updates the dependencies in the `Cargo.toml` and `Cargo.lock` files. This change ensures that sensitive environment variables are not committed to the repository and keeps the dependencies up to date.

* feat: Add db_post_from_url function

The commit adds the `db_post_from_url` function to the `conversion.rs` file. This function retrieves a post from the database based on a given URL. If the post is not found in the database, it fetches the post from the URL, saves it to the database, and returns the post. This change enhances the functionality of the codebase by providing a convenient way to retrieve and store posts.

* feat: Update dependencies and add async-recursion crate

* fix: Refactor lysand note handling in conversion.rs

The commit refactors the lysand note handling in the `conversion.rs` file. It updates the `receive_lysand_note` function to properly handle quoting and replying to notes. This change improves the functionality and readability of the codebase.

* fix: use example as default user

* me oopid

* fix: Refactor lysand note handling in conversion.rs

* fix: fix post printing

* fix: Refactor lysand note handling in conversion.rs

* fix: Refactor lysand note handling in conversion.rs

* fix: make nix-bootstrap executable

* fix: remove unused linux only import

* fix: make person stop screaming at me :(

* feat: remove test code

* fix: update deps

* fix: rm build.rs fully

* feat: standard user to apservice

* fix: format files
2024-06-18 01:56:25 +00:00
aprilthepink fa3e4634cb fomat 2024-04-18 04:03:52 +02:00
aprilthepink 4d4e3ed794 [feat] db code? 2024-04-18 03:41:52 +02:00
aprilthepink 0060d8baa8 boop 2024-04-10 00:38:45 +02:00
aprilthepink 9bc640aadc [fix] format files 2024-04-09 19:55:07 +02:00
aprilthepink b90a332b3c basic AP 2024-04-09 19:48:18 +02:00