libgnunetchat

library for GNUnet Messenger
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.github/FUNDING.yml2L
-rw-r--r--.github/workflows/linux.yml62L
-rw-r--r--.gitignore39L
-rw-r--r--AUTHORS5L
-rw-r--r--COPYING661L
-rw-r--r--ChangeLog92L
-rw-r--r--Doxyfile2920L
-rw-r--r--HOWTO.md82L
-rw-r--r--README.md62L
-rwxr-xr-xbenchmark/.setup.sh22L
-rwxr-xr-xbenchmark/authorization.sh17L
-rwxr-xr-xbenchmark/latency.sh14L
-rwxr-xr-xbenchmark/scaling.sh33L
-rwxr-xr-xbenchmark/tools/csv2plot.sh29L
-rwxr-xr-xbenchmark/tools/header.sh33L
-rwxr-xr-xbenchmark/tools/log2csv.sh21L
-rwxr-xr-xbenchmark/tools/transpose.sh17L
-rw-r--r--contrib/distribute_version.sh4L
-rw-r--r--contrib/get_version.sh18L
-rw-r--r--doc/.gitignore3L
-rw-r--r--doc/generate.sh11L
-rw-r--r--include/.gitignore5L
-rw-r--r--include/gnunet/gnunet_chat_lib.h2032L
-rw-r--r--include/meson.build24L
-rw-r--r--meson.build78L
-rw-r--r--src/.gitignore8L
-rw-r--r--src/gnunet_chat_account.c142L
-rw-r--r--src/gnunet_chat_account.h114L
-rw-r--r--src/gnunet_chat_contact.c546L
-rw-r--r--src/gnunet_chat_contact.h197L
-rw-r--r--src/gnunet_chat_contact_intern.c160L
-rw-r--r--src/gnunet_chat_context.c582L
-rw-r--r--src/gnunet_chat_context.h194L
-rw-r--r--src/gnunet_chat_context_intern.c158L
-rw-r--r--src/gnunet_chat_discourse.c196L
-rw-r--r--src/gnunet_chat_discourse.h121L
-rw-r--r--src/gnunet_chat_discourse_intern.c107L
-rw-r--r--src/gnunet_chat_file.c462L
-rw-r--r--src/gnunet_chat_file.h241L
-rw-r--r--src/gnunet_chat_group.c108L
-rw-r--r--src/gnunet_chat_group.h78L
-rw-r--r--src/gnunet_chat_group_intern.c76L
-rw-r--r--src/gnunet_chat_handle.c1161L
-rw-r--r--src/gnunet_chat_handle.h398L
-rw-r--r--src/gnunet_chat_handle_intern.c1215L
-rw-r--r--src/gnunet_chat_invitation.c81L
-rw-r--r--src/gnunet_chat_invitation.h75L
-rw-r--r--src/gnunet_chat_invitation_intern.c36L
-rw-r--r--src/gnunet_chat_lib.c3289L
-rw-r--r--src/gnunet_chat_lib_intern.c1242L
-rw-r--r--src/gnunet_chat_lobby.c142L
-rw-r--r--src/gnunet_chat_lobby.h88L
-rw-r--r--src/gnunet_chat_lobby_intern.c125L
-rw-r--r--src/gnunet_chat_message.c120L
-rw-r--r--src/gnunet_chat_message.h143L
-rw-r--r--src/gnunet_chat_ticket.c113L
-rw-r--r--src/gnunet_chat_ticket.h84L
-rw-r--r--src/gnunet_chat_ticket_intern.c59L
-rw-r--r--src/gnunet_chat_uri.c183L
-rw-r--r--src/gnunet_chat_uri.h106L
-rw-r--r--src/gnunet_chat_util.c499L
-rw-r--r--src/gnunet_chat_util.h244L
-rw-r--r--src/internal/gnunet_chat_accounts.c114L
-rw-r--r--src/internal/gnunet_chat_accounts.h111L
-rw-r--r--src/internal/gnunet_chat_attribute_process.c179L
-rw-r--r--src/internal/gnunet_chat_attribute_process.h156L
-rw-r--r--src/internal/gnunet_chat_tagging.c164L
-rw-r--r--src/internal/gnunet_chat_tagging.h108L
-rw-r--r--src/internal/gnunet_chat_ticket_process.c150L
-rw-r--r--src/internal/gnunet_chat_ticket_process.h115L
-rw-r--r--src/internal/meson.build26L
-rw-r--r--src/meson.build47L
-rw-r--r--tests/.gitignore9L
-rw-r--r--tests/attribute/meson.build37L
-rw-r--r--tests/attribute/test_gnunet_chat_attribute_check.c168L
-rw-r--r--tests/attribute/test_gnunet_chat_attribute_share.c267L
-rw-r--r--tests/discourse/meson.build37L
-rw-r--r--tests/discourse/test_gnunet_chat_discourse_open.c164L
-rw-r--r--tests/discourse/test_gnunet_chat_discourse_write.c207L
-rw-r--r--tests/file/meson.build28L
-rw-r--r--tests/file/test_gnunet_chat_file_send.c218L
-rw-r--r--tests/group/meson.build28L
-rw-r--r--tests/group/test_gnunet_chat_group_open.c148L
-rw-r--r--tests/handle/meson.build64L
-rw-r--r--tests/handle/test_gnunet_chat_handle_accounts.c157L
-rw-r--r--tests/handle/test_gnunet_chat_handle_connection.c124L
-rw-r--r--tests/handle/test_gnunet_chat_handle_init.c55L
-rw-r--r--tests/handle/test_gnunet_chat_handle_rename.c154L
-rw-r--r--tests/handle/test_gnunet_chat_handle_update.c167L
-rw-r--r--tests/lobby/meson.build37L
-rw-r--r--tests/lobby/test_gnunet_chat_lobby_join.c147L
-rw-r--r--tests/lobby/test_gnunet_chat_lobby_open.c123L
-rw-r--r--tests/meson.build59L
-rw-r--r--tests/message/meson.build28L
-rw-r--r--tests/message/test_gnunet_chat_message_text.c155L
-rw-r--r--tests/tag/meson.build37L
-rw-r--r--tests/tag/test_gnunet_chat_tag_contact.c197L
-rw-r--r--tests/tag/test_gnunet_chat_tag_message.c204L
-rw-r--r--tests/test_gnunet_chat.h274L
-rw-r--r--tools/gnunet_chat_lib_uml.c280L
-rw-r--r--tools/gnunet_messenger_ping.c701L
-rw-r--r--tools/gnunet_messenger_uml.c541L
-rw-r--r--tools/meson.build50L