aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* -fix ftbfs:v0.15.4-beta.0Christian Grothoff2021-11-28
| | | | |
* make sudo non-interactiveChristian Grothoff2021-11-26
|
* help fixing #7105Christian Grothoff2021-11-25
|
* Merge branch 'dev/vanni/bcd-new'Alessio Vanni2021-11-25
|\
| * Fix gnunet-namestore's URI importAlessio Vanni2021-11-21
| |
| * -do not build gnunet-bcd if pdflatex is missingAlessio Vanni2021-11-21
| |
| * -mallinfo is deprecated in favour of mallinfo2Alessio Vanni2021-11-21
| |
| * Allow gnunet-qr to read codes from PNG picturesAlessio 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.
* | add pk invariant checkChristian Grothoff2021-11-25
| |
* | Merge branch 'master' of git+ssh://git.gnunet.org/gnunetChristian Grothoff2021-11-25
|\ \
| * | - added missing broadcast test topology conf filet3sserakt2021-11-24
| | |
| * | RECLAIM: Fix bug that multiple attributes with the same name are added in CLINico Thomas2021-11-24
| | |
| * | - fixed stack overflow in tng servicet3sserakt2021-11-24
| | |
| * | Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2021-11-22
| |\ \
| | * | -fixes two memory leaksTheJackiMonster2021-11-22
| | | | | | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * | | - fix wrong kernel parameter check. Fix double free of GNUNET_HELPER_SendHandlet3sserakt2021-11-22
| |/ /
| * | -fixed problem of uninitialized memory by not using itTheJackiMonster2021-11-22
| | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * | -initialize memory with zeroesTheJackiMonster2021-11-22
| | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * | -indentChristian Grothoff2021-11-22
| | |
| * | -indentChristian Grothoff2021-11-22
| | |
| * | -fixesChristian Grothoff2021-11-22
| | |
| * | -fixesChristian Grothoff2021-11-22
| |/
| * -fix rtypeChristian Grothoff2021-11-21
| |
| * -avoid warningsChristian Grothoff2021-11-21
| |
| * -fix missing join messages in known roomsTheJackiMonster2021-11-19
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * -fix missing own member session during room openingTheJackiMonster2021-11-19
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * Merge branch 'master' of ssh://git.gnunet.org/gnunett3sserakt2021-11-19
| |\
| | * -forward stored message to client api handlerTheJackiMonster2021-11-19
| | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| | * -running messenger service as user to pick identities correctlyTheJackiMonster2021-11-18
| | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| | * -writing identity keys to buffer consistentlyTheJackiMonster2021-11-18
| | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * | - Fixed header, fixed log level, changed block until connect logic, fixed ↵t3sserakt2021-11-19
| | | | | | | | | | | | memory issues.
* | | fix event loop subscriptions on DB reconnectChristian Grothoff2021-11-25
| |/ |/|
* | subscribes are not reference counted by postgres, only subscribe/unsubscribe ↵Christian Grothoff2021-11-17
| | | | | | | | once per connection
* | -fixes memory leaks with message body decodingTheJackiMonster2021-11-15
| | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | -indentChristian Grothoff2021-11-15
| |
* | -minor code cleanupChristian Grothoff2021-11-13
| |
* | -add gns record plugin for messenger room entriesTheJackiMonster2021-11-13
|/ | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* - Added broadcast test case. changed transport_api_cmd_start_peer.c to be ↵t3sserakt2021-11-13
| | | | configure to use broadcast or not. Changed transport_api_cmd_send_simple.c to use map of connected peers. Fixed bugs in service and udp communicator.
* - using switch statement to identify different helper messagest3sserakt2021-11-09
|
* Merge branch 'master' into dev/t3ss/tngt3sserakt2021-11-09
|\
| * -better loggingChristian Grothoff2021-11-06
| |
| * -style fixesChristian Grothoff2021-11-01
| |
| * -cleanupChristian Grothoff2021-11-01
| |
| * -fix subtle bug in GNUNET_CONFIGURATION_defaultAlessio Vanni2021-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently this was there since the beginning and it wasn't caught earlier merely due to a coincidence. Basically, it was looking at the caller's values instead of GNUnet's and even when I used this function in personal projects, it just happened that I was calling this function before setting the new project data, so the two environments ended up being the same. It didn't cause any issues because it was still returning GNUnet's own configuration, meaning everything else worked as expected, but naturally if one were to move the call later on it would break. Also add a comment to answer the FIXME.
| * add logging for DB perf analysisChristian Grothoff2021-10-28
| |
| * -cleanupChristian Grothoff2021-10-25
| |
| * -style fixesChristian Grothoff2021-10-23
| |
| * -fix linker issue on DebianChristian Grothoff2021-10-22
| |
| * kdf: zero out salt correctlyFlorian Dold2021-10-19
| |