aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* - started to implement several cmds to start peers^Ctestcase plugin will be ↵t3sserakt2021-07-16
| | | | started directly from helper, functionality to communicate between master cmd loop and local cmd loop, code compiles, test is not working atm.
* -code cleanup, better error reportingChristian Grothoff2021-07-11
|
* Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2021-07-07
|\
| * -theoretically complete, alas untested plugin_dhtu_ip.cChristian Grothoff2021-07-07
| |
* | - added rudimentary cmd helper (copied from testbed-helper), binary to start ↵t3sserakt2021-07-07
|/ | | | a testcase plugin, rudimentary testcase plugin
* -rudimentary untested IP DHTU pluginChristian Grothoff2021-07-06
|
* -work on receive logicChristian Grothoff2021-07-06
|
* -more work on IP pluginChristian Grothoff2021-07-06
|
* -parsing for ip pluginChristian Grothoff2021-07-06
|
* DHTU: skeleton for pluginsChristian Grothoff2021-07-06
|
* -fix indentationChristian Grothoff2021-07-06
|
* define DHT underlay APIChristian Grothoff2021-07-06
|
* - do not include in platformMartin Schanzenbach2021-07-05
|
* UTIL: Prevent segfaults in config writeout. Fixes #6913Martin Schanzenbach2021-07-05
|
* Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2021-07-02
|\
| * DHT: cleaner implementation of peer selection logic (use 64-bits, more ↵Christian Grothoff2021-07-01
| | | | | | | | readable code)
* | - stopping testbed, starting testbed for every node, fixing bugs, implement ↵t3sserakt2021-07-02
|/ | | | traits to start peers on nodes
* - starting testbed with netjailt3sserakt2021-06-30
|
* BUILD: Fix bswap portabilityMartin Schanzenbach2021-06-28
|
* -added function to get the key of a roomTheJackiMonster2021-06-27
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -updated get_sender() to return const contactTheJackiMonster2021-06-27
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -fixed messenger find_rooms()TheJackiMonster2021-06-24
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* -style fixesChristian Grothoff2021-06-24
|
* fix debian package buildChristian Grothoff2021-06-18
|
* -debug assistChristian Grothoff2021-06-16
|
* PQ: update libgnunetpq implementation to avoid duplicated nullable tests and ↵Christian Grothoff2021-06-16
| | | | to allow for the actual field name to differ from the fname, as done for example by the Taler amounts which are split over two DB fields
* -fix typoChristian Grothoff2021-06-14
|
* Merge branch 'dev/thejackimonster/messenger'TheJackiMonster2021-06-11
|\
| * -moved messenger service out of experimentalTheJackiMonster2021-06-11
| | | | | | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -moved out of experimental, included protocol versions into ports and fixed byte-order of 32bit integers in messages Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | GNS: Fix EdDSA lookup by zonekey TLDMartin Schanzenbach2021-06-06
|/
* -fix spellingChristian Grothoff2021-05-20
|
* -Merge branch 'dev/vanni/fcfsd'Alessio Vanni2021-05-19
|\
| * -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 #6872 againMartin Schanzenbach2021-05-18
| |
* | - fix #6872Martin Schanzenbach2021-05-17
| |
* | -coverity: handle invalid key lengthMartin Schanzenbach2021-05-15
| |
* | -coverity: handle invalid key lengthMartin Schanzenbach2021-05-15
| |
* | -coverity: fix memleakMartin Schanzenbach2021-05-15
| |
* | Merge branch 'master' of ssh://gnunet.org/gnunetMartin Schanzenbach2021-05-15
|\ \
| * | -add NULL checkChristian Grothoff2021-05-15
| | |
* | | -always return on null egoMartin Schanzenbach2021-05-15
|/ /
* | Revert "-coverity: use after free"Martin Schanzenbach2021-05-15
| | | | | | | | This reverts commit 168e501991b9506b588e1180527dad9c9662ae0c.
* | Revert "-coverity: nptr frees"Martin Schanzenbach2021-05-15
| | | | | | | | This reverts commit c2b5973f9ada481c7d623e388094dd58e7668211.
* | -coverity: nptr freesMartin Schanzenbach2021-05-15
| |
* | -coverity: use after freeMartin Schanzenbach2021-05-15
| |
* | -coverity: properly handle return valuesMartin Schanzenbach2021-05-15
| |
* | -coverity: use after freeMartin Schanzenbach2021-05-15
| |
* | -nptrMartin Schanzenbach2021-05-15
| |
* | -coverity; do not use assertion for actual code -- bad styleMartin Schanzenbach2021-05-15
| |