aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
Commit message (Collapse)AuthorAge
* -some coverityMartin Schanzenbach2022-07-01
|
* FCFSD: Allow configuration of relative expiration time of added recordsMartin Schanzenbach2022-05-09
|
* -unusedMartin Schanzenbach2022-04-02
|
* NAMESTORE: Towards new transaction-based APIMartin Schanzenbach2022-03-21
|
* -forgot test fileMartin Schanzenbach2022-03-18
|
* -cov fixesMartin Schanzenbach2022-03-16
|
* -better lock handling/refactoring !coverityMartin Schanzenbach2022-03-16
|
* -actually lock label of a zone, not all labelsMartin Schanzenbach2022-03-16
|
* NAMESTORE: Add record set blocking APIMartin Schanzenbach2022-03-16
| | | | | | | New API that allows the caller to reserve the mofification of a record set under a label. The record set cannot be modified by other clients until released.
* -fix namestore testsMartin Schanzenbach2022-03-16
|
* NAMESTORE: Prevent storing records under invalid labelsMartin Schanzenbach2022-03-15
|
* -changelog housekeeping; namestore messagev0.16.1Martin Schanzenbach2022-03-04
|
* NAMESTORE: Warn use of low relative expiration timesMartin Schanzenbach2022-03-04
|
* NAMESTORE: Do not display label for TOMBSTONE only record setsMartin Schanzenbach2022-03-03
|
* -fixMartin Schanzenbach2022-02-25
|
* -fixMartin Schanzenbach2022-02-25
|
* -fixMartin Schanzenbach2022-02-25
|
* -fix namestore rest testMartin Schanzenbach2022-02-25
|
* -fix namestore testsMartin Schanzenbach2022-02-25
|
* -gix record handlingMartin Schanzenbach2022-02-25
|
* -hide tombstone againMartin Schanzenbach2022-02-25
|
* GNS: Allow lowercase and uppercaseMartin Schanzenbach2022-02-15
| | | | | According to LSD0001, atm lowercase and uppercase names are allowed and different.
* GNS/NAMESTORE: Fix GNS2DNS delegationsMartin Schanzenbach2022-02-14
|
* -fix namestore logicMartin Schanzenbach2022-02-08
|
* GNS: LSD0001 improvementsMartin Schanzenbach2022-02-07
| | | | | | NAMESTORE: Better error handling. Fixed private record feature. GNSRECORD: Record inconsistency check for delegation and redirection records
* -byebye tombstonesMartin Schanzenbach2022-02-06
|
* -simlify and correct tombstone logicMartin Schanzenbach2022-02-06
|
* -fix issue with tombstone deletion when records are addedMartin Schanzenbach2022-02-05
|
* -ftbfs; uncrustify does not like the cmp macroMartin Schanzenbach2022-02-05
|
* GNS: Implement Tombstone logicMartin Schanzenbach2022-02-05
| | | | | | | | GNS: Namestore zonemaster record store processing ZONEMASTER: Do not publish records if tombstone expires in the future NAMESTORE: Purge old tombstones.
* GNS: Introduce CRITICAL flag. Fixes #7169Martin Schanzenbach2022-02-03
|
* -ftbfsMartin Schanzenbach2022-02-03
|
* GNS: Towards NFCMartin Schanzenbach2022-01-18
|
* -fix legacyMartin Schanzenbach2022-01-04
|
* BUILD: gnunet-signatures from ganaMartin Schanzenbach2022-01-04
|
* Fix gnunet-namestore's URI importAlessio Vanni2021-11-21
|
* Improve gnunet-bcd and update logo used in generated cardsAlessio Vanni2021-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The HTML forms now use a custom CSS instead of importing Bootstrap 4. This new CSS is basd on Bootstrap 5 with some minimal differences to make it look a bit like the older theme. Bootstrap was removed because these pages don't need its full power and also because it was difficult for some text editors to handle the one-long-line minified CSS embedded in the HTML. Since the forms are just a series of label + input elements, using a specific set of directives doesn't add any significant maintenance cost while making editing easiers. A new form to generate a simplified card was added. This card is desgined to reduce the leftover whitespace when some optional entries are left blank in the "full" form, while at the same time giving importance to the QR code containing the GNS address. Its layout can be improved. The simplified form can also be used to generate a PNG picture of the QR code, so that it can be included in other graphical media other than a business card, for example on a flyer or in the signature of a HTML-based e-mail. Generally, the gnunet-bcd service should provide a slightly better user experience, even if it's just to provide different pages for different errors but with a unified style. The logo used in the cards has been changed from the previous "gnu in front of a spiderweb" illustration to the new "gnu-shaped network of peers" image. It is also now a pure TikZ picture instead of being made using PSTricks, because, apparently, there is an incompatibility between the two packages in recent versions which made it impossible to compile the file. As a consequence of the incompatibility between TikZ and PSTricks, the QR code is now generated using the 'qrcode' package. This commit contains some changes to FCFS, but they're just some minor fixes and are unrelated to the changes to BCD.
* BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach2021-10-11
|
* -remove (invalid) testing zone keys !tarballMartin Schanzenbach2021-08-29
|
* -fix nptr issuesMartin Schanzenbach2021-08-08
|
* -fix spellingChristian Grothoff2021-05-20
|
* -add forgotten NULL valuesAlessio Vanni2021-05-16
|
* [FCFSD] Provide a better user experienceAlessio Vanni2021-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The motivations behind these changes are as following. To begin with, at the most superficial level, the form is given a better appearance, instead of some plain XHTML. Additionally, the served pages can be substituted with something else by using an entry in the configuration value, altough with some limitations. The page listing all the registered zones has been removed in favour of a search function. A configuration entry could've been used to let service operators choose between showing the full listing or not, but at the same time, being presented with a (possibly) giant list of names is not that great from a usability point of view. Having a search function is, at the very least, faster than having to wait for the full list to be displayed before being able to use the user agent's page search feature. Other than the above, people registering names with the service might not want to be known by everyone. Even though checking if a certain name or key was registered already can be known simply by querying the service, it's not straightforward to associate a name with a specific key (or viceversa). Last but not least, the service was restructured to be more "route-oriented" instead of the traditional (X)HTML document format. The main purpose of this change is to decouple usage of the service from the tools used to access it. With a traditional document, users are pretty much forced to use a web browsers as data submission is carried through the standard HTML form handling. Now, it is possible to access the service using any tool capable of speaking HTTP, regardless of wether it's a web browser, cURL or even a custom tool specific for this service. Another advantage of this approach is that it allows adding "layers" to the service, for example an authentication check before letting users register a name. As long as the layer immediately on top of the service is able to send some JSON using HTTP, there is no need to have users access the service itself: just put a "proxy" inbetween and run the service locally, while the proxy handles other administrative tasks before a name can be registered. By using layers, the service can keep being small feature-wise (i.e. provide only searching and registering), while everything else is provided by other applications, including access through protocols other than HTTP.
* - fix misc typosChristian Grothoff2021-04-28
|
* -fix many more typosChristian Grothoff2021-04-26
|
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* -fixing memleaks and nptr derefsMartin Schanzenbach2021-03-26
|
* -more coverityMartin Schanzenbach2021-03-26
|
* more identity-linker fixesChristian Grothoff2020-12-29
|
* -fix postgres test connection stringMartin Schanzenbach2020-11-13
|