2b10fea6e7
fried feature
2024-09-04 23:12:00 -04:00
17f1ab3eea
todo
2024-09-04 23:12:00 -04:00
47c26cc887
don't use flatbuffers for Event index table (make it opaque)
2024-09-04 23:12:00 -04:00
391f632b73
don't store receivedAt and source metadata
2024-09-04 23:12:00 -04:00
21d4e07b87
remove prefix matching for ids and authors filter fields
...
- this also fixes https://github.com/hoytech/strfry/issues/109
2024-09-04 23:12:00 -04:00
80249f2078
todo
2024-09-04 23:12:00 -04:00
454bb79291
bugfix
2024-09-04 23:12:00 -04:00
058c97f856
use custom packing for indexable data: PackedEvent
2024-09-04 23:12:00 -04:00
3905f84ec8
clean-up expiration logic a bit
2024-09-04 23:08:50 -04:00
f7ee2c23f1
Merge pull request #117 from KoalaSat/fix-cron-expiration-clean-up
...
Fix Cron expiration clean-up
2024-09-04 17:05:37 -04:00
3b79f3efe1
Fix Cron expiration clean-up
2024-08-08 14:35:35 +02:00
32a367738c
add perl dependency
2024-07-22 14:41:20 -04:00
730f10cd3a
plugin debug script
2024-07-21 11:18:36 -04:00
26991c79f3
remove back-compat with DB versions 0: fixes an annoying edge case where DB version isn't recorded on startup
2024-07-19 00:20:30 -04:00
19cff0502f
bump golpe
2024-07-19 00:20:30 -04:00
34750699df
Merge pull request #95 from alexgleason/nip11-limitation
...
Add NIP-11 limitations
2024-07-18 23:39:19 -04:00
30982c3f6c
Merge pull request #100 from fiatjaf/nip70
...
implement NIP-70: protected events
2024-07-18 23:38:44 -04:00
5f89575568
Merge pull request #104 from zappityzap/pr-add-nip11-icon
...
Add NIP-11 icon URL
2024-07-18 23:33:19 -04:00
7ac7eaab80
fix build
2024-07-18 21:35:28 -04:00
233c50c88b
remove perl package deps (they are now vendored in by golpe)
2024-07-18 21:28:42 -04:00
1b6292303d
update supported nips list.
2024-04-09 08:20:11 -03:00
42b28b9482
implement NIP-70, protected events.
2024-04-08 16:26:32 -03:00
4021651d34
Add NIP-11 icon setting
2024-03-24 14:54:21 -07:00
527dc14a86
Add NIP-11 limitations
2023-12-19 17:21:21 -06:00
c0dec7c53f
Merge pull request #90 from cosmicpsyop/feature/ubuntu-pkg-job
...
create debian package framework and git action job
2023-12-19 16:21:10 -05:00
5b7d3a2503
Merge pull request #92 from alexgleason/nodeinfo
...
Add nodeinfo support
2023-12-19 16:11:35 -05:00
87acec91c3
Add nodeinfo support
2023-12-19 12:16:16 -06:00
b02740d6cc
create debian package framework and git action job
2023-12-17 19:50:27 -08:00
b05bde94d1
Merge pull request #80 from cosmicpsyop/feature/freebsd-support-two
...
feature/freebsd-support-two: add build goal to README. optimize 'pkg install' manifest
2023-12-16 11:01:15 -05:00
80f41baa22
Merge pull request #78 from cosmicpsyop/feature/freebsd-support-one
...
feature/freebsd-support-one: main freebsd adjustments
2023-12-16 11:00:52 -05:00
b63eada739
Merge pull request #87 from cosmicpsyop/fix-ubuntu-docker
...
ensure docker guest builddir is not tainted from a previous host build
2023-12-16 10:58:18 -05:00
f3dc0963b0
move clean
2023-12-08 15:03:47 -08:00
9600a468a0
ensure the builddir is not tainted from a previous host build
2023-12-08 00:18:12 -08:00
013d611145
missing package in shell.nix - thanks jb55
2023-11-24 08:16:47 -05:00
f0a4a9054d
feature/freebsd-support-one: revert revert revert
2023-11-08 19:11:06 -08:00
d78c83e5b8
feature/freebsd-support-two: add build goal to README. optimize pkg add manifest
2023-11-08 09:03:38 -08:00
b5bf2dc625
feature/freebsd-support-two: add build goal to README. optimize pkg add manifest
2023-11-08 08:32:27 -08:00
62ed4b901d
feature/freebsd-support-one: revert revert modules
2023-11-07 21:10:28 -08:00
719654779a
Merge pull request #79 from mleku/master
...
arch linux docker
2023-11-07 16:47:08 -05:00
55e42c24fa
polished and better comments
2023-11-07 19:52:26 +00:00
1dadef70a8
arch linux dockerfile
2023-11-07 19:17:33 +00:00
ae24826a37
feature/freebsd-support-one: revert modules
2023-11-07 10:32:39 -08:00
f0ee6a91b8
feature/freebsd-support-one: restore line
2023-11-07 09:32:19 -08:00
bc21e7b16c
setRLimits refactor to snarf as many handles available up to asked for
2023-10-25 01:42:14 -07:00
4736f37da6
Update gople module
2023-10-24 03:52:00 -07:00
b22e515a71
feature/freebsd-support-one: main freebsd adjustments
2023-10-24 03:31:54 -07:00
13b0296ba3
Merge pull request #76 from Dimi8146/patch-1
...
Update README.md
2023-10-22 11:35:58 -04:00
734f081fed
Update README.md
...
Missing logic
2023-10-21 15:35:43 -05:00
3579f2142b
docs: line buffering in Python
2023-09-26 16:30:13 -04:00
b3e59566c6
switch import to use WriterPipeline
...
- This makes it do the verification and writing in parallel
- Also, it will now flush periodically (default 1s) even if it has read
fewer than N (default 10k) records from stdin. This lets import be used
as a general-purpose non-relay event ingester. To do so, users must
ensure that the stdout of their process they pipe into import is line
buffered.
2023-09-26 16:03:09 -04:00