aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* | Merge branch 'master' of ssh://gnunet.org/gnunetElias Summermatter2021-03-31
|\ \
| * | UTIL/SCALARPRODUCT: Do not build ECC dlog or scalarproduct with incompatible ↵Martin Schanzenbach2021-03-30
| | | | | | | | | | | | libgcrypt versions (>=1.9.0)
| * | -fixed multiple leaks in messengerTheJackiMonster2021-03-29
| | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
| * | -rps: fix bugsJulius Bünger2021-03-29
| | |
| * | - added testbed service commandt3sserakt2021-03-29
| | |
| * | - added testbed commandst3sserakt2021-03-29
| | |
| * | -fix peerstore api and testsMartin Schanzenbach2021-03-28
| | |
| * | -fix coverity issues wrt rpsJulius Bünger2021-03-27
| | |
| * | -more coverity fixesMartin Schanzenbach2021-03-26
| | |
| * | -do not call twiceMartin Schanzenbach2021-03-26
| | |
| * | -fixing memleaks and nptr derefsMartin Schanzenbach2021-03-26
| | |
| * | -more coverityMartin Schanzenbach2021-03-26
| | |
| * | -fix some coverity issues wrt reclaimMartin Schanzenbach2021-03-26
| | |
| * | -fix some coverity issues wrt gnsMartin Schanzenbach2021-03-26
| | |
| * | -gnunet-bcd should also work on other unixesMartin Schanzenbach2021-03-22
| | |
| * | fix #6808: gnunet-bcd card generationMartin Schanzenbach2021-03-22
| | |
| * | -added handbook entries for messengerTheJackiMonster2021-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -fixed handbook entries Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -integrating libgnunetmessenger_common into libgnunetmessenger Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -added image to messenger section in handbook Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | | SETU imporved testsElias Summermatter2021-03-31
|/ /
* | Fixed setu tests and state maschineElias Summermatter2021-03-18
| |
* | Fixed some bug in the statemaschin implementation of setuElias Summermatter2021-03-18
| |
* | Setu tests use gnunet internal functions to generate randum elementsElias Summermatter2021-03-18
| |
* | Added working test with randum setElias Summermatter2021-03-18
| |
* | Added some randum elemet generation test for setuElias Summermatter2021-03-18
| |
* | Fixed code in setu functionElias Summermatter2021-03-17
| |
* | - removed not used artefactt3sserakt2021-03-17
| |
* | - missing header changest3sserakt2021-03-15
| |
* | - added hello world test with command stylet3sserakt2021-03-15
| |
* | -implementation notice for our ECCMartin Schanzenbach2021-03-10
| |
* | IDENTITY: Fix wrong key construction for anonymous ECDSA identityMartin Schanzenbach2021-03-09
| |
* | - Just make it compile again.t3sserakt2021-03-08
| |
* | Merge branch 'master' of ssh://gnunet.org/gnunetTheJackiMonster2021-03-06
|\ \
| * | revisit testing-NG headerChristian Grothoff2021-03-06
| | |
* | | -fix for messengers session-chainTheJackiMonster2021-03-06
|/ / | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | -added core functionality of the messenger serviceTheJackiMonster2021-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> formatting messenger code Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -completed core functionality of messenger service Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -code cleanup and reuse Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> +added structure to memberships of rooms Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -implemented member permission checks and deletion of messages Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -moved solving requests out of updating last messages (also forward before update) Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -reduced complexity of permisson check and changed load/save of rooms Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -added save/load for accessed keys and basement peers of a room Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -implemented save/load for members with their history and session Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -abstracted management of egos and contacts Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -fix warning Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -abstracted management of members Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -fixed and adjusted test case Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -separated handling of direct and anonymous contacts Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -messenger added member-sessions which fix multiple edge cases, also additional cleanup Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -updated docs and fixed memory leak Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -changed info messages and added protocol version exchange Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -adjusted client api to use contacts from sessions Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -added more logging and fixed wrong session usage Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -adjusted comm0 test case and removed adding members from checking messages Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -fixed test-case for peer exchange Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -getting multiple peers connected in test-case with cadet Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -fixed wrong assert and added tunnel version check -simplified handling and forwarding Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -fixed merging last messages and cycling info messages Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -automated adding sessions and members Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -corrected use of identity keys and signatures Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -adding local joining on entering external room Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -fixed test-case comm0 Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -added more test-cases with generic setup Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -fixed multiple simultaneous channels blocking each other Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -making test-cases more precise Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -added check of members in test-cases, reduced merge messages Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -unified delayed operations: requests, deletions and merges Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -finished handling of operations Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -fixed member session historystorage, added request permission check and padding for transmission Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -improved padding and removed automatic recursive requests Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -implemented filter for sending messages and added private messages to API level Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -wrong setups fixed with proper ego lookups Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -fixed problem with anonymous ego and changed to discrete-level padding Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -added links to replace deleted messages, added local deletion and fixed anonymous id changing Signed-off-by: TheJackiMonster <thejackimonster@gmail.com> -added session completion and removal through completion process Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* | - fixed copyright datet3sserakt2021-03-04
| |
* | - fixed headert3sserakt2021-03-04
| |
* | Merge branch 'master' of ssh://gnunet.org/gnunett3sserakt2021-03-04
|\ \
| * \ Merge branch 'master' of git+ssh://gnunet.org/gnunetChristian Grothoff2021-03-02
| |\ \
| | * | -header updateMartin Schanzenbach2021-02-28
| | | |
| | * | GANA: Use GANA generated header for GNS record types. Update handbookMartin Schanzenbach2021-02-28
| | | |
| | * | -tng idlingMartin Schanzenbach2021-02-26
| | | |
| * | | add base32 encoder/decoderChristian Grothoff2021-03-02
| |/ /
| * | -rework idle handlingMartin Schanzenbach2021-02-26
| | |
| * | -comment; uncrustifyMartin Schanzenbach2021-02-26
| | |
| * | -First message through TNG test doneMartin Schanzenbach2021-02-26
| | |
| * | -more tng service fixesMartin Schanzenbach2021-02-26
| | |
* | | - first try to integrate GNU Taler command style testingt3sserakt2021-03-04
|/ /
* | -sending messages workingMartin Schanzenbach2021-02-24
| |
* | -more tngMartin Schanzenbach2021-02-24
| |
* | -towards message exchangeMartin Schanzenbach2021-02-24
| |