stronglink icon indicating copy to clipboard operation
stronglink copied to clipboard

A searchable, syncable, content-addressable notetaking system

Results 92 stronglink issues
Sort by recently updated
recently updated
newest added

Google Query Language, supported by CouchDB. https://github.com/pouchdb/pouchdb/wiki/Google-Query-Language-Documentation

This is a very minor issue but it's ugly and I bet people will complain about it. If we have a start URI, we know we should show the button...

One file can have many different URIs, under different algorithms or different encodings (at least until we add #15). When you query for e.g. `target=[uri]`, we should probably find all...

Currently StrongLink uses plain HTTP (or eventually HTTPS) for everything, including the real-time query results list (which is an abuse of the protocol, since it's intended for documents, not continuous...

Our `alogf` log function prefixes logged messages with a timestamp, which is very useful. Unfortunately, that requires two printf statements, which we don't want to get split up by concurrent...

In our preview generator for CommonMark Markdown files, we allow clickable links, including `hash:` links. That means we don't use cmark's "safe" link checker that prohibits `javascript:` links, among other...

security

My philosophy on C is that there is so much undefined behavior, we can turn it into any language we want it to be, including one focused on security. I...

security

We already use `calloc` and `reallocarray`. We should also start using compiler intrinsics (or substitutes where unavailable) for safe integer operations.

security

Note: this issue is NOT about HTTP range requests (see #98). Right now our query system only supports strict equivalence for meta-data filters. We should normalize to be case insensitive....

It should be pretty trivial to support the `Range` request header on our raw files. Not sure how this interacts with compression, which is one reason why we don't compress...