Skip to content

Commit 6023585

Browse files
authored
Merge pull request #2 from W-B-S/develop
daily work
2 parents 241dbd7 + 87123bf commit 6023585

File tree

251 files changed

+10143
-1246
lines changed

Some content is hidden

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

251 files changed

+10143
-1246
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@
1818
*.zip
1919
*.tar.gz
2020
*.rar
21+
22+
# runtime created
2123
target
2224
out
23-
25+
profile
26+
.nbs
2427
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2528
hs_err_pid*
2629

2730
# IDEA config
2831
*.impl
2932
*.iml
3033
.idea/
31-
nbs/cache

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# nbs-client-test
1+
# nbs-client-test
2+
3+
## compile to jar command
4+
First make sure maven is properly installed
5+
command :
6+
mvn clean package appassembler:assemble -Dmaven.test.skip=true -X
7+
8+
ipfs pubsub peers bmJzaW8ubmV0
9+
# Version History
10+
## Version 2.0.1
11+
- 聊天功能
12+
- 联系人名片

conf/.merkle

Lines changed: 0 additions & 11 deletions
This file was deleted.

conf/nbs-conf.properties

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
#Thu Jun 21 11:59:01 CST 2018
33
nbs.client.merkle.root=.merkleroot
44
nbs.client.merkle.add.log.name=.merkle
5-
nbs.client.merkle.root.hash=skjfhsafkdasfd
6-
75
nbs.client.profile.root=profile
86
nbs.client.files.root=nbs
9-
nbs.client.im.topic.subworld =disabled
7+
nbs.client.im.topic.subworld=enabled
8+
nbs.client.heart.monitor.seconds=300
9+
nbs.client.im.replay-open=false
1010
nbs.client.i18n.home=zh_cn
11+
#nbs server config
1112
nbs.server.address=/ip4/127.0.0.1/tcp/5001
13+
nbs.server.address.gateway-url=http://127.0.0.1:8080
14+
nbs.server.address.host=127.0.0.1
15+
nbs.server.address.api-port=5001
16+
nbs.server.address.gateway-port=8080
17+
18+
# IP CHECKED
19+
nbs.server.ip.checked-url=http://www.net.cn/static/customercare/yourip.asp
20+
nbs.server.ip.checked-locations-url=http://ip.taobao.com/service/getIpInfo.php?ip=
21+

conf/nbs.db

80 KB
Binary file not shown.

conf/nbs.info

Lines changed: 0 additions & 2 deletions
This file was deleted.

conf/zh-cn.properties

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ nbs.ui.btn.about.title=\u5173\u4E8E
1313

1414
## Panel config
1515
### panel title
16-
nbs.ui.panel.status.label=PEER INFO
16+
nbs.ui.panel.info.label=PEER INFO :
1717
nbs.ui.panel.about.label=About NBS Chain
18+
#will @Deprecated
1819
nbs.ui.panel.file.label=NBS FILE DATA
19-
nbs.ui.panel.im.label=\u5F53\u524D\u804A\u5929\uFF1A
20+
nbs.ui.panel.data.label=\u6570\u636E\u7BA1\u7406
21+
nbs.ui.panel.im.label=NBS World IM
2022
nbs.ui.panel.setting.label=\u914D\u7F6E
2123

2224
### panel label
@@ -27,8 +29,9 @@ nbs.ui.panel.status.default-nickname= NBSChain_9527
2729

2830

2931
#### about
32+
nbs.ui.panel.about.label.version-title=The Next Block chain System
3033
nbs.ui.panel.about.label.ver-name=\u5F53\u524D\u7248\u672C
31-
nbs.ui.panel.about.label.ver-value=v0.2.1
34+
nbs.ui.panel.about.label.ver-value=v0.2.2
3235
nbs.ui.panel.about.html.ver-log=http://nbs.lanbery.cn/nbs/client4j/update.log.html
3336

3437
#### File

html/update.log.html

Lines changed: 0 additions & 39 deletions
This file was deleted.

nbs/readme.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)