aboutsummaryrefslogtreecommitdiff
path: root/src/social/social_api.c
Commit message (Collapse)AuthorAge
* replace redundant MQ_NotifyCallback by SCHEDULER_TaskCallbackChristian Grothoff2017-01-17
|
* More bugfixes to make gnunet-social usablelurchi2017-01-17
| | | | | - the host's entry message is not ignored anymore - guest-talk and host-anounce are working
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
|
* social: switch to SERVICE APIGabor X Toth2016-09-24
|
* psyc,psycstore,social fixesGabor X Toth2016-09-22
|
* psyc, socialGabor X Toth2016-08-19
|
* social: debug msgsGabor X Toth2016-08-18
|
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
| | | | | This change lets us compile with clang again.
* multicast, psyc, social: wait till last message sent before disconnectGabor X Toth2016-08-17
|
* psyc, social: switch to MQGabor X Toth2016-08-17
|
* social fixesGabor X Toth2016-08-03
|
* social: crashing free() removed.. was it redundant?Carlo von lynX2016-07-30
|
* get rid of segfault in gnunet-socialxrs2016-07-28
|
* social: leaks and untreated error conditionsCarlo von lynX2016-07-28
|
* social: fix various warningsCarlo von lynX2016-07-27
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* improved usability for gnunet-logread -fCarlo von lynX2016-06-09
|
* fixesGabor X Toth2016-06-06
|
* what is the proper way to ensure identity service is running?Carlo von lynX2016-05-15
|
* social api: app_disconnect callbackGabor X Toth2016-05-11
|
* social cliGabor X Toth2016-05-05
|
* social: app connected callbackGabor X Toth2016-05-05
|
* social: AppPlaceState docGabor X Toth2016-02-21
|
* typoCarlo von lynX2016-02-10
|
* let's call it _notice_place_closingCarlo von lynX2016-02-10
|
* social: api, docGabor X Toth2016-02-01
|
* social api: some missing bitsGabor X Toth2016-01-27
|
* social: relay msgs; psyc: slicer api; multicast: reset fragment_offsetGabor X Toth2016-01-26
|
* psycutil: slicer callback argsGabor X Toth2016-01-26
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* social: set/clear msg proc flagsGabor X Toth2016-01-15
|
* psycutil reorg: message, env, slicerGabor X Toth2016-01-12
|
* psyc/social: local join flag; social service: leave place, save _fileGabor X Toth2016-01-06
|
* social: API changes for application connections: store/load app ↵Gabor X Toth2015-12-17
| | | | subscriptions to places
* social: store/load entered places & notify clients about themGabor X Toth2015-11-18
|
* free fixGabor X Toth2015-09-30
|
* multicast/psyc/social: message acks & schedulingGabor X Toth2015-09-27
|
* social: guest_enter_by_name(); zone_add_pkey(); join_msg fixesGabor X Toth2015-09-08
|
* social: advertise; farewell fixGabor X Toth2015-09-08
|
* social: farewellGabor X Toth2015-09-05
|
* social: watch modifiersGabor X Toth2015-09-04
|
* psyc/social: get state from psycstoreGabor X Toth2015-08-28
|
* Remove this GNUNET_htonl_signed nonsenseDavid Barksdale2015-07-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* psyc/social: request history & state from psycstore; more documentation, ↵Gabor X Toth2015-05-07
| | | | tests, cleanup
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fix leaksChristian Grothoff2014-12-19
|
* psyc, psycstore: retrieve state and historyGabor X Toth2014-07-30
|
* social: guest_talk test; multicast: fix member_to_origin_resume()Gabor X Toth2014-07-24
|
* 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