aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_psyc_service.h
Commit message (Collapse)AuthorAge
* psyc, multicast: reorg code, use new client manager & psyc util libGabor X Toth2014-05-29
|
* social: separate host/guest/place API; add missing method cb params; improve ↵Gabor X Toth2014-05-27
| | | | docs
* psyc, multicast: join decision, testsGabor X Toth2014-05-26
|
* psyc, multicast: join decisionGabor X Toth2014-05-22
|
* multicast, psyc: client connections, join requestsGabor X Toth2014-05-17
|
* psyc: in-order message deliveryGabor X Toth2014-05-06
|
* PSYC: message types, documentationGabor X Toth2014-03-13
|
* PSYC: in-order delivery of fragments; tests for large messagesGabor X Toth2014-03-12
| | | | | | | Cache message received fragments from multicast and deliver them in the correct order to clients. Test messages with large modifier and data payloads.
* 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 messages, notify callback for modifiers, testsGabor X Toth2014-01-06
|
* psyc: ipc messagesGabor X Toth2014-01-06
|
* -doxygen fixesChristian Grothoff2013-10-18
|
* PSYC: master msg transmissionGabor X Toth2013-10-10
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -GADS is now called GNSChristian Grothoff2013-09-27
|
* multicast: simplistic origin_to_all() code to be able to test the psyc serviceGabor X Toth2013-09-27
|
* psyc service: start/stop, join/part, message transmission: lib -> psyc -> ↵Gabor X Toth2013-09-25
| | | | mcast; psyc API: stop/resume transmission
* psyc service skeletonGabor X Toth2013-09-25
|
* PSYCstore service and API implementationGabor X Toth2013-09-16
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* PSYCstore SQLite backend; API fixes/enhancementsGabor X Toth2013-09-03
|
* 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
* multicast/psyc: added admitted_since arg for join_decision(); social: added ↵Gabor X Toth2013-08-19
| | | | nym arg for the method cb
* 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: slave transmit & guest talk flagsGabor X Toth2013-08-12
|
* 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
* multicast/psyc: join cb for members/slaves tooGabor X Toth2013-07-28
|
* multicast: additional args for member_start, origin_start, origin_to_all; ↵Gabor X Toth2013-07-28
| | | | social: use private key struct instead of file
* psyc: use relays for join decision in this api tooGabor X Toth2013-07-26
|
* multicast/psyc: no part cb neededGabor X Toth2013-07-23
|
* multicast/psyc: use start/stop naming for master/originGabor X Toth2013-07-23
|
* untabifyGabor X Toth2013-07-23
|
* PSYC/multicast: message parameters for join/part requestsGabor X Toth2013-07-17
|
* psyc/social docsGabor X Toth2013-07-16
|
* PSYC: historic message flagGabor X Toth2013-07-15
|
* social: use the TransmitReadyNotify callback from the connection lib for ↵Gabor X Toth2013-07-15
| | | | transmissions
* PSYC: move history & state functions to the common channel APIGabor X Toth2013-07-15
|
* env: doc; spacesGabor X Toth2013-07-15
|
* PSYC API: use master/slave/channel terminologyGabor X Toth2013-07-15
|
* PSYC/social: use an Environment for setting variables / state operationsGabor X Toth2013-07-15
|
* psyc(store): group generation only needed when storing the messageGabor X Toth2013-07-15
|
* multicast: message fragmentationGabor X Toth2013-07-15
|
* psyc api: no state events, those are handled in socialGabor X Toth2013-07-15
|
* PSYC/social: header for method callbacksGabor X Toth2013-07-12
|