aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Collapse)AuthorAge
...
* RECLAIM: Tickets are now simply GNS namesMartin Schanzenbach2024-04-29
|
* JSON lib: parse and pack blinded messageChristian Blättler2024-04-28
|
* RECLAIM: Rework reclaimID API; Issue #8703Martin Schanzenbach2024-04-26
|
* add json pack helper for unblinded signaturesChristian Blättler2024-04-26
|
* fix blind sign pq result helpersChristian Blättler2024-04-19
|
* add pq result and query helpers for blind sign keysChristian Blättler2024-04-18
|
* FS: Implement function to retrieve file hash from chk uriTheJackiMonster2024-04-18
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Add functionality to exchange global external IPs for natted peers.t3sserakt2024-04-08
|
* TRANSPORT: Fix IPv6 setting in UDP communicator.Martin Schanzenbach2024-03-15
|
* elligator: API changes for encoding + function documentationsPedram Fardzadeh2024-03-11
|
* elligator: code cleanupPedram Fardzadeh2024-03-11
|
* PQ: add int64 data type supportChristian Grothoff2024-03-08
|
* - uncrustify codeMartin Schanzenbach2024-03-06
|
* udp communicator: ECDH with elligatorPedram Fardzadeh2024-03-06
|
* elligator: kem encaps and decapsPedram Fardzadeh2024-03-06
|
* elligator: code cleanupPedram Fardzadeh2024-03-06
|
* crypto: fix elligator warningsMartin Schanzenbach2024-03-01
|
* util: initial elligator implementationPedram Fardzadeh2024-02-28
|
* CRYPTO: Improve comments for ECC DHv0.21.0-talerdev.6Martin Schanzenbach2024-02-27
| | | | NEWS:-
* PEERSTORE: Remove faulty upsert API again.Martin Schanzenbach2024-02-25
| | | | NEWS: -
* PEERSTORE: Fix hello_add APIMartin Schanzenbach2024-02-25
| | | | | | | | The new UPSERT API does not work as indended. Instead, we now iterate over all entries and check if we have a newer hello to add/replace. This also fixes some handle/closure oddities exposed in the peerstore API.
* PEERSTORE: Align API with NAMESTORE iterator and monitor.Martin Schanzenbach2024-02-23
| | | | | | | | | This includes renaming of PEERSTORE API calls and changing the indended usage/contract. It also deprecates some rather wonky API calls (e.g. *hello_notify and hello_add and friends) NEWS: Reworked PEERSTORE API
* MESSENGER: Uncrustify codeTheJackiMonster2024-02-18
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Various: Silence warningsMartin Schanzenbach2024-02-04
| | | | NEWS: -
* MESSENGER: Implement client side deletion and update callback for messagesTheJackiMonster2024-02-01
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* MESSENGER: Implement linked deletion of transcript and private messageTheJackiMonster2024-01-29
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -indentation, commentChristian Grothoff2024-01-27
|
* MESSENGER: Add function to delete messagesTheJackiMonster2024-01-20
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* MESSENGER: Store recipient information for each message locallyTheJackiMonster2024-01-20
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* MESSENGER: Add recipient to message callbackTheJackiMonster2024-01-20
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* MESSENGER: Implement automatic transcription of private messagesTheJackiMonster2024-01-20
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* MESSENGER: Add transcript and tag message kindsTheJackiMonster2024-01-19
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* explain GNUNET_JSON_parse_free() betterChristian Grothoff2024-01-17
|
* fix #8052Christian Grothoff2024-01-09
|
* fix #8046Christian Grothoff2024-01-09
|
* fixChristian Grothoff2024-01-08
|
* define exit code for not restarting via systemd (see #8030)Christian Grothoff2024-01-08
|
* fix typo in symbol nameChristian Grothoff2024-01-08
|
* build: update generated service ports headerMartin Schanzenbach2024-01-06
|
* MESSENGER: Implement function to send ticketTheJackiMonster2024-01-03
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* MESSENGER: Implement ticket messageTheJackiMonster2024-01-02
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* build: -testbedMartin Schanzenbach2023-12-27
|
* meson: Cleanup build, also remove deprecated testbed and peerinfo references.Martin Schanzenbach2023-12-27
|
* GANA: Update record types and TLD entriesMartin Schanzenbach2023-12-18
|
* MESSENGER: Implement automatic routing mechanismTheJackiMonster2023-12-16
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* Merge branch 'master' of git+ssh://git.gnunet.org/gnunetTheJackiMonster2023-12-16
|\
| * Util: Introduced GNUNET_TIME_relative_multiply_double.t3sserakt2023-12-15
| |
| * build: Add generated files for GNS service ports and protocols for BOXMartin Schanzenbach2023-12-14
| |
| * GNS: Implementation of SBOX recordsSebastian Nadler2023-12-07
| | | | | | | | | | | | | | | | Fix memory allocation and string handling issues in plugin_gnsrecord_gns.c and gnunet-service-gns_resolver.c GNS: sbox records Add SBox record
* | Merge branch 'master' of git+ssh://git.gnunet.org/gnunetTheJackiMonster2023-12-12
|\ \