Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 372bd1c

Browse files
committedJun 5, 2022
Merge the remainder of the new groupchats implementation
Commit history: https://github.com/jfreegman/toxcore/tree/ngc_jf Spec: https://toktok.ltd/spec.html#dht-group-chats
1 parent 9a26580 commit 372bd1c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+19842
-119
lines changed
 

‎.cirrus.yml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ bazel-tsan_task:
9292
-//c-toxcore/auto_tests:conference_av_test
9393
-//c-toxcore/auto_tests:conference_test
9494
-//c-toxcore/auto_tests:file_transfer_test
95+
-//c-toxcore/auto_tests:group_tcp_test
9596
-//c-toxcore/auto_tests:onion_test
9697
-//c-toxcore/auto_tests:tcp_relay_test
9798
-//c-toxcore/auto_tests:tox_many_test

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ libtool
6565
.libs
6666
.dirstamp
6767
build/
68+
*.nvim*
69+
*.vim*
6870

6971
#kdevelop
7072
.kdev/
@@ -88,3 +90,5 @@ cscope.files
8890

8991
# rpm
9092
tox.spec
93+
94+
.idea/

0 commit comments

Comments
 (0)
Please sign in to comment.