Skip to content
This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Commit 82e07b2

Browse files
committed
Clean up Changes for ccfd java
1 parent 39ba1d4 commit 82e07b2

1 file changed

Lines changed: 33 additions & 27 deletions

File tree

Changes

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,59 @@
11
Revision history for MaxMind minFraud Java API
22
1.52 Aug 9th 2012
3-
- Check always countryMatch instead of score ( Boris Zentner )
4-
- Allow more input fields
3+
- Check for the countryMatch field (not score) to see if a request
4+
returned valid data. The score field is deprecated. (Boris Zentner)
5+
- Allow all input fields provided by minFraud 1.4 (Boris Zentner)
6+
57
1.51 Apr 17th 2012
6-
- Replaced the minfraud server list with api-us-east.maximind.com and
7-
api-us-west.maxmind.com ( Boris Zentner )
8+
- Replaced the minfraud server list with api-us-east.maximind.com and
9+
api-us-west.maxmind.com ( Boris Zentner )
10+
811
1.50 Mar 13th 2012
9-
- Check countryMatch instead of score for successful results. Score is
10-
only avail for minfraud_version < 1.3 ( Boris Zentner )
12+
13+
- Check countryMatch instead of score for successful results. Score is
14+
only avail for minfraud_version < 1.3 ( Boris Zentner )
15+
1116
1.49 Februar 19th 2009
12-
- Add minfraud3.maxmind.com to the serverlist
17+
- Add minfraud3.maxmind.com to the serverlist
18+
1319
1.48 October 3th 2008
14-
- Add new fields user_agent and accept_language for CCFD ( Boris Zentner )
20+
- Add new fields user_agent and accept_language for CCFD ( Boris Zentner )
1521

1622
1.47 skipped
1723

1824
1.46 October 4th 2007
19-
- Replaced www.maxmind.com and www2.maxmind.com with minfraud1.maxmind.com and minfraud2.maxmind.com
25+
- Replaced www.maxmind.com and www2.maxmind.com with minfraud1.maxmind.com and minfraud2.maxmind.com
2026

2127
1.45 July 23rd 2007
22-
- Changed license from GPL to LGPL, to allow commercial programs to include minFraud API
28+
- Changed license from GPL to LGPL, to allow commercial programs to include minFraud API
2329

2430
1.44 October 9th 2006
25-
- Fixed problem with encoding input fields, since now use POST instead of GET
31+
- Fixed problem with encoding input fields, since now use POST instead of GET
2632

2733
1.43 October 3rd 2006
28-
- Added support for new input fields, usernameMD5 and passwordMD5
34+
- Added support for new input fields, usernameMD5 and passwordMD5
2935

3036
1.4 August 8th 2005
31-
- Added support for Telephone Verification
32-
- Use POST method instead of GET method, fixes bug where query string
33-
was truncated
34-
- Added support for bypassing DNS using IP addresses
35-
- Added shipCity shipRegion shipPostal shipCountry to list of input fields
37+
- Added support for Telephone Verification
38+
- Use POST method instead of GET method, fixes bug where query string
39+
was truncated
40+
- Added support for bypassing DNS using IP addresses
41+
- Added shipCity shipRegion shipPostal shipCountry to list of input fields
3642

3743
1.3 February 9th 2005
38-
- Added requested_type, forwardedIP, emailMD5, shipAddr,
39-
txnID, sessionID to list of input fields
40-
- Added LocationVerification.java
44+
- Added requested_type, forwardedIP, emailMD5, shipAddr,
45+
txnID, sessionID to list of input fields
46+
- Added LocationVerification.java
4147

4248
1.2 July 2nd 2004
43-
- Added binName, binPhone, custPhone to list of input fields
49+
- Added binName, binPhone, custPhone to list of input fields
4450

4551
1.1 June 14th 2004
46-
- use org.apache.commons.httpclient instead of Java's built in HTTP client
47-
since Apache HTTP client has better support for timeouts
48-
- Replaced h1 and h2 servers with www and www2 (all ending with maxmind.com)
49-
- Added debug and timeout options
50-
- Failover if score field not set
52+
- use org.apache.commons.httpclient instead of Java's built in HTTP client
53+
since Apache HTTP client has better support for timeouts
54+
- Replaced h1 and h2 servers with www and www2 (all ending with maxmind.com)
55+
- Added debug and timeout options
56+
- Failover if score field not set
5157

5258
1.0 May 5st 2004
53-
- original version
59+
- original version

0 commit comments

Comments
 (0)