aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_multicast_service.h
Commit message (Collapse)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* fix leaks, note that APIs are deprecated (NTR instead of MQ style)Christian Grothoff2017-03-13
|
* fix MAX_PAYLOAD definition, thereby fixing wrong type for GNUNET_logChristian Grothoff2016-08-26
|
* multicast: don't advertise the origin in the P2P overlayCarlo von lynX2016-08-06
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* psyc/multicast: var namesGabor X Toth2016-01-15
|
* doxygen: group/module definitions (part 2)Gabor X Toth2016-01-12
|
* doxygen: group/module definitions (part 1)Gabor X Toth2016-01-11
|
* multicast: removed replay cancellation as responses are limitedGabor X Toth2015-09-26
|
* multicast: removed membership test callback as clients check that already ↵Gabor X Toth2015-09-26
| | | | during join & replay
* multicast: doc formattingGabor X Toth2015-09-26
|
* multicast: replayGabor X Toth2015-09-26
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* social: implement enter/leave/messaging; psyc: improvements and fixesGabor X Toth2014-07-23
| | | | | | | - social: implement enter/leave, send/receive messages, slicer - psyc, social: add struct GNUNET_PSYC_Message for single-fragment join messages - psyc: add message callback in addition to message part callback - client_manager, social, psyc, multicast: add disconnect callback
* PSYC(store), Multicast: use ECDSA slave/member keys; PSYC: add ↵Gabor X Toth2014-07-10
| | | | GNUNET_PSYC_message_create()
* psyc, multicast: reorg code, use new client manager & psyc util libGabor X Toth2014-05-29
|
* psyc, multicast: join decision, testsGabor X Toth2014-05-26
|
* psyc, multicast: join decisionGabor X Toth2014-05-22
|
* multicast: send messages between client lib & serviceGabor X Toth2014-05-13
|
* PSYC: message types, documentationGabor X Toth2014-03-13
|
* PSYC: implement slave to master requests, tests, fixes, reorgGabor X Toth2014-03-06
| | | | | Multicast lib: handle member to origin requests. Keep track of members and origins and call their callbacks when necessary.
* psyc: ipc messagesGabor X Toth2014-01-06
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* multicast: simplistic origin_to_all() code to be able to test the psyc serviceGabor X Toth2013-09-27
|
* multicast API: stop/resume transmissionGabor X Toth2013-09-25
|
* -uint32_t, not size_tChristian Grothoff2013-09-23
|
* -more issues with multicast APIChristian Grothoff2013-09-21
|
* fixing issues and comments on multicast APIChristian Grothoff2013-09-21
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* multicast: revert packed struct syntaxGabor X Toth2013-09-04
|
* multicast: doc fixGabor X Toth2013-09-04
|
* multicast: renamed replay() to replay_response(), doc fixesGabor X Toth2013-09-03
|
* PSYCstore SQLite backend; API fixes/enhancementsGabor X Toth2013-09-03
|
* -move messages out of API that don't belong into APIChristian Grothoff2013-08-30
|
* multicast/psyc/psycstore api: fix typos / type namesGabor X Toth2013-08-27
|
* multicast: added replay_end(), returning replay handle from join_decision(); ↵Gabor X Toth2013-08-24
| | | | removed admitted/effective since where not needed; social: keep_active flag instead of away
* -doxygen fixesChristian Grothoff2013-08-22
|
* multicast/psyc: added admitted_since arg for join_decision(); social: added ↵Gabor X Toth2013-08-19
| | | | nym arg for the method cb
* multicast: replay functions, args, callbacks, return codesGabor X Toth2013-08-18
|
* multicast/psyc: transmit callbacks; social: password for home_advertise()Gabor X Toth2013-08-15
|
* moved policies from multicast to psyc layerGabor X Toth2013-08-15
|
* psycstore: added state_hash_update() and counters_get(); psyc: async ↵Gabor X Toth2013-08-15
| | | | state_get*(); multicast: membership test & replay params
* psyc/social: transmit/announcement flags; multicast: re-added sig. purposeGabor X Toth2013-08-12
|
* psyc/store: added effective_since msg ID for specifying when a membership ↵Gabor X Toth2013-08-12
| | | | change went into effect; psyc/social: added state_reset/clear_objects flag for message sending functions
* social: use full pubkey as place/nym id; multicast/psyc/store: identify ↵Gabor X Toth2013-08-11
| | | | members by their pubkey here too