Guillaume Dott
c4bde860e2
Add Rakefile to run tests
2015-05-27 11:26:43 +02:00
Guillaume Dott
415f7c9d24
Add `ProjectHoneypot::Rack` class to DRY
2015-05-27 11:09:44 +02:00
Guillaume Dott
707b115428
Update copyright information
2013-01-20 01:57:52 +01:00
Guillaume Dott
15ea3a4f67
Bump version 0.3.1
2013-01-20 01:30:28 +01:00
Guillaume Dott
a7e59ef5c8
Add github repo as homepage
2013-01-20 01:30:00 +01:00
Guillaume Dott
6bb140e738
Bump version 0.3.0
2013-01-20 01:28:32 +01:00
Guillaume Dott
2870baff6e
Inverse api_key and ip_address arguments in lookup method
2013-01-20 01:27:37 +01:00
Guillaume DOTT
56166bbb3c
Add version requirement for dependencies
2013-01-15 09:17:12 +01:00
Guillaume DOTT
5585e5d92e
Update README
2013-01-14 17:13:07 +01:00
Guillaume DOTT
a1a7beb464
Improve tests rspec syntax
2013-01-14 14:30:07 +01:00
Guillaume DOTT
2f87b63c18
Test safe? method and search engine type
2013-01-14 10:07:55 +01:00
Guillaume DOTT
e0b488868a
Add custom offenses list to determine if safe or not
2013-01-04 17:22:00 +01:00
Guillaume DOTT
1a3eeaf4cf
Add search engines support
2013-01-04 17:20:05 +01:00
Guillaume DOTT
74ad8e4970
Bump version 0.2.0
2013-01-04 11:30:32 +01:00
Guillaume DOTT
c0f8f6d054
Rename project-honeypot to project_honeypot
2013-01-04 11:30:32 +01:00
Guillaume DOTT
6571e9bef5
Add custom score and last_activity method to determine if safe or not
2013-01-04 11:30:32 +01:00
Guillaume DOTT
475b749cf6
Add a rack middleware to forbid access to unsafe IP addresses
2013-01-04 11:30:24 +01:00
Guillaume DOTT
8dcb7f76c0
Add temporary files (swap, backup) to gitignore
2012-12-21 16:49:19 +01:00
Guillaume DOTT
5a4ca4d44a
Add rack middleware
2012-12-21 16:40:27 +01:00
Guillaume DOTT
d6820f3527
Update Gemfile and gemspec file
2012-12-19 15:04:40 +01:00
Guillaume DOTT
258a5b7c52
Remove generated files and add .gitignore
2012-12-19 14:48:25 +01:00
Guillaume DOTT
3f93bf1fa2
Add configuration class and modify lookup to use this configuration
...
To configure the module, you can use :
ProjectHoneypot.configure do
@api_key = 'API_KEY'
end
To access, the variable, use :
ProjectHoneypot.api_key
The lookup method has been modified to be backward compatible
and use the defined api_key if available.
2012-12-19 09:31:17 +01:00
Guillaume DOTT
7035908aae
Modify require 'net/dns' to work
2012-12-18 16:53:38 +01:00
woody2shoes
c4fdeef207
added todos to readme file
2010-10-27 22:23:43 -06:00
woody2shoes
acf5a7d6ce
version 0.1.1
2010-10-27 22:13:06 -06:00
woody2shoes
6151daffc1
fixed gemspec and built gem
2010-10-22 15:17:46 -06:00
woody2shoes
064ca22506
update README
2010-10-22 10:30:12 -06:00
woody2shoes
a73484ec64
the gem appears to work now
2010-10-20 23:07:24 -06:00
woody2shoes
f270e5fd28
include base files. MIT License. Create gemspec
2010-10-20 13:32:24 -06:00
woody2shoes
2a70ba2366
basic structure Base class and Url class
2010-10-20 13:00:50 -06:00
woody2shoes
7e2cb3bf94
first commit
2010-10-13 10:54:13 -06:00