Jeff Sikes
4e39692866
Create INSTALL-UBUNTU.md
...
Initial commit for the ubuntu install of fedibuzz relay.
2024-04-09 18:43:07 -05:00
Astro
cccc4d8cd8
README: link Ubuntu howto post
2024-04-09 23:37:45 +02:00
Astro
c541d83620
Cargo.lock: enable more reqwest features
2024-03-28 02:43:36 +01:00
Astro
667602f332
.github/workflows/build: install dependencies
2024-03-27 23:11:09 +01:00
Astro
55d4d4655c
.github/workflows/build: init
2024-03-27 22:46:40 +01:00
Astro
a0c5c87802
Cargo.lock: update
2024-03-27 22:10:53 +01:00
Astro
9fc0e0cd57
delint
2024-03-27 21:51:44 +01:00
Astro
242a4f41cb
Cargo.lock: update
2024-03-27 02:23:28 +01:00
Astro
994f8b1b6f
update dependencies axum to 0.7, reqwest to 0.12
2024-03-27 02:19:08 +01:00
Astro
99e65befb9
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/98b00b6947a9214381112bdb6f89c25498db4959' (2024-02-22)
→ 'github:NixOS/nixpkgs/c726225724e681b3626acc941c6f95d2b0602087' (2024-03-25)
• Updated input 'utils':
'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
→ 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11)
2024-03-27 00:23:42 +01:00
Astro
d94140c443
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/aa9d4729cbc99dabacb50e3994dcefb3ea0f7447' (2023-12-14)
→ 'github:NixOS/nixpkgs/98b00b6947a9214381112bdb6f89c25498db4959' (2024-02-22)
• Updated input 'utils':
'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04)
→ 'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15)
2024-02-23 01:58:48 +01:00
Astro
b07c103fde
fix getting target from object for unfollow
...
https://github.com/astro/buzzrelay/issues/15
2024-02-22 23:10:39 +01:00
Astro
d1a92f9f5e
main: try to get target from actor.object
...
https://github.com/astro/buzzrelay/issues/15
2024-02-21 21:21:33 +01:00
Astro
186d9f008e
send: remove host facet from tracing histogram
2024-01-08 03:02:04 +01:00
Astro
3a42090e0c
relay: bump worker channel capacity
2023-12-21 02:00:26 +01:00
Astro
f8708ab22e
main: validate remote_actor only for Follow and Undo
2023-12-21 01:59:44 +01:00
Astro
d6cf1a6a51
Cargo.lock: cargo update
2023-12-17 03:10:52 +01:00
Astro
01a110cf89
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/0bd59c54ef06bc34eca01e37d689f5e46b3fe2f1' (2023-11-24)
→ 'github:NixOS/nixpkgs/aa9d4729cbc99dabacb50e3994dcefb3ea0f7447' (2023-12-14)
• Updated input 'utils':
'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
→ 'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04)
2023-12-17 03:09:32 +01:00
Astro
2e39f284ad
Cargo.lock: update
2023-11-26 20:17:28 +01:00
Astro
2c625af1f8
actor: implement LanguageRelay
...
Closes Github issue #1
2023-11-26 20:17:28 +01:00
Astro
c823236a3c
flake.lock: Update
...
Flake lock file updates:
• Updated input 'naersk':
'github:nix-community/naersk/06a99941d72e2202ed62b8aa08b9869817fea56f' (2023-10-24)
→ 'github:nix-community/naersk/aeb58d5e8faead8980a807c840232697982d47b9' (2023-10-27)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c' (2023-10-25)
→ 'github:NixOS/nixpkgs/0bd59c54ef06bc34eca01e37d689f5e46b3fe2f1' (2023-11-24)
2023-11-26 02:23:48 +01:00
Astro
316b34c689
main: consolidate actor uri parsing into Actor::from_uri()
2023-10-31 04:12:03 +01:00
Astro
f9a103de9a
main: resolve webfinger with https uri
2023-10-31 04:02:31 +01:00
Astro
9cfcf60903
main: add instanceinfo api stub
...
required by AodeRelay
2023-10-31 04:02:15 +01:00
Astro
70f66cbda3
actor: add a sharedInbox field
2023-10-30 01:21:42 +01:00
Astro
2db06d8e89
activitypub: make some fields optional
2023-10-30 00:29:11 +01:00
Astro
a014477773
improve error output
2023-10-30 00:28:56 +01:00
Astro
8c431650e2
endpoint: refactor actor_cache into separate file
2023-10-28 01:29:18 +02:00
Astro
cfdd55facf
endpoint: pool and cache remote_actor() fetch
2023-10-28 00:48:40 +02:00
Astro
fc916a35c5
Cargo.toml: add newly needed serde feature
2023-10-27 02:29:40 +02:00
Astro
ce6a1ef165
Cargo.toml: remove unused dependency askama
2023-10-27 02:04:57 +02:00
Astro
d85be6a3e7
Cargo.lock: update
2023-10-27 01:55:11 +02:00
Astro
8326f26eef
static: repair HTML
2023-10-27 01:53:45 +02:00
Astro
c6fcddcf3b
static: steps overhaul, add faq
2023-10-27 01:53:30 +02:00
Astro
2b9ad7b4a2
static: keep url <pre> at constant rendering height
2023-10-27 01:44:22 +02:00
Astro
1ce14cb152
flake.lock: Update
...
Flake lock file updates:
• Updated input 'naersk':
'github:nix-community/naersk/3f976d822b7b37fc6fb8e6f157c2dd05e7e94e89' (2023-09-07)
→ 'github:nix-community/naersk/06a99941d72e2202ed62b8aa08b9869817fea56f' (2023-10-24)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/01441e14af5e29c9d27ace398e6dd0b293e25a54' (2023-10-11)
→ 'github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c' (2023-10-25)
2023-10-27 00:32:23 +02:00
Astro
a7cb1867d0
main: deliver more zeros in nodeinfo to not skew others' statistics
2023-10-18 17:23:57 +02:00
Astro
02680ffdac
main: add hostname to user-agent req header
2023-10-18 17:18:22 +02:00
Astro
7f91afa35e
forward all POSTs to redis
2023-10-12 23:38:26 +02:00
Astro
2980a15eb6
nixos-module: mangle case in redis settings
2023-10-12 22:51:54 +02:00
Astro
0dd28356b6
nixos-module: add redis settings
2023-10-12 22:43:55 +02:00
Astro
a8461c7217
add RedisConfig.password_file
2023-10-12 22:09:43 +02:00
Astro
38f5b2cb13
publish Create/Announce on redis
2023-10-12 22:09:09 +02:00
Astro
41f75bf848
state: refactor
2023-10-12 19:04:14 +02:00
Astro
ff9654d4f0
Cargo.lock: update
2023-10-12 16:04:00 +02:00
Astro
5cbce2e305
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/f3dab3509afca932f3f4fd0908957709bb1c1f57' (2023-09-27)
→ 'github:NixOS/nixpkgs/01441e14af5e29c9d27ace398e6dd0b293e25a54' (2023-10-11)
2023-10-12 15:59:44 +02:00
Astro
52cfe9c493
relay: shorten worker queue length from 1024 to 8
2023-10-09 02:25:25 +02:00
Astro
712cc328e1
fetch, send: use httpdate for formatting Date: header
...
> Oct 07 03:25:59 buzzrelay buzzrelay[676]: 2023-10-07T01:25:59.381211Z ERROR buzzrelay::relay: relay::send Response("{\"error\":\"Invalid Date header: not RFC 2616 compliant date: \\\"Sat, 7 Oct 2023 01:25:58 GMT\\\"\"}")
is it the leading 0 in the day position?
2023-10-07 03:25:43 +02:00
Astro
33baca81d8
static/index.html: update tagline
2023-09-29 01:41:47 +02:00
Astro
b7c665e674
Cargo.lock: update
2023-09-29 01:41:13 +02:00