Skip to content

Commit f5d4580

Browse files
chore: PeerTalk moved to its own github repo
PeerTalk is now at https://github.com/richardschneider/peer-talk
1 parent 2f283bd commit f5d4580

File tree

95 files changed

+2
-10361
lines changed

Some content is hidden

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

95 files changed

+2
-10361
lines changed

.circleci/config.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
steps:
1515
- checkout
1616
- run: dotnet restore
17-
- run: dotnet build -c Release --no-restore --framework netstandard2 ./PeerTalk/src
1817
- run: dotnet build -c Release --no-restore --framework netstandard2 ./src
1918
- run: dotnet build -c Release --no-restore --framework netcoreapp2.1 ./IpfsServer
2019
- run: dotnet build -c Release --no-restore --framework netcoreapp2.1 ./IpfsCli
21-
- run: dotnet test --logger "console;verbosity=normal" -c Release --no-restore --framework netcoreapp2.1 ./PeerTalk/test/PeerTalkTests.csproj --filter TestCategory!=IPv6
2220
- run: dotnet test --logger "console;verbosity=normal" -c Release --no-restore --framework netcoreapp2.1 ./test --filter TestCategory!=IPv6
2321

2422
# Circle CI does not completely support IPv6

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,5 @@ before_script:
1818
fi
1919

2020
script:
21-
- dotnet build -c Release --no-restore --framework netstandard2 ./PeerTalk/src
22-
- dotnet test --logger "console;verbosity=normal" -c Release --no-restore --framework netcoreapp2.1 ./PeerTalk/test/PeerTalkTests.csproj --filter TestCategory!=IPv6
2321
- dotnet build -c Release --no-restore --framework netstandard2 ./src
2422
- dotnet test --logger "console;verbosity=normal" -c Release --no-restore --framework netcoreapp2.1 ./test --filter TestCategory!=IPv6

IpfsEngine.sln

+1-25
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,18 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1414
README.md = README.md
1515
EndProjectSection
1616
EndProject
17-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Documentation", "doc\Documentation.csproj", "{F3A32EA9-0B2F-46A3-B47A-33B4C04BD423}"
17+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Documentation", "doc\Documentation.csproj", "{F3A32EA9-0B2F-46A3-B47A-33B4C04BD423}"
1818
EndProject
1919
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpfsEngine", "src\IpfsEngine.csproj", "{F3C81C57-C283-4E07-B765-DEABCFB22136}"
2020
EndProject
2121
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpfsEngineTests", "test\IpfsEngineTests.csproj", "{B459FBC7-4A28-4170-AD83-7348A403407F}"
2222
EndProject
23-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PeerTalk", "PeerTalk\src\PeerTalk.csproj", "{AA6F77C1-13CB-4B20-AB5E-3C6D237A562B}"
24-
EndProject
25-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PeerTalkTests", "PeerTalk\test\PeerTalkTests.csproj", "{B0977D09-CBA2-4D4B-BE66-08CE6D63DE1E}"
26-
EndProject
27-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PeerTalkSpike", "PeerTalkSpike\PeerTalkSpike.csproj", "{E6EF58BD-050B-4CDF-8CA5-073882D00890}"
28-
EndProject
2923
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpfsCli", "IpfsCli\IpfsCli.csproj", "{ED6D22AF-BF96-4413-8DD7-1528EED80CAC}"
3024
EndProject
3125
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IpfsServer", "IpfsServer\IpfsServer.csproj", "{F2907B2C-CFFF-4E05-8E2C-A067FEC17F77}"
3226
EndProject
3327
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "spike", "spike\spike.csproj", "{9E0AA5E6-E4F3-4310-8B45-5244BD8AE64D}"
3428
EndProject
35-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PeerTalkBenchmarks", "PeerTalkBenchmarks\PeerTalkBenchmarks.csproj", "{50C8D13A-9CA1-4716-8541-91C1C8FAA8F5}"
36-
EndProject
3729
Global
3830
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3931
Debug|Any CPU = Debug|Any CPU
@@ -50,18 +42,6 @@ Global
5042
{B459FBC7-4A28-4170-AD83-7348A403407F}.Debug|Any CPU.Build.0 = Debug|Any CPU
5143
{B459FBC7-4A28-4170-AD83-7348A403407F}.Release|Any CPU.ActiveCfg = Release|Any CPU
5244
{B459FBC7-4A28-4170-AD83-7348A403407F}.Release|Any CPU.Build.0 = Release|Any CPU
53-
{AA6F77C1-13CB-4B20-AB5E-3C6D237A562B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54-
{AA6F77C1-13CB-4B20-AB5E-3C6D237A562B}.Debug|Any CPU.Build.0 = Debug|Any CPU
55-
{AA6F77C1-13CB-4B20-AB5E-3C6D237A562B}.Release|Any CPU.ActiveCfg = Release|Any CPU
56-
{AA6F77C1-13CB-4B20-AB5E-3C6D237A562B}.Release|Any CPU.Build.0 = Release|Any CPU
57-
{B0977D09-CBA2-4D4B-BE66-08CE6D63DE1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
58-
{B0977D09-CBA2-4D4B-BE66-08CE6D63DE1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
59-
{B0977D09-CBA2-4D4B-BE66-08CE6D63DE1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
60-
{B0977D09-CBA2-4D4B-BE66-08CE6D63DE1E}.Release|Any CPU.Build.0 = Release|Any CPU
61-
{E6EF58BD-050B-4CDF-8CA5-073882D00890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
62-
{E6EF58BD-050B-4CDF-8CA5-073882D00890}.Debug|Any CPU.Build.0 = Debug|Any CPU
63-
{E6EF58BD-050B-4CDF-8CA5-073882D00890}.Release|Any CPU.ActiveCfg = Release|Any CPU
64-
{E6EF58BD-050B-4CDF-8CA5-073882D00890}.Release|Any CPU.Build.0 = Release|Any CPU
6545
{ED6D22AF-BF96-4413-8DD7-1528EED80CAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
6646
{ED6D22AF-BF96-4413-8DD7-1528EED80CAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
6747
{ED6D22AF-BF96-4413-8DD7-1528EED80CAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -74,10 +54,6 @@ Global
7454
{9E0AA5E6-E4F3-4310-8B45-5244BD8AE64D}.Debug|Any CPU.Build.0 = Debug|Any CPU
7555
{9E0AA5E6-E4F3-4310-8B45-5244BD8AE64D}.Release|Any CPU.ActiveCfg = Release|Any CPU
7656
{9E0AA5E6-E4F3-4310-8B45-5244BD8AE64D}.Release|Any CPU.Build.0 = Release|Any CPU
77-
{50C8D13A-9CA1-4716-8541-91C1C8FAA8F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
78-
{50C8D13A-9CA1-4716-8541-91C1C8FAA8F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
79-
{50C8D13A-9CA1-4716-8541-91C1C8FAA8F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
80-
{50C8D13A-9CA1-4716-8541-91C1C8FAA8F5}.Release|Any CPU.Build.0 = Release|Any CPU
8157
EndGlobalSection
8258
GlobalSection(SolutionProperties) = preSolution
8359
HideSolutionNode = FALSE

PeerTalk/README.md

-1
This file was deleted.

PeerTalk/handshake.md

-60
This file was deleted.

PeerTalk/src/BlackList.cs

-36
This file was deleted.

PeerTalk/src/ConnectionManager.cs

-205
This file was deleted.

0 commit comments

Comments
 (0)