Commit graph

1121 commits

Author SHA1 Message Date
Dan Schaper
1f009462d1 Add Pi-hole Header, remove print statements 2016-10-01 18:50:15 -07:00
Promofaux
899bbc8d97 Merge branch 'development' into db 2016-10-01 21:50:14 +01:00
Dan Schaper
911e39ba09 Merge pull request #726 from pi-hole/DebugUpdate
DebugUpdate
2016-10-01 13:47:15 -07:00
Dan Schaper
9a421d510a Ignore comments in adlists.list section. 2016-10-01 13:16:58 -07:00
Adam Warner
3bc7172e5e Merge pull request #738 from pi-hole/updateFix
Add check at the beginning of update script to check for existence of…
2016-10-01 17:03:31 +01:00
Promofaux
1a83988e26 Add check at the beginning of update script to check for existence of local repos. If not, redirect user to run install command again. 2016-10-01 16:56:03 +01:00
Adam Warner
0d0fc2504a Merge pull request #735 from diginc/patch-1
Update README.md
2016-10-01 04:54:19 +01:00
Promofaux
48d215a53a change column name to idx 2016-10-01 02:00:58 +01:00
Promofaux
5c4cd7383b Workaround 2016-09-30 23:09:54 +01:00
Adam Hill
0d4402ee0c Update README.md
Updating the old x86 only reference on the link to my docker project.
2016-09-30 17:01:44 -05:00
Promofaux
feb0aed388 WAIT 2016-09-30 23:01:26 +01:00
Promofaux
4f41bdf246 Or typing... 2016-09-30 22:59:47 +01:00
Promofaux
34c3b96deb I never said I was an expert at merging 2016-09-30 22:58:14 +01:00
Promofaux
66d1543341 Merge branch 'development' into db 2016-09-30 22:53:39 +01:00
Adam Warner
722def9362 Merge pull request #734 from pi-hole/phpVerCheckFix
Fix the php version check command (Thanks @diginc!)
2016-09-30 22:48:39 +01:00
Promofaux
6a8bef83b3 Fix the php version check command (Thanks @diginc!) 2016-09-30 22:40:43 +01:00
Promofaux
30f24dc988 Change shebang to ensure python2 is called 2016-09-30 21:15:44 +01:00
Promofaux
f345fa6b2e Add python(2) to dependencies. May need to change fedora family 2016-09-29 23:15:58 +01:00
Promofaux
6fb0756abd change db flush to 1 minute past midnight to stop results from 23:59 appearing in stats. Once we start storing more than one day, this can be revised. 2016-09-29 22:40:18 +01:00
Promofaux
6e13941650 Add php-pdo for RHel/Centos 2016-09-29 21:35:37 +01:00
Promofaux
74a398ce34 Much needed update to chronometer. Now Curls the api.php?summaryRaw to ensure results are the same as web 2016-09-29 20:02:31 +01:00
Adam Warner
cd30a7533e add php-sqlite3/php5-sqlite dependency 2016-09-29 09:17:20 +01:00
Promofaux
04277e20ad reference that script 2016-09-28 21:16:04 +01:00
Promofaux
612e22135f add back in needed script 2016-09-28 21:14:53 +01:00
Promofaux
a074e3312c The missing bits are important. 2016-09-28 21:11:25 +01:00
Dan Schaper
a9c3e2c7ba Add log_write function. Update version_check to use logical conditionals. 2016-09-28 13:09:38 -07:00
Promofaux
646ee07979 Dropped a ' '. I'll blame @dschaper ;) 2016-09-28 21:08:08 +01:00
Promofaux
1fbf182f1b add minutely cron job to import log from log file to db 2016-09-28 21:04:14 +01:00
Promofaux
08f86001a2 remove no longer needed cron job 2016-09-28 21:01:18 +01:00
Promofaux
68896623dc add sqlite3 dependency 2016-09-28 20:59:55 +01:00
Promofaux
503c2b9781 remove no longer needed script 2016-09-28 20:58:27 +01:00
Promofaux
fcc0a045cc handle importing in pihole command. pihole -i 2016-09-28 20:57:51 +01:00
Promofaux
40750c0196 Add final conn.commit() 2016-09-28 20:46:16 +01:00
Promofaux
8e1b5338c6 Whoops, actually drop gravity table on each run 2016-09-28 20:43:16 +01:00
Promofaux
0e746bde44 Provide the correct number of bindings 2016-09-28 20:35:28 +01:00
Promofaux
43dca276f4 parameters, not string concats 2016-09-28 20:31:12 +01:00
Promofaux
083dbd1533 Try .py, not .sh. 1D10T 2016-09-28 20:26:03 +01:00
Promofaux
f8e612055f copy in python parsers 2016-09-28 20:22:19 +01:00
Promofaux
41812cde22 add gravity domains to db 2016-09-28 20:20:52 +01:00
Promofaux
ff3bb11c27 add gravity_parse.py to read gravity.list domains into db (for quicker lookups) 2016-09-28 20:18:34 +01:00
Promofaux
f0343c6b77 change output path 2016-09-28 20:18:04 +01:00
Dan Schaper
7fcb40739d Close IF statement 2016-09-28 10:25:37 -07:00
Dan Schaper
5a3d319677 Add fail check to dig local and remote. 2016-09-28 10:24:44 -07:00
Promofaux
cd2b954bec add dnsmasq_parse.py from https://github.com/averagesecurityguy/blue before modification 2016-09-28 18:14:51 +01:00
Dan Schaper
8466d0b681 Change NSLOOKUP to dig for resolver tests, add dnsmasq specific records check 2016-09-28 10:14:47 -07:00
Dan Schaper
5de179f1eb Remove blacklist comparison. 2016-09-28 09:52:11 -07:00
Dan Schaper
36e10595cc Change netstat to lsof. 2016-09-28 09:51:14 -07:00
Jacob Salmela
78c8723629 Merge pull request #708 from pi-hole/github-templates
Update Github templates
2016-09-27 22:12:36 -05:00
Dan Schaper
edd7f28104 Add internet checks to IP section 2016-09-27 19:39:28 -07:00
Dan Schaper
dba1ab3fc0 Remove compareWhitelist 2016-09-27 19:31:21 -07:00