add social service
authorGabor X Toth <*@tg-x.net>
Tue, 27 May 2014 11:10:35 +0000 (11:10 +0000)
committerGabor X Toth <*@tg-x.net>
Tue, 27 May 2014 11:10:35 +0000 (11:10 +0000)
commitcfeccc1b56def35ac586ac2c09ac70b523b59ef5
treee0cb2abc1ce4c11514c29eb5c0c067443b3a6fbd
parent10f2f102658f935148475d5aa2b29afd8a4e85c2
add social service
18 files changed:
configure.ac
pkgconfig/gnunetsocial.pc [new file with mode: 0644]
src/Makefile.am
src/include/gnunet_env_lib.h
src/include/gnunet_protocols.h
src/include/gnunet_social_service.h
src/multicast/multicast.conf.in
src/psyc/gnunet-service-psyc.c
src/psyc/psyc.conf.in
src/psyc/test_psyc.conf
src/psycstore/psycstore.conf.in
src/social/Makefile.am [new file with mode: 0644]
src/social/gnunet-service-social.c [new file with mode: 0644]
src/social/social.conf.in [new file with mode: 0644]
src/social/social.h [new file with mode: 0644]
src/social/social_api.c [new file with mode: 0644]
src/social/test_social.c [new file with mode: 0644]
src/social/test_social.conf [new file with mode: 0644]