aboutsummaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAge
* -add missing testing_cmds.hv0.15.2Christian Grothoff2021-08-24
|
* -pogenChristian Grothoff2021-08-24
|
* -remove dead ats-tests, fix strange Debian build issuesChristian Grothoff2021-08-24
|
* -update Debian changelog, updating posChristian Grothoff2021-08-23
|
* -update pogenChristian Grothoff2021-08-23
|
* - moved test code from testbed to testingt3sserakt2021-08-17
|
* - renamed methods and variables to prepare moving files from testbed to ↵t3sserakt2021-08-17
| | | | testing, to fix circular dependency problem
* -fix make dist; fix warningsv0.15.0Martin Schanzenbach2021-08-08
|
* -update changelog, bump versionMartin Schanzenbach2021-08-02
|
* - simple test without sending. peers setup working.t3sserakt2021-07-28
|
* - added first testcase cmd code for sending a simple testmessaget3sserakt2021-07-22
|
* -fix build macosMartin Schanzenbach2021-07-21
|
* DHTU: skeleton for pluginsChristian Grothoff2021-07-06
|
* GNS: Add EDKEY support.Martin Schanzenbach2021-05-02
| | | | | | GNS and GNSRECORD can now handle EdDSA keys in addition to the existing ECDSA scheme. See also LSD0001.
* fix gnunet-config: do not always write configuration fileChristian Grothoff2021-04-26
|
* -towards #6851: autotools 2.70Martin Schanzenbach2021-04-26
|
* RECLAIM: Added libpabc credential support.dev/schanzen/pabcMartin Schanzenbach2021-04-24
|
* -bumping versionv0.14.1Martin Schanzenbach2021-04-04
|
* UTIL/SCALARPRODUCT: Do not build ECC dlog or scalarproduct with incompatible ↵Martin Schanzenbach2021-03-30
| | | | libgcrypt versions (>=1.9.0)
* -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>
* -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>
* GANA: Use GANA generated header for GNS record types. Update handbookMartin Schanzenbach2021-02-28
|
* -flurry of bugfixes for tng serviceMartin Schanzenbach2021-02-23
|
* TNG: Add a the api test; WIPMartin Schanzenbach2021-02-21
|
* import Debian build rules, split off libgnunetChristian Grothoff2020-12-28
|
* -fix communicator cleanupMartin Schanzenbach2020-11-30
|
* Updating ChangeLog for 0.14.0Martin Schanzenbach2020-11-14
|
* -warnings mostly formatMartin Schanzenbach2020-11-13
|
* -remerge branch 'jacki/messenger'TheJackiMonster2020-11-12
| | | | This reverts commit e11d1e59e4ae5f7d89c33df3ae9ca8f1ece990cf.
* -revert "-merge branch 'jacki/messenger'"TheJackiMonster2020-11-12
| | | | | This reverts commit fec34163a1f17729c190022a2bf747f48e34f07a, reversing changes made to 63fe195e40e55f13ab29e3ba578e97017fc4cc48.
* adding the messenger service and its client-side libraryTheJackiMonster2020-11-12
| | | | Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
* GNUnet 0.13.3v0.13.3Martin Schanzenbach2020-09-06
|
* rename reclaim_attestation in POTFILES.injospaeth2020-08-28
|
* splitting of set intersection functionality from set service (not yet ↵Christian Grothoff2020-08-18
| | | | finished, FTBFS)
* -bail on bootstrap error(s)Martin Schanzenbach2020-08-17
|
* split of set union from set service (preliminary)Christian Grothoff2020-08-16
|
* -fix redirect creationMartin Schanzenbach2020-08-01
|
* bump version, update po filesv0.13.0Martin Schanzenbach2020-07-07
|
* update changelogMartin Schanzenbach2020-07-05
|
* allow compile against curl-opensslMartin Schanzenbach2020-05-17
|
* add zone keys to tvMartin Schanzenbach2020-05-10
|
* improve configure messages for rest and reclaimSchanzenbach, Martin2020-05-06
|
* fix testsMartin Schanzenbach2020-04-20
|
* add check to see if CC supports '_Static_assert'Christian Grothoff2020-04-08
|
* consolidate reclaim attribute libSchanzenbach, Martin2020-02-09
|
* bugfixesSchanzenbach, Martin2020-02-09
|
* fix dist for tng 2/2v0.12.2Schanzenbach, Martin2020-01-13
|
* bumping version for 0.12.1v0.12.1Christian Grothoff2019-12-25
|
* update changelogSchanzenbach, Martin2019-12-20
|
* add changelogSchanzenbach, Martin2019-12-16
|