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

Commit

Permalink
Clean up Changes for ccfd java
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Aug 10, 2012
1 parent 39ba1d4 commit 82e07b2
Showing 1 changed file with 33 additions and 27 deletions.
60 changes: 33 additions & 27 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,53 +1,59 @@
Revision history for MaxMind minFraud Java API
1.52 Aug 9th 2012
- Check always countryMatch instead of score ( Boris Zentner )
- Allow more input fields
- Check for the countryMatch field (not score) to see if a request
returned valid data. The score field is deprecated. (Boris Zentner)
- Allow all input fields provided by minFraud 1.4 (Boris Zentner)

1.51 Apr 17th 2012
- Replaced the minfraud server list with api-us-east.maximind.com and
api-us-west.maxmind.com ( Boris Zentner )
- Replaced the minfraud server list with api-us-east.maximind.com and
api-us-west.maxmind.com ( Boris Zentner )

1.50 Mar 13th 2012
- Check countryMatch instead of score for successful results. Score is
only avail for minfraud_version < 1.3 ( Boris Zentner )

- Check countryMatch instead of score for successful results. Score is
only avail for minfraud_version < 1.3 ( Boris Zentner )

1.49 Februar 19th 2009
- Add minfraud3.maxmind.com to the serverlist
- Add minfraud3.maxmind.com to the serverlist

1.48 October 3th 2008
- Add new fields user_agent and accept_language for CCFD ( Boris Zentner )
- Add new fields user_agent and accept_language for CCFD ( Boris Zentner )

1.47 skipped

1.46 October 4th 2007
- Replaced www.maxmind.com and www2.maxmind.com with minfraud1.maxmind.com and minfraud2.maxmind.com
- Replaced www.maxmind.com and www2.maxmind.com with minfraud1.maxmind.com and minfraud2.maxmind.com

1.45 July 23rd 2007
- Changed license from GPL to LGPL, to allow commercial programs to include minFraud API
- Changed license from GPL to LGPL, to allow commercial programs to include minFraud API

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

1.43 October 3rd 2006
- Added support for new input fields, usernameMD5 and passwordMD5
- Added support for new input fields, usernameMD5 and passwordMD5

1.4 August 8th 2005
- Added support for Telephone Verification
- Use POST method instead of GET method, fixes bug where query string
was truncated
- Added support for bypassing DNS using IP addresses
- Added shipCity shipRegion shipPostal shipCountry to list of input fields
- Added support for Telephone Verification
- Use POST method instead of GET method, fixes bug where query string
was truncated
- Added support for bypassing DNS using IP addresses
- Added shipCity shipRegion shipPostal shipCountry to list of input fields

1.3 February 9th 2005
- Added requested_type, forwardedIP, emailMD5, shipAddr,
txnID, sessionID to list of input fields
- Added LocationVerification.java
- Added requested_type, forwardedIP, emailMD5, shipAddr,
txnID, sessionID to list of input fields
- Added LocationVerification.java

1.2 July 2nd 2004
- Added binName, binPhone, custPhone to list of input fields
- Added binName, binPhone, custPhone to list of input fields

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

1.0 May 5st 2004
- original version
- original version

0 comments on commit 82e07b2

Please sign in to comment.