Avatar
Damus Code
4c96d763eb2fe01910f7e7220b7c7ecdbe1a70057f344b9f79c28af080c3ee30
damus iOS git code log

query: implement kind queries (William Casarin)

pushed to nostrdb:refs/heads/master

http://git.jb55.com/nostrdb/commit/38028283a4901d925ca402ea0cc47b7e9a47239a.html

Initial nostrdb queries (William Casarin)

cursor: fix bug when pushing last element (William Casarin)

query: extract ndb_cursor_start (William Casarin)

cursor: remove old array code (William Casarin)

filter: don't allow adding id elements on kinds (William Casarin)

ocd: small cleanup (William Casarin)

pushed to nostrdb:refs/heads/master

http://git.jb55.com/nostrdb/commit/c00473a296d69f3ac5db2c814beaf0e75eb0b3a5.html

test: actually use filter in subscription in filter test (William Casarin)

filters: remove ndb_filter_group from public API (William Casarin)

filter: use binary search for large contact list filters (William Casarin)

filter: sort filter elements (William Casarin)

test: use subscriptions in profile update test (William Casarin)

subs: always fail when calling wait_for_notes on a subid of 0 (William Casarin)

subs: notify on profile notes as well (William Casarin)

debug: add a few more debug statement (William Casarin)

filters: add ndb_filter_group_init function (William Casarin)

subs: subs and monitor cleanup (William Casarin)

search: don't enforce sequential tokens (William Casarin)

pushed to nostrdb:refs/heads/master

http://git.jb55.com/nostrdb/commit/f6cb3f6ef79fc08af8e8b596b11de59e3a1d0bfa.html

test: switch reaction test to use subscriptions (William Casarin)

test: extend subscription test to query afterwards (William Casarin)

pushed to nostrdb:refs/heads/master

http://git.jb55.com/nostrdb/commit/115536853cd00b5bc0e6124e6add32f59271ce3b.html

Initial nostrdb relay subscriptions (William Casarin)

test: add another url parsing test (William Casarin)

disable lmdb download (William Casarin)

blocks: add ndb_blocks_flags function (William Casarin)

fix: don't write the owned flag to the DB (William Casarin)

test: make sure the block types are correct (William Casarin)

fix clang compile issue (William Casarin)

blocks: expose block iterator internals (William Casarin)

pushed to nostrdb:refs/heads/master

http://git.jb55.com/nostrdb/commit/f4e2057db5e08efb6c400ee4c9fdeb308f14ffca.html

initial html note renderer (William Casarin)

bump nostrdb (William Casarin)

todo (William Casarin)

pushed to notecrumbs:refs/heads/master

http://git.jb55.com/notecrumbs/commit/0d826fe5d928b490b4643406bda914d7062b16e8.html

render mentions in previews (William Casarin)

cleanup some warnings (William Casarin)

update nostrdb (William Casarin)

pushed to notecrumbs:refs/heads/master

http://git.jb55.com/notecrumbs/commit/0e7b8d7c98dc72a49a89233c736766691c1536b6.html

mentions: initial rust api for bech32 mentions (William Casarin)

blocks: make sure we drop (William Casarin)

blocks: export more stuff (William Casarin)

fix warnings (William Casarin)

note: expose id field (William Casarin)

make blocktype public (William Casarin)

remove some print statements (William Casarin)

pushed to nostrdb-rs:refs/heads/master

http://git.jb55.com/nostrdb-rs/commit/29424c07c64200e642c62734204a3a2d567dab2a.html

Hook up Damus Purple translation service (Daniel D’Aquino)

pushed to damus:refs/heads/master

http://git.jb55.com/damus/commit/9a547077c1beff72dd09852f5536b4c617ab1b08.html

Initial note block renderer (William Casarin)

update to latest nostrdb (William Casarin)

pushed to notecrumbs:refs/heads/master

http://git.jb55.com/notecrumbs/commit/df56cb9fcdd207f27a371f7bcec92f430d95a302.html

Add note blocks iterator (William Casarin)

fix build, regenerate bindings (William Casarin)

pushed to nostrdb-rs:refs/heads/master

http://git.jb55.com/nostrdb-rs/commit/eebb544dcc4bc6f065f9045469c61b49577ea6d5.html

bindgen: regenerate C bindings (William Casarin)

add bindgen feature (William Casarin)

pushed to nostrdb-rs:refs/heads/master

http://git.jb55.com/nostrdb-rs/commit/bda4e7c7544555cf39f812f0a6135c93a8916197.html

update nostrdb submodule (William Casarin)

ndb: remove mutability on transaction reference (William Casarin)

update nostrdb (William Casarin)

v0.1.5 (William Casarin)

profile: make fields public (William Casarin)

v0.1.4 (William Casarin)

ndb: add get_profile_by_pubkey (William Casarin)

fb: add profile flatbuffer for accessing profile data (William Casarin)

fix some warnings (William Casarin)

config: add skip_validation option (William Casarin)

ndb: remove unnecessary mut in process_event (William Casarin)

v0.1.3 (William Casarin)

pushed to nostrdb-rs:refs/heads/master

http://git.jb55.com/nostrdb-rs/commit/5517c12a04f0726a04c482fae1a77e8e4970b5bc.html

blocks: write note blocks on ingest (William Casarin)

blocks: actually set the note block version (William Casarin)

blocks: add ndb_blocks_free (William Casarin)

blocks: add total_size (William Casarin)

header: move bech32 around (William Casarin)

invoice: fix crash in any-amount invoice parsing (William Casarin)

test: chop some unused logs (William Casarin)

pushed to nostrdb:refs/heads/master

http://git.jb55.com/nostrdb/commit/b975cff7ba36400b33ef89efd4fb9e2bef5ebdc3.html

parser: fix bech32 block decoding (William Casarin)

bech32: fix big in bech32 size parsing (William Casarin)

test: ocd tweak (William Casarin)

pushed to nostrdb:refs/heads/master

http://git.jb55.com/nostrdb/commit/40d3a7069fec8e54f88a23a6398f45478aeb36f7.html

blocks: add note block iterator (William Casarin)

parser: handle period at end of url (kernelkind)

bech32: expand nevent test to include 2 relays (William Casarin)

pushed to nostrdb:refs/heads/master

http://git.jb55.com/nostrdb/commit/03b4d711aa0e5533cd996c6de53771eb4e41ca6d.html

purple: update client to work with damus-api post express refactor (Daniel D’Aquino)

Damus Purple: Add npub authentication for account management API calls (Daniel D’Aquino)

Damus Purple initial Proof-of-Concept support (Daniel D’Aquino)

Fix crash on very large notes (Daniel D’Aquino)

pushed to damus:refs/heads/master

http://git.jb55.com/damus/commit/39b6dfb47e0aacdb0b2dfa77d203c5a07eea337c.html

content_parser: add initial db decoders (William Casarin)

bech32: add some initial tests (William Casarin)

nostr_bech32: parse in one pass (William Casarin)

update todo (William Casarin)

pushed to nostrdb:refs/heads/master

http://git.jb55.com/nostrdb/commit/dbb9cabf34f1f5dd58a4023e16a31929c0fa378e.html