Commit graph

  • 56b174bd58 relay: delint Astro 2023-05-15 01:18:38 +0200
  • fc659b57a1 relay: add backoff on error Astro 2023-05-15 01:14:42 +0200
  • 7b93419a91 relay: restore more detailed log output Astro 2023-05-15 01:03:23 +0200
  • 390f7653fb relay: add restriction to 1 worker per inbox Astro 2023-05-15 00:50:59 +0200
  • 10eec5b64b flake.nix: fix meta.description Astro 2023-05-14 23:33:22 +0200
  • 4390f596f7 Cargo.lock: update Astro 2023-05-14 23:32:05 +0200
  • 980e4a5952 flake.lock: Update Astro 2023-05-14 23:30:06 +0200
  • f7f632a971 delint Astro 2023-05-14 23:29:36 +0200
  • 01f8cc2f5f endpoint: use authorized_fetch for remote_actor validation Astro 2023-05-14 23:14:55 +0200
  • f782197b93 send: move SendError to error::Error Astro 2023-05-14 22:58:00 +0200
  • e8b2b807b2 fetch: add authorized_fetch() Astro 2023-05-14 22:44:26 +0200
  • c0601f8eef improve frontpage Astro 2023-05-05 21:55:13 +0200
  • f6aab8998e main: implement nodeinfo 2.1 Astro 2023-05-05 21:47:21 +0200
  • 12ead51001 Cargo.lock: update Astro 2023-05-05 19:32:51 +0200
  • 5cf036e2c6 flake.lock: Update Astro 2023-05-05 19:32:18 +0200
  • c890616d8d nixos-module: bump LimitNOFile to 40000 Astro 2023-05-05 19:32:01 +0200
  • 225fce2acc flake.nix: let version fall back to "0-dirty" Astro 2023-04-16 02:00:46 +0200
  • a098ed6472 flake.nix: try to fix setting source from flake input Astro 2023-04-16 01:57:24 +0200
  • 14f1c369e4 flake.nix: set source from flake input sourceInfo Astro 2023-04-16 01:44:00 +0200
  • 2b104eb71c Cargo.lock: update Astro 2023-04-15 23:51:08 +0200
  • 832bd50926 endpoint: fix content-type parsing Astro 2023-04-15 23:46:58 +0200
  • a8551ac48a flake.lock: Update Astro 2023-04-15 22:28:26 +0200
  • a5afa8b467 Cargo.lock: cargo update Astro 2023-03-31 21:51:26 +0200
  • 531efc4db7 flake.lock: Update Astro 2023-03-31 20:37:45 +0200
  • e2d1d35a6d send: add error reporting Astro 2023-03-03 02:20:26 +0100
  • e207dda2fe actor: normalize unicode away for TagRelay Astro 2023-03-03 02:19:48 +0100
  • a6fb6cc9ec Cargo.lock: cargo update Astro 2023-03-03 01:46:18 +0100
  • 3f6846f91b flake.lock: Update Astro 2023-03-03 01:45:02 +0100
  • c59a822896 flake.lock: Update Astro 2023-02-24 17:17:09 +0100
  • 3a3a25d2a7 endpoint: don't require conntent-length to be signed Astro 2023-01-18 23:21:59 +0100
  • 3b93b7c904 activitypub: allow more schemas for action's to field Astro 2023-01-18 23:17:34 +0100
  • b30dfb85d4 endpoint: don't require content-type but conntent-length to be signed Astro 2023-01-18 23:01:25 +0100
  • 0ecba2a273
    Fix eval Sandro Jäckel 2023-01-16 00:04:52 +0100
  • 125f201e28 README: init Astro 2023-01-11 19:41:48 +0100
  • f2a4e67374 static/index.html: link source Astro 2023-01-11 19:39:48 +0100
  • ed26e2d3c3 LICENSE: add Astro 2023-01-11 19:39:39 +0100
  • a47e18f964 static/css: use no list-style-type Astro 2023-01-11 18:51:09 +0100
  • f95cd5c97d static/urlgen: use dynamc hostname Astro 2023-01-11 18:50:28 +0100
  • 610e3732c5 add support for multiple streams Astro 2023-01-11 18:45:45 +0100
  • 1c0bf9be2d nixos-module: start fedibuzz.service after postgresql.service Astro 2023-01-10 01:10:03 +0100
  • f8c58b4452 Cargo.lock: cargo update Astro 2023-01-10 01:08:20 +0100
  • f303d1b83c flake.lock: Update Astro 2023-01-10 01:07:56 +0100
  • 2d464cd5f0 actor: set name and icon Astro 2022-12-23 18:56:45 +0100
  • db98712691 css: constrain body max-width Astro 2022-12-23 18:56:30 +0100
  • cd99f0ff55 main: rm dbg Astro 2022-12-23 18:56:21 +0100
  • f010e84c94 nix: install static Astro 2022-12-23 18:21:05 +0100
  • def1e2bf3c add homepage Astro 2022-12-23 18:06:42 +0100
  • 249764acae revise metrics naming Astro 2022-12-20 04:10:45 +0100
  • 0f1a8fb546 nixos-module: lower RestartSec, increase WatchdogSec Astro 2022-12-20 04:00:28 +0100
  • 959c5c41b2 relay: add histogram "relay_post" Astro 2022-12-20 03:59:32 +0100
  • a3847e20b2 relay: add post_url to debug output Astro 2022-12-20 03:57:31 +0100
  • ce5add113f db: add NOT NULL constraints Astro 2022-12-20 03:48:14 +0100
  • 6aeab7f7aa db: sprinkle with metrics::histogram! Astro 2022-12-20 03:40:51 +0100
  • a3c87c9311 add metrics Astro 2022-12-20 03:13:44 +0100
  • 402d7fc9a7 db: correct CREATE INDEX IF NOT EXISTS Astro 2022-12-20 01:16:53 +0100
  • 9e59e55f4e db: undo CREATE INDEX IF NOT EXISTS Astro 2022-12-20 01:13:41 +0100
  • 95177a63d3 nixos-module: hack db config Astro 2022-12-20 01:09:09 +0100
  • 285ad182b4 nixos-module: reformat db config Astro 2022-12-20 01:04:40 +0100
  • 7856385df0 nixos-module: minimalize db config Astro 2022-12-20 00:58:57 +0100
  • 6056f781f0 nixos-module: configure db user Astro 2022-12-20 00:54:16 +0100
  • 74017d3176 db: CREATE INDEX IF NOT EXISTS Astro 2022-12-20 00:37:16 +0100
  • 6693a7a10e nixos-module: init Astro 2022-12-20 00:37:05 +0100
  • 454799c296 add systemd notify+watchdog Astro 2022-12-20 00:19:21 +0100
  • 0c13db943c delint Astro 2022-12-20 00:15:00 +0100
  • 2efa522c8a nixify Astro 2022-12-20 00:09:17 +0100
  • 7399f9c631 relay: concurrentize Astro 2022-12-20 00:04:56 +0100
  • 970f8e8d1b fix * Astro 2022-12-19 23:01:53 +0100
  • 3b609f5b49 implement unfollow Astro 2022-12-19 21:54:56 +0100
  • d3bf9a579e main: downcase ActorKind.0 Astro 2022-12-19 21:22:15 +0100
  • a099746cf5 working as intended Astro 2022-12-19 21:20:13 +0100
  • bb781cb40f relaying works Astro 2022-12-18 21:31:50 +0100
  • 177051be52 relay can be followed Astro 2022-12-13 04:12:35 +0100
  • 6260f4306e fixes Astro 2022-12-12 21:31:42 +0100
  • 1ea9cac671 in progress Astro 2022-12-11 01:07:39 +0100