Commit Graph

364 Commits

Author SHA1 Message Date
90f0c5f403 np 2025-01-10 16:48:11 -05:00
d37f886f62 domain 2025-01-10 16:48:11 -05:00
6f3fc32f7b todo 2025-01-10 16:48:11 -05:00
af8949395b np 2025-01-10 16:48:11 -05:00
2860cb0909 np 2025-01-10 16:48:11 -05:00
b82c269cc3 updates 2025-01-10 16:48:11 -05:00
fe5a081c37 title 2025-01-10 16:48:11 -05:00
af7056e50c reduce cache duration 2025-01-10 16:48:11 -05:00
32cd48ac5e updates 2025-01-10 16:48:11 -05:00
f89f311759 new config 2025-01-10 16:48:11 -05:00
70aafae383 wip on feeds 2025-01-10 16:48:11 -05:00
584d92845a wip 2025-01-10 16:48:11 -05:00
213e0d86f2 wip 2025-01-10 16:48:11 -05:00
ac48384d19 wip 2025-01-10 16:48:11 -05:00
a1fa59b960 feeds wip 2025-01-10 16:48:11 -05:00
09e251fd59 stories 2025-01-10 16:48:11 -05:00
4f3d97bc60 update for new DB format 2025-01-10 16:48:11 -05:00
9cd1a26e1d get rid of thread locking: just do simple round robin 2025-01-10 16:48:11 -05:00
6c4cc96210 use vendored perl dep 2025-01-10 16:48:11 -05:00
04978528ad web todo 2025-01-10 16:48:11 -05:00
6cd13443f1 when the JS is upgraded but the browser has a cached page, turbo sometimes tries to reinsert the old one, causing "already declared" errors 2025-01-10 16:48:11 -05:00
dbb0cd1c17 updates 2025-01-10 16:48:11 -05:00
ddb1a9124b updates 2025-01-10 16:48:11 -05:00
4975dbc2e2 paginated user comment screens 2025-01-10 16:48:11 -05:00
e987b8dcfc fix 2025-01-10 16:48:11 -05:00
27f9ddfc1f reduce voting spam 2025-01-10 16:48:11 -05:00
6130bdcc37 simplify caching 2025-01-10 16:48:11 -05:00
4115ce8ce7 wip 2025-01-10 16:48:11 -05:00
cb5d10ab58 wip 2025-01-10 16:48:11 -05:00
3c8dd172d8 wip 2025-01-10 16:48:11 -05:00
3bd84de964 wip 2025-01-10 16:48:11 -05:00
e0f858bd8f packaging 2025-01-10 16:48:11 -05:00
ea58ce5068 packaging 2025-01-10 16:48:11 -05:00
2b8ff15a36 wip 2025-01-10 16:48:11 -05:00
cd8a56b360 wip 2025-01-10 16:48:11 -05:00
6380ca2987 wip 2025-01-10 16:48:11 -05:00
f23ee39198 wip 2025-01-10 16:48:11 -05:00
66b26f2cb1 bring static files into regular build process 2025-01-10 16:48:11 -05:00
4c0ce3df0b web wip 2025-01-10 16:48:11 -05:00
542552ab0f release 1.0.4 1.0.4 2025-01-10 16:44:24 -05:00
c3b3789bc4 fixme 2025-01-10 16:38:36 -05:00
85a2b875a3 in router, ensure the configured timeout is installed for first connections 2025-01-10 16:35:24 -05:00
d910fb203c unneeded include 2025-01-10 16:18:26 -05:00
87a8922165 10x default maxReqFilterSize 2025-01-10 16:17:34 -05:00
54da4a7023 Merge pull request #131 from opslag/master
feat: Make relay URL available in plugin
2024-12-20 14:43:03 -05:00
baf3ec5d12 Merge pull request #132 from kroese/master
fix: Clamp Event strings
2024-12-20 14:42:24 -05:00
2fb8551943 Merge pull request #133 from jb55/req-filter-param
config: add maxReqFilterSize
2024-12-20 14:41:25 -05:00
7801680ae5 config: add maxReqFilterSize
Add a configurable option for expanding the number of allowed filters
in REQ.

The motivation here is to support queries of this nature:

["REQ", "last-note-from-each-user",
{ "authors": [ "a" ], "kinds": [ 1 ], "limit": 1 },
{ "authors": [ "b" ], "kinds": [ 1 ], "limit": 1 },
{ "authors": [ "c" ], "kinds": [ 1 ], "limit": 1 },
{ "authors": [ "d" ], "kinds": [ 1 ], "limit": 1 },
{ "authors": [ "e" ], "kinds": [ 1 ], "limit": 1 },
{ "authors": [ "f" ], "kinds": [ 1 ], "limit": 1 },
{ "authors": [ "g" ], "kinds": [ 1 ], "limit": 1 },
{ "authors": [ "h" ], "kinds": [ 1 ], "limit": 1 },
{ "authors": [ "i" ], "kinds": [ 1 ], "limit": 1 }
...
* 1000
]
2024-12-20 10:17:06 -08:00
f0ace12a5b nix: flatbuffers_23 is required
newer nixpkgs have flatbuffers set to v24 which doesn't work
2024-12-20 10:11:52 -08:00
13fdafa73e fix: Clamp Event string 2024-12-11 22:10:50 +01:00