Stephan Oeste
1f1c6be0d5
node1.emzy.de has moved to a new server
...
New IP address for node1.emzy.de is 167.86.90.239
2019-06-03 22:37:31 +02:00
sqrrm
b93e7bac56
Add trader chat
...
- Add communication messages to Trade protobuf message to be able to
save chat messages per trade
- Add Type enum and field to DisputeCommunicationMessage protobuf to
be able to dispatch Dispute and Trade chat messages properly
- Rename some function as isClient instead of isTrader to make it easier
to understand who is who when two traders are communicating with each
other
2019-06-02 15:40:50 +02:00
y3v63n
03d3125531
Update displayStrings.properties
...
Fixing linguistic issues in the English version
2019-05-31 14:31:18 +03:00
sqrrm
1b1dce1012
Add ChatManager
...
Move session classes to core. Break out DisputeCommunicationMessage
handling from DisputeManager and put in ChatMananger prepare for other
uses of ChatManager.
Renaming of DisputeCommunicationMessage would be nice but it's
representing the protobuf messages so the name has to stay.
2019-05-30 18:49:54 +02:00
Christoph Atteneder
126afd2d0f
Merge pull request #2854 from sqrrm/fix-peer-handling
...
Fix peer handling
2019-05-30 12:45:25 +02:00
Christoph Atteneder
a1477699af
Merge pull request #2811 from KrzysiekJ/list-burnt-blackcoin
...
List burnt BlackCoin (BLK-BURNT)
2019-05-30 12:41:50 +02:00
sqrrm
78a837ec68
Handle encrypted BSQ wallet
2019-05-28 18:27:27 +02:00
sqrrm
b1362a9a36
Separate most of Chat and arbitration
...
The naming of DisputeCommunicationMessage has to stay but they otherwise
fit what would be more aptly named ChatCommunicationMessage or something
in that spririt.
2019-05-25 16:22:15 +02:00
sqrrm
ce38cec1af
Use minTakerFee when calculating taker fee
2019-05-22 12:57:17 +02:00
Devin Bileck
7f83b5dc4f
Fix formatDurationAsWords when duration is multiple of 10 days
...
When the duration is a multiple of 10 days (e.g. 110 days) and not
showing zero values, it was incorrectly formatting it as "11" rather
than "110 days".
2019-05-17 14:36:40 -07:00
Manfred Karrer
a730cc5300
Merge pull request #2705 from devinbileck/proposal-url-validation
...
Add specific URL validation for proposal links
2019-05-16 14:01:45 +02:00
Devin Bileck
25d3d2d424
Update status text when BTC sync in progress
...
Changes the status text when BTC sync in progress from:
Synchronized with Bitcoin Mainnet (using Tor): 10.00%
to:
Synchronizing with Bitcoin Mainnet (using Tor): 10.00%
2019-05-15 23:22:36 -07:00
Manfred Karrer
299d36c294
Merge pull request #2609 from oscarguindzberg/fix-timeout
...
Bitcoin p2p: Use different timeouts
2019-05-14 23:41:23 +02:00
Manfred Karrer
2f5c587c87
Merge branch 'master' of https://github.com/bisq-network/bisq
2019-05-14 23:36:33 +02:00
Manfred Karrer
aa92c8131b
Merge branch 'logging' of https://github.com/oscarguindzberg/bisq into oscarguindzberg-logging
...
# Conflicts:
# core/src/main/java/bisq/core/arbitration/DisputeManager.java
2019-05-14 23:35:17 +02:00
Manfred Karrer
25ee98dbce
Fixes https://github.com/bisq-network/bisq/issues/2804 and https://github.com/bisq-network/bisq/issues/2826
2019-05-14 15:05:12 +02:00
Manfred Karrer
b8cf1d7e67
Merge branch 'master' of https://github.com/bisq-network/bisq
2019-05-14 14:25:45 +02:00
Manfred Karrer
a8ed773e84
Update node operators
2019-05-14 14:25:26 +02:00
Manfred Karrer
fa07957c24
Call setAllowDisconnectSeedNodes from LiteNode after blocks received
...
Instead of the 3 minutes delay we set the flag from the lite node once
the blocks are received. We delay 20 seconds to allow multiple getBlocksRequests
to finish.
2019-05-11 12:55:09 +02:00
Manfred Karrer
ca08b7c272
Update seed node operators
2019-05-11 01:00:44 +02:00
Christoph Atteneder
d6c6373558
Update translations and change trusted account age from 15th of March to 1st of March
2019-05-06 10:46:04 +02:00
Manfred Karrer
9305bfed19
Reduce SAFE_ACCOUNT_AGE_DATE from 15.3. to 1.3.
...
We have one very suspicious case where the trader created his
account on 15. of March. To be more safe to exclude potential scammers
we decrease the check to 1st of march.
2019-05-05 21:18:11 -05:00
Manfred Karrer
28727ad56d
Fix bug that sellers are restricted as well
...
Only buyers should be restricted if their account age is too young.
2019-05-05 21:14:30 -05:00
Krzysztof Jurewicz
c229c10e95
List burnt BlackCoin (BLK-BURNT)
2019-05-05 20:29:06 +02:00
Devin Bileck
d01af3f3cf
Reflect mainnet seednode operator change
...
I have taken over one of the seednodes from @manfredkarrer.
2019-05-03 15:19:32 -07:00
Christoph Atteneder
7523fc5628
Merge pull request #2801 from ManfredKarrer/restrict-new-accounts
...
Add check for account age to apply restrictions
2019-05-03 12:09:50 +02:00
Manfred Karrer
87358927a6
Add null check
2019-05-02 22:40:54 -05:00
Manfred Karrer
8f56f4a262
Refactoring: Extract variable
2019-05-02 21:49:47 -05:00
Manfred Karrer
830e693ace
Refactoring: Rename CheckIfPeerIsBanned to ApplyFilter
2019-05-02 21:48:51 -05:00
Manfred Karrer
3b613bebce
Improve handling of filter
2019-05-02 21:48:13 -05:00
Manfred Karrer
c4e30e5aa9
Fix limitations
2019-05-02 20:54:31 -05:00
Manfred Karrer
e0cf683818
Update text
2019-05-02 17:46:25 -05:00
Manfred Karrer
e51844a7f1
Improve dispute handling of failed trades
2019-05-02 17:39:58 -05:00
Manfred Karrer
08cf993d0f
Add amount limit to take offer view
2019-05-02 16:22:20 -05:00
Manfred Karrer
9df54372dc
Fix verify task
2019-05-02 15:35:02 -05:00
Manfred Karrer
8e0ec54fb1
Refactor restriction handling
2019-05-02 15:15:13 -05:00
Manfred Karrer
4947352c03
Update text
2019-05-02 13:44:02 -05:00
Manfred Karrer
8ab348c495
Add check for account age to apply restrictions
2019-05-02 13:06:46 -05:00
Christoph Atteneder
92d75db604
Update translations
2019-05-02 17:39:33 +02:00
Oscar Guindzberg
16f686c757
Improve logging
2019-04-29 11:08:17 -03:00
Manfred Karrer
b1a8429066
Merge pull request #2752 from ManfredKarrer/add-filter-to-trade-history
...
Add filter to trade history
2019-04-27 15:53:33 -05:00
Christoph Atteneder
ca0387ad5b
Add prompt text for filter textfield
2019-04-25 12:23:54 +02:00
Christoph Atteneder
87cbc47b07
Merge pull request #2675 from m4hdi1995/list-parsicoin
...
List ParsiCoin (PARS)
2019-04-25 11:06:23 +02:00
Christoph Atteneder
451553f17c
Merge pull request #2769 from devinbileck/change-pricenode-operator
...
Reflect pricenode operator change in ProvidersRepository
2019-04-25 11:04:08 +02:00
Christoph Atteneder
07d2da6456
Merge pull request #2770 from devinbileck/update-relay-node-address
...
Update mobile notification relay node DEV_URL IP address
2019-04-25 11:03:48 +02:00
Christoph Atteneder
d2d6636544
Merge pull request #2753 from ManfredKarrer/fix-trade-peers-account-age
...
Fix account age display of peer
2019-04-24 11:33:27 +02:00
Devin Bileck
5fb08f81ab
Update mobile notification relay node DEV_URL IP address
...
I have taken over the relay node from Manfred. The onion address
remains the same, but the IP address used in the DEV_URL has
changed.
See bisq-network/roles#82
2019-04-23 00:11:40 -07:00
Devin Bileck
bfb38fb08e
Reflect pricenode operator change in ProvidersRepository
...
I have taken over one of the pricenodes from Manfred.
See bisq-network/roles#14
2019-04-23 00:04:51 -07:00
Manfred Karrer
25931c0fd7
Merge pull request #2757 from sqrrm/count-voting-cycles
...
Count cycles correctly, fix #2706
2019-04-21 18:06:50 -05:00
Manfred Karrer
dc773460a9
Merge branch 'master' into fix-trade-peers-account-age
2019-04-21 17:17:46 -05:00