Wykres commitów

131 Commity (master)

Autor SHA1 Wiadomość Data
fiatjaf 1aebb3911c add nip05: dns domains. 2021-06-18 00:36:44 -03:00
fiatjaf 9ee3a0259e repurpose NIP-02 and add NIP authorship.
embed the functionalities added by https://github.com/fiatjaf/nostr/pull/16
into NIP-02, which can now be used for petnames, contact sharing and follow-list
backups.
2021-05-22 13:38:25 -03:00
fiatjaf dcd8cc38bb add links to nostwitter instances. 2021-03-04 12:18:19 -03:00
fiatjaf 54dfb466cd add kind to basic filter definition. 2021-03-04 12:18:19 -03:00
emeceve 14b8d01dbb Specifies timestamp to be in seconds 2021-02-25 20:42:53 -03:00
fiatjaf 2f1d1cea63 add note about unknown event kinds. 2021-02-14 21:45:53 -03:00
fiatjaf 33a1a70e6e yet another new nip-01, hopefully this is good now. 2021-02-14 21:44:10 -03:00
fiatjaf 62dfb5f565 add NIP-04.
closes https://github.com/fiatjaf/nostr/pull/10.

I couldn't merge that branch because it had unrelated stuff, so I used this opportunity to rewrite some things in the NIP.
2021-02-14 13:04:48 -03:00
fiatjaf ed0c7fd681 add nostr-rs. 2021-02-09 14:16:21 -03:00
fiatjaf 9c8a98afc1 link to nostr-twitter github repo. 2021-02-07 15:19:35 -03:00
fiatjaf 7ce9825524 add noscl. 2021-02-07 08:35:41 -03:00
fiatjaf e41088b888 add @rsbondi's tools and go-nostr. 2021-02-06 01:01:18 -03:00
Benoit Verret 554d5326b7 Proofread 2021-01-23 09:26:17 -03:00
fiatjaf 20b6cdd39b add @rsbondi's nostr-tools playground. 2021-01-17 20:26:28 -03:00
fiatjaf af110bab73 add more info and implementation details to NIP-01. 2021-01-17 20:24:08 -03:00
fiatjaf 4bfe5e98ea add software list, remove checklist.
add a new "what is wrong with solutions that require everybody to run
their own server" section.
2021-01-14 00:24:07 -03:00
fiatjaf 098aa10a5b move relay and web-client out to other repositories. 2021-01-13 23:45:50 -03:00
fiatjaf 31ebd7e83d add very short summary. 2021-01-13 09:49:49 -03:00
fiatjaf 1f97baf39c quickfix for the Setup page. 2021-01-10 20:52:01 -03:00
fiatjaf d7011916b9 implement some ping-pong that works. 2021-01-10 19:25:06 -03:00
Adam Soltys 7e195ce283 move commonjs() plugin up to run earlier in the bundle pipeline 2021-01-10 19:09:16 -03:00
fiatjaf 5c134a71cc relay and web-client working.
except for the fact that this websocket is short-lived and keeps dying.
2021-01-10 00:05:37 -03:00
fiatjaf b04a38b20a finally get the new nip-01 working everywhere -- almost. 2021-01-09 22:01:47 -03:00
fiatjaf 3ea14c034a allow any origin for the websocket. 2021-01-07 13:54:57 -03:00
Glen Cooper 28b2ed7415 typo: worst -> worse 2021-01-07 13:50:26 -03:00
fiatjaf c6dbcba906 improve nip01. 2021-01-06 10:08:14 -03:00
fiatjaf 00e5667471 nip-01: update to reflect new serialization and websocket interface. 2021-01-04 23:15:10 -03:00
fiatjaf 56eff922ad relay: new serialization and websocket scheme. 2021-01-04 12:17:19 -03:00
fiatjaf afbebf3fa6 use generic tags in events instead of references. 2021-01-03 21:48:27 -03:00
fiatjaf f2f2b6a066 save your own notes locally when they're received from relays.
this is useful to keep a local backup of notes you may have published
from other clients in your main client (or even doing a light syncing-
backup strategy for your own notes by using the same key in multiple
clients).
2020-12-30 00:09:02 -03:00
fiatjaf 1ae23c9c20 add nip-03: opentimestamps. 2020-12-28 09:56:59 -03:00
fiatjaf e3b3d7d9d7 update client URL. 2020-12-27 00:52:31 -03:00
Melvin Carvalho 01ce56e052 Fix typo: wway -> way 2020-12-18 14:28:01 -03:00
fiatjaf 4d85fddc27 limits, timeouts, max content sizes. 2020-12-17 16:48:49 -03:00
fiatjaf 448a7c6db1 rate-limit /save_event 2020-12-17 16:21:08 -03:00
fiatjaf 1905355c8a show names in following list. 2020-12-17 13:39:37 -03:00
fiatjaf 4ed92f6179 a better way to show petnames or other names and other improvements to Profile. 2020-12-08 13:40:31 -03:00
fiatjaf af56ddc7bd fix notes filter in profile browsing. 2020-12-08 00:01:07 -03:00
fiatjaf f3872fb6f7 nip-02 along with a hacky implementation. 2020-12-08 00:01:07 -03:00
fiatjaf 4d4c7d1c48 fix browsing index. 2020-12-07 09:39:48 -03:00
fiatjaf d39c1fc252 fix reference fetching and rename request_note to request_event. 2020-12-07 09:34:25 -03:00
fiatjaf 7f8c28de0f document and implement limit/offset behavior. 2020-12-06 16:42:47 -03:00
fiatjaf 3aa187e8fe remove time checking from relay. 2020-12-06 16:30:48 -03:00
fiatjaf 34fb96f1bd do not error on no-rows. 2020-12-05 09:40:09 -03:00
fiatjaf 458e7c6612 do not query reference counts.
they are expensive and useless, easily gameable.
2020-12-03 23:17:22 -03:00
fiatjaf 4cf91a1916 update context names -> {p, n, r} 2020-12-03 23:16:54 -03:00
fiatjaf 64365201a6 rename /listen_updates -> /listen_events 2020-12-03 13:30:28 -03:00
fiatjaf 0652a679a5 fix renaming and publishlog, add 'retry' button. 2020-12-03 13:28:53 -03:00
fiatjaf b41d607fa0 import secret keys. 2020-11-22 22:18:15 -03:00
fiatjaf ff7709302d key-petname translator as a vuex getter. 2020-11-22 22:17:47 -03:00