Manfred Karrer
c011b3e95a
Merge pull request #754 from SimonTuberlin/InteracETransfer
...
Interac e transfer
2017-02-10 10:18:59 -05:00
Manfred Karrer
9f908b2aea
add verify task to build script, update pom
2017-02-10 00:31:48 -05:00
Manfred Karrer
7e71c8c4b6
Add DependencyConvergence
2017-02-10 00:04:21 -05:00
Manfred Karrer
376adb6d1e
Move digest-enforcer-rules to gui module and add more entries
2017-02-09 23:58:55 -05:00
Manfred Karrer
05bb832487
Merge branch 'master' into Development
2017-02-09 21:34:51 -05:00
SimonTuberlin
965bf45f34
changed input validator for Interac question and answer field
2017-02-09 17:11:02 +01:00
SimonTuberlin
483058c13f
Added unit test for Interac
...
softened Interac phone number format check, updated IBAN check
2017-02-09 16:45:45 +01:00
SimonTuberlin
df90eec79e
InteracETransfer
...
Small fix in EmailValidator
2017-02-09 14:54:03 +01:00
Manfred Karrer
a83acbeb25
Reduce tx fee, sec. deposit and createe offer fee, cleanup, comments update
2017-02-08 16:15:14 -05:00
wodry
cd3606191e
Bugfix
2017-02-08 05:58:16 +01:00
Manfred Karrer
b688c78504
Show atbitr. tab for retired arbitrators
2017-02-07 21:02:00 -05:00
Manfred Karrer
6a2675a3ed
Reduce length of short id
2017-02-07 20:42:56 -05:00
Manfred Karrer
297c6deab6
Increase max. allowed deviation from market price to 30%
2017-02-07 20:29:47 -05:00
Manfred Karrer
910d01535a
Add percentage to spread table
2017-02-07 20:25:00 -05:00
Manfred Karrer
ea4fc12092
Use dash instead of underscore for offer id
2017-02-07 20:24:44 -05:00
Manfred Karrer
4cafddabc7
Add version nr to offer id, use more randomized prefix for short id
2017-02-07 19:44:45 -05:00
Manfred Karrer
f8d4aa8b7c
Don't show error popup when Linux display bug occurs (caused by screen resize, sleep. java.lang.ClassCastException: sun.awt.image.BufImgSurfaceData cannot be cast to sun.java2d.xr.XRSurfaceData)
2017-02-07 16:42:10 -05:00
wodry
0e55e50508
Translated outstanding strings
2017-02-07 22:28:48 +01:00
Manfred Karrer
afaa3add89
Rename Cash/ATM deposit to Cash deposit
2017-02-07 10:22:17 -05:00
Manfred Karrer
d88aceddf8
Clean up, add missing coins (LTBcoin, SFSC)
2017-02-07 10:05:15 -05:00
Jon Spock
1c6bbb4b6b
Add PivxParams file and make sure unit test passes
2017-02-06 18:13:35 -08:00
Manfred Karrer
077d4fe2bc
Merge branch 'master' into Development
2017-02-05 21:55:20 -05:00
Manfred Karrer
8d782ea910
Formatting, small cleanups
2017-02-05 21:54:22 -05:00
SimonTuberlin
a34594f404
Added email validator checking for basic rules like only one @ allowed and an at least two chars long letters-only TLD.
...
Implemented email check in ChaseQuickPay
2017-02-06 00:13:13 +01:00
wodry
ac4263f163
Fix doubled line
...
Fix doubled line from copy & paste.
2017-02-04 11:29:13 +01:00
wodry
bf4142bd3f
Added some missing German translations, one Bugfix
...
According to the Post of user coinstash: https://forum.bitsquare.io/t/any-cunning-linguists-among-us/721/5
I would be delighted if I could help out with German translations.
There is also one type bugfix.
2017-02-04 11:23:29 +01:00
Manfred Karrer
7cba76fbe9
Revert merged PR ( https://github.com/bitsquare/bitsquare/pull/730 )
2017-02-02 20:36:10 -05:00
Manfred Karrer
a1e7ccc1bf
Merge pull request #730 from dan-da/hiddenservices_pr
...
DNS lookups over Tor and connecting bitcoinj to .onion addresses.
2017-02-02 19:24:54 -05:00
Manfred Karrer
e14d70b9d9
Correct input validation of Norwegian bank account numbers
...
(https://github.com/bitsquare/bitsquare/pull/707 )
2017-02-02 19:23:19 -05:00
Manfred Karrer
b2670c082a
Deactivate PIVX as tests are failing
2017-02-02 14:38:43 -05:00
Manfred Karrer
653b83275d
Merge pull request #738 from PIVX-Project/patch-3
...
PIVX Address Validation
2017-02-02 11:42:40 -05:00
PIVX
1633e680d6
PIVX Address Validation Test
2017-02-02 08:36:45 -08:00
PIVX
4a66c15d6c
PIVX Address Validation
2017-01-30 22:36:15 -08:00
Manfred Karrer
7a70315362
Merge pull request #735 from SimonTuberlin/IBAN-BIC-Validation
...
IBAN and BIC validation
2017-01-30 23:12:50 +01:00
SimonTuberlin
8ddf670b8e
Added BIC and IBAN validation
2017-01-30 22:43:15 +01:00
Manfred Karrer
89d27860fc
Add null check, add filter for onion addresses
2017-01-29 13:45:19 +01:00
Manfred Karrer
ad4e1a88d1
Add filter for arbitrators dispute list
2017-01-28 19:20:46 +01:00
Manfred Karrer
3d60ad4d76
Improve logs
2017-01-28 17:12:06 +01:00
danda
9da8939aa6
Changes to support DNS lookups over Tor:
...
+ Add DnsTorLookup class that uses Tor Socks5 RESOLVE extension.
+ Add Socks5DnsDiscovery class that runs on separate threads for each lookup
Changes to support connecting to .onion addresses:
+ Add Socks5SeedOnionDiscovery class for discovery of .onion seeds.
+ Add Socks5MultiDiscovery wrapper class with modes for using ipv4 seeds, .onion seeds, dns, or all/mixed.
remove unused class
2017-01-21 08:45:49 -08:00
Manfred Karrer
1bd73afa55
Test from XTO merge failed. Commented out XTO test and swithc case
2017-01-17 12:25:56 +01:00
Bryce Weiner
8bae2e2675
Address validator for XTO
2017-01-17 00:18:51 -06:00
Manfred Karrer
deb8a1ba12
Add notes to emergency payout tool, update logs
2017-01-04 14:02:43 +01:00
Manfred Karrer
aa29f94a88
Merge branch 'master' into Development
2017-01-03 12:15:12 +01:00
Manfred Karrer
6fbe2d358c
Move to altcoin package, add license
2016-12-19 19:08:02 +01:00
DevAlexey
59294427b8
+ Byteball address validation
2016-12-19 20:44:36 +03:00
Manfred Karrer
12ac797571
Fix IOP validation
2016-12-06 22:29:11 +01:00
hendry19901990
2d319211b4
Improved request
2016-12-06 09:26:08 -04:00
hendry19901990
5a45396e1c
Improved the request from manfred!!!
2016-12-06 09:21:51 -04:00
hendry19901990
631aa86d0a
changes
2016-12-05 17:10:52 -04:00
hendry19901990
b1280e118e
update
2016-12-05 17:07:36 -04:00