Commit graph

1580 commits

Author SHA1 Message Date
Stuart Cardall
fa873a3e20
install to /usr/local/sbin by default
fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/133
2018-02-08 09:56:34 +00:00
Stuart Cardall
c3624d2d89
fix service command for cron jobs
the cron environment usually does not contain $PATH. This fixes cases
where users do not use full paths in their crontabs.

fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/120#issuecomment-364028147
2018-02-08 09:44:58 +00:00
Travis
0ebdfec103 V3.2018.02.1048 [ci skip] 2018-02-08 09:05:23 +02:00
Stuart Cardall
4e1fcbbe24
Merge pull request #134 from itoffshore/alpine
fix cron example for less verbose logging
2018-02-08 07:02:30 +00:00
Stuart Cardall
ce97078a50
fix cron example for less verbose logging 2018-02-08 07:00:38 +00:00
Travis
3f99940c6a V3.2018.02.1046 [ci skip] 2018-02-07 23:52:35 +02:00
Stuart Cardall
5fd5a084c1
Merge pull request #131 from itoffshore/alpine
change less verbose option to -q
2018-02-07 21:49:27 +00:00
Stuart Cardall
a416936b61
change less verbose option to -q
fixes a clash with the script directory setting in install-ngxblocker
2018-02-07 21:38:39 +00:00
Travis
4afde6952d V3.2018.02.1044 [ci skip] 2018-02-07 22:09:11 +02:00
Stuart Cardall
14ee01cef5
Merge pull request #129 from xcorat/patch-1
Fixing issues with different executable paths
2018-02-07 20:06:23 +00:00
Sachi
75dbb6f785
Fixing issues with different executable paths 2018-02-07 11:48:47 -08:00
Travis
76b6659c4a V3.2018.01.1042 [ci skip] 2018-01-31 09:23:31 +02:00
Mitchell Krog
b1fc051b76
User-Agent (+) 2018-01-31 09:19:20 +02:00
Travis
d3ae62ccac V3.2018.01.1041 [ci skip] 2018-01-29 11:10:23 +02:00
Mitchell Krog
be91a15011
Referrers (+) 2018-01-29 11:06:07 +02:00
Travis
e222c03f16 V3.2018.01.1040 [ci skip] 2018-01-27 13:12:43 +02:00
Mitchell Krog
2120e963f9
Referrers (+) 2018-01-27 13:08:39 +02:00
Travis
02957cce6a V3.2018.01.1039 [ci skip] 2018-01-15 09:56:56 +02:00
Mitchell Krog
6a3e6966b6
Referrers (+) 2018-01-15 09:53:20 +02:00
Travis
0b6326562c V3.2018.01.1038 [ci skip] 2018-01-14 09:21:08 +02:00
Mitchell Krog
7a43a87455
Merge pull request #123 from itoffshore/alpine
update-ngxblocker: less verbose silent mode
2018-01-14 09:18:22 +02:00
Stuart Cardall
0bf1d6f121
update-ngxblocker: less verbose silent mode
* silent mode now only prints a message for cron / log parsers when
  the blacklist is updated.

* the update script is designed to be run via cron. do not enable
  $SEND_EMAIL by default (command line switches -e or -m enable it)
2018-01-13 18:16:59 +00:00
Travis
885c8da4fc V3.2018.01.1036 [ci skip] 2018-01-13 10:24:01 +02:00
Mitchell Krog
0beacb0915
Referrers (+) 2018-01-13 10:20:25 +02:00
Travis
041e2e6e28 V3.2018.01.1035 [ci skip] 2018-01-11 16:19:36 +02:00
Mitchell Krog
c67ccc17bb
Update travis.yml 2018-01-11 16:16:08 +02:00
Travis
921b5e6ac5 V3.2018.01.1034 [ci skip] 2018-01-11 16:10:11 +02:00
Mitchell Krog
11e2d0f063
Update travis.yml 2018-01-11 16:06:44 +02:00
Travis
0326e37762 V3.2018.01.1033 [ci skip] 2018-01-11 14:33:13 +02:00
Stuart Cardall
128e00f360
Merge pull request #122 from itoffshore/alpine
remove duplicate check_depends
2018-01-10 23:42:45 +00:00
Stuart Cardall
d18d54087f
remove duplicate check_depends
* do not check depends twice on -v command line switch
2018-01-10 23:33:35 +00:00
Stuart Cardall
12fc6d0b56
Merge pull request #121 from itoffshore/alpine
exit after printing version
2018-01-10 23:26:06 +00:00
Stuart Cardall
28ae60d9af
exit after printing version
* fixes double printing of blacklist version
2018-01-10 23:22:53 +00:00
Travis
6744dfdb34 V3.2018.01.1029 [ci skip] 2018-01-07 10:59:56 +02:00
Mitchell Krog
dad38de961
Referrers (+) 2018-01-07 10:56:22 +02:00
Travis
af19d62ed7 V3.2018.01.1028 [ci skip] 2018-01-07 10:09:52 +02:00
Mitchell Krog
a73ae34285
Merge pull request #119 from itoffshore/alpine
add option for less verbose logging
2018-01-07 10:07:24 +02:00
Stuart Cardall
ecf4bb0ad2
add option for less verbose logging
* adds -s command line switch to update-ngxblocker / install-ngxblocker
  for less verbose messages to reduce unnecessary cron job logs.

  -s reduces messages to errors only & the Blacklist version number.
2018-01-07 01:25:48 +00:00
Travis
f1a26fcf9b V3.2018.01.1025 [ci skip] 2018-01-06 13:45:53 +02:00
Stuart Cardall
dcaa7df315
Merge pull request #118 from itoffshore/alpine
remove sanity checks for -m command line switch
2018-01-06 11:43:08 +00:00
Stuart Cardall
f40c3271c9
remove sanity checks for -m command line switch
allows emails sent with -m to to be sent to system alias addresses.

fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/116
2018-01-06 11:29:19 +00:00
Travis
4a1f43ca11 V3.2018.01.1023 [ci skip] 2018-01-06 10:27:31 +02:00
Mitchell Krog
3762d6128b Referrers (+) 2018-01-06 10:21:15 +02:00
Travis
9045c89c35 V3.2018.01.1022 [ci skip] 2018-01-05 14:01:12 +02:00
Mitchell Krog
b07a0095d0 Referrers (+) 2018-01-05 13:57:49 +02:00
Travis
8b808dfff0 V3.2018.01.1021 [ci skip] 2018-01-04 14:26:19 +02:00
Mitchell Krog
f3002b25b5 Bring Curl Tests Back Online [Test 3 and 4] 2018-01-04 14:23:16 +02:00
Travis
6b393f406d V3.2018.01.1020 [ci skip] 2018-01-04 14:20:43 +02:00
Mitchell Krog
10be46edd0 Bring Curl Tests Back Online [Test 1 and 2] 2018-01-04 14:17:36 +02:00
Travis
4d1d4826d2 V3.2018.01.1019 [ci skip] 2018-01-04 14:09:21 +02:00