Commit graph

55 commits

Author SHA1 Message Date
Aaron Suggs
40963654b8 README: remove year from copyright.
h/t @fredbenenson
2014-03-25 10:58:55 -04:00
Carsten Zimmermann
355a6fbce6 Update readme 2014-02-06 21:35:28 +01:00
T.J. Schuck
63b8a0d7bd Update deprecated nginx limit_zone to limit_conn_zone 2014-01-03 10:04:21 -05:00
Michael Jelks
df276e6dfa Update README.md
Appears to be error with documentation and Allow2Ban portion. Caused local errors with '.path= is undefined'
2013-11-06 14:18:37 -08:00
Richard Schneeman
41c449f838 properly indent code sections
Using three tick marks and double indenting is redundant. Doing both produces a readme with an odd visual flow. This change does not modify content, it only changes lefthand whitespace so the Readme on Github will be more coherent.
2013-10-23 00:09:43 -05:00
Jordan Moncharmont
76dc9b1dc9 Update README.md
docs typo
2013-09-30 10:18:54 -07:00
Jordan Moncharmont
ef59c5182a Allow2Ban
An alternate to fail2ban that allows clients until they hit the
thresholds, then blocks them.  Think of it like a throttle where you can
block for more than one period.
2013-09-27 17:18:52 -07:00
Aaron Suggs
56858b85af README: add link to mailing list archives 2013-08-21 10:18:32 -04:00
Aaron Suggs
65ea56d9a8 Add mailing list to readme 2013-08-20 18:57:41 -04:00
Aaron Suggs
1d367f5acd version 2.3.0, update changelog, copy tweaks 2013-08-20 11:39:44 -04:00
Pedro Nascimento
ab6d7b239d Allow limit option to be a proc.
This allows you to do stuff like:
`req.env["USER"] == "god" ? 1000 : 1`
2013-08-19 19:47:48 -03:00
Aaron Suggs
4e5db68ad6 Minor copy tweaks 2013-08-16 02:03:39 -04:00
Aaron Suggs
65511e0835 README.md: add gem badge; re-arrange stuff 2013-08-13 16:31:03 -04:00
alexchee
fc274de1cb added note about redis minimum version 2013-08-01 14:13:02 -07:00
Zach Millman
8ff22a17f9 Fix typo 401 -> 429 2013-07-12 14:49:29 -07:00
Zach Millman
8a0fd35880 Fix response status comment for README 2013-07-12 14:45:59 -07:00
Zach Millman
d05da7d39b Explain why Rack::Attack returns 503 instead of 429 in README 2013-07-12 14:19:45 -07:00
Aaron Suggs
237dc2d944 Format example code as ruby 2013-06-20 11:21:11 -04:00
Aaron Suggs
46f2b56ee3 fix typo 2013-06-20 11:20:52 -04:00
Aaron Suggs
2d81fa7217 Clarify Fail2Ban readme 2013-06-20 10:54:30 -04:00
Aaron Suggs
24143dd195 Cleanup whitespace 2013-06-20 10:19:56 -04:00
madlep
4fe7f2d1ba updated and condensed fail2ban docs 2013-06-17 08:55:37 +10:00
madlep
9761faf6be added README docs for fail2ban 2013-06-14 16:07:01 +10:00
Aaron Suggs
f73fd1ab4e README: clarify throttle example.
Don't use logical operators for control flow.
2013-06-10 12:39:55 -04:00
Navin
c784822680 Minor edits to README
Hints on where to define rules and a note on enabling the cache in dev mode
2013-05-17 20:23:31 +02:00
Vipul A M
d3a9667474 Fix typos 2013-05-03 00:55:23 +05:30
Aaron Suggs
4df55677d0 README: add link to blog post 2013-05-02 13:57:28 -04:00
Aaron Suggs
51a25c3995 Update README 2013-03-06 16:41:43 -05:00
Aaron Suggs
733a506ced README: add performance section 2013-03-06 16:39:02 -05:00
Aaron Suggs
1cbd402431 Add redis to README 2013-03-04 21:06:53 -05:00
barelyknown
c99a965fdb Fixed syntax error in response example 2013-02-23 19:17:25 -05:00
Aaron Suggs
f094c2af37 README.md: show CodeClimate grade 2013-02-18 17:34:45 -05:00
Aaron Suggs
27a13f6971 Clarify algorithm 2013-01-17 12:06:16 -05:00
Aaron Suggs
b556909eab README.md: fix travis CI link 2013-01-11 21:44:31 -05:00
Aaron Suggs
23839cb9d6 README clarification 2013-01-11 14:37:27 -05:00
Aaron Suggs
10e87336bd README.md: add track info 2013-01-11 14:30:50 -05:00
Aaron Suggs
a1c1452741 Add Code Climate badge 2012-08-16 14:52:56 -03:00
Aaron Suggs
8ed2d7aa14 Update README.md 2012-08-16 10:46:57 -03:00
Tieg Zaharia
d21b973d9e Minor typos fix 2012-08-15 16:45:37 -03:00
Aaron Suggs
8e46fad3f3 Update README 2012-08-15 09:45:32 -04:00
Aaron Suggs
0656975d98 Clarify readme 2012-08-08 15:25:13 -04:00
Aaron Suggs
5a9f991b6e Update README 2012-08-08 15:09:41 -04:00
Aaron Suggs
bbd078ee81 Better README 2012-08-06 14:17:11 -04:00
Aaron Suggs
e135f17386 proper emphasis 2012-08-06 12:17:54 -04:00
Aaron Suggs
4a3faa4b1b README typo 2012-07-30 15:49:31 -04:00
Aaron Suggs
f82750c1c2 Move license to readme
…so it doesn't mess with autocomplete.
2012-07-30 15:46:47 -04:00
Aaron Suggs
ccdc1f993a Change instrumentation API for simpler notifications 2012-07-30 15:44:22 -04:00
Aaron Suggs
9552d56c24 Fix instrumentation example 2012-07-30 13:55:01 -04:00
Aaron Suggs
4d8195f783 README: describe instrumentation 2012-07-28 22:30:10 -04:00
Aaron Suggs
0faab21338 More docs 2012-07-28 22:23:22 -04:00