Skip to content

Commit

Permalink
updates + add crdtnotes (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Dec 27, 2023
1 parent 721b0fd commit 2417f8e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: Green-Sky
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@
[submodule "external/solanaceae_bridge"]
path = external/solanaceae_bridge
url = https://github.com/Green-Sky/solanaceae_bridge.git
[submodule "external/solanaceae_crdtnotes"]
path = external/solanaceae_crdtnotes
url = https://github.com/Green-Sky/solanaceae_crdtnotes.git
3 changes: 3 additions & 0 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ add_subdirectory(./solanaceae_toxic_games)
set(SOLANACEAE_IRCCLIENT_BUILD_PLUGINS ON)
add_subdirectory(./solanaceae_ircclient)

set(SOLANACEAE_CRDTNOTES_BUILD_PLUGINS ON)
add_subdirectory(./solanaceae_crdtnotes)

add_subdirectory(./totato)

1 change: 1 addition & 0 deletions external/solanaceae_crdtnotes
Submodule solanaceae_crdtnotes added at 45a391
2 changes: 1 addition & 1 deletion external/totato
2 changes: 1 addition & 1 deletion external/toxcore/c-toxcore
Submodule c-toxcore updated 76 files
+0 −2 .circleci/config.yml
+0 −3 .github/scripts/autotools-linux
+1 −1 .github/settings.yml
+11 −1 .github/workflows/ci.yml
+38 −12 CMakeLists.txt
+9 −9 INSTALL.md
+8 −7 README.md
+31 −12 auto_tests/CMakeLists.txt
+6 −14 auto_tests/Makefile.inc
+0 −7 auto_tests/encryptsave_test.c
+0 −2 auto_tests/group_general_test.c
+0 −3 auto_tests/group_invite_test.c
+0 −2 auto_tests/group_message_test.c
+0 −2 auto_tests/group_moderation_test.c
+0 −3 auto_tests/group_save_test.c
+0 −3 auto_tests/group_state_test.c
+0 −3 auto_tests/group_sync_test.c
+0 −3 auto_tests/group_tcp_test.c
+0 −3 auto_tests/group_topic_test.c
+13 −7 cmake/Dependencies.cmake
+2 −93 cmake/ModulePackage.cmake
+3 −117 configure.ac
+53 −53 docs/TCP_Network.txt
+16 −16 docs/updates/Crypto.md
+1 −1 libtoxcore.pc.in
+1 −5 other/Makefile.inc
+13 −15 other/analysis/run-cppcheck
+9 −1 other/bootstrap_daemon/CMakeLists.txt
+1 −1 other/bootstrap_daemon/docker/tox-bootstrapd.sha256
+1 −5 other/bootstrap_daemon/src/Makefile.inc
+1 −1 other/bootstrap_daemon/src/tox-bootstrapd.c
+22 −1 other/docker/autotools/Dockerfile
+2 −2 other/docker/coverage/Dockerfile
+1 −1 other/docker/coverage/run
+1 −1 other/docker/coverage/serve
+30 −0 other/docker/cppcheck/Dockerfile
+5 −0 other/docker/cppcheck/run
+117 −0 other/docker/cppcheck/toxcore.cfg
+20 −9 other/fun/CMakeLists.txt
+1 −1 other/fun/create_savedata.c
+1 −1 other/fun/save-generator.c
+1 −1 other/fun/sign.c
+3 −3 other/fun/strkey.c
+15 −2 testing/CMakeLists.txt
+1 −5 testing/Makefile.inc
+1 −1 testing/Messenger_test.c
+4 −4 testing/fuzzing/CMakeLists.txt
+0 −11 testing/misc_tools.c
+0 −3 toxav/Makefile.inc
+2 −2 toxav/groupav.c
+1 −1 toxav/groupav.h
+4 −4 toxav/msi.c
+5 −8 toxcore/DHT.c
+0 −4 toxcore/Makefile.inc
+1 −29 toxcore/Messenger.c
+1 −1 toxcore/Messenger.h
+5 −6 toxcore/TCP_client.c
+3 −3 toxcore/TCP_connection.c
+1 −2 toxcore/TCP_server.c
+5 −4 toxcore/announce.c
+3 −47 toxcore/crypto_core.c
+1 −2 toxcore/crypto_core.h
+3 −3 toxcore/forwarding.c
+3 −3 toxcore/forwarding.h
+2 −3 toxcore/group.c
+2 −7 toxcore/group_chats.c
+1 −5 toxcore/group_connection.c
+0 −3 toxcore/group_onion_announce.c
+1 −2 toxcore/net_crypto.c
+0 −5 toxcore/network.c
+1 −0 toxcore/onion.c
+1 −0 toxcore/onion_announce.c
+0 −4 toxcore/onion_client.c
+5 −8 toxcore/tox.c
+0 −3 toxcore/tox_private.c
+0 −6 toxencryptsave/Makefile.inc

0 comments on commit 2417f8e

Please sign in to comment.