-
5a40a15f9c
Added ability to add host to blocked table if visit count is exceeded
master
jaketothepast
2019-02-13 16:34:56 -0500
-
7ab1ca6ae0
Added additional query to block hosts in blocked file
jaketothepast
2019-02-13 16:26:47 -0500
-
d27d048d7a
Added test for blocked.json hosts
jaketothepast
2019-02-13 16:26:05 -0500
-
c6271ac7b6
Fixed issue creating row if does not exist
jaketothepast
2019-02-13 16:16:37 -0500
-
5f577071ee
Adding blocked_hosts table, ensure only new hosts are inserted.
jaketothepast
2019-02-13 16:10:57 -0500
-
b10d007b4d
Added if not exists to init query, added parsing for blocked config
jaketothepast
2019-02-13 15:54:11 -0500
-
cc2498cddf
Update the readme.
jaketothepast
2019-01-27 21:29:50 -0500
-
f8aa81be8d
Implement blocking functionality after certain count of visits, added tests
jaketothepast
2019-01-27 21:29:10 -0500
-
9bb57aebfe
Updating some documentation, README
jaketothepast
2019-01-27 11:58:48 -0500
-
7dd14cbd06
Split database code into it's own module
jaketothepast
2019-01-27 11:53:17 -0500
-
e26986770d
Corrected sqlite queries, added function to init or update row
jaketothepast
2019-01-27 11:44:00 -0500
-
16b5d88d05
Switch to httpbin.org
jaketothepast
2019-01-27 11:43:32 -0500
-
8ffb1a0522
Figuring out how best to update the database
jaketothepast
2019-01-27 09:17:08 -0500
-
123c50542e
Adding the sqlite3 module.
jaketothepast
2019-01-27 09:06:56 -0500
-
06a5b7e561
Initial functions for dealing with the database
jaketothepast
2019-01-27 09:06:39 -0500
-
d48e61dc4d
Updates readme, updates packages used
jaketothepast
2019-01-26 13:32:04 -0500
-
3f7ce3f521
Removing old imports
jaketothepast
2019-01-26 13:31:42 -0500
-
d5a6686e23
First passing proxy test
jaketothepast
2019-01-26 13:17:00 -0500
-
2151a236d3
Working request forwarding/piping responses back
jaketothepast
2019-01-26 13:12:04 -0500
-
2f102b06c3
Pipe the request directly
jaketothepast
2019-01-26 11:18:31 -0500
-
8612ee9ee4
Removing unnecessary parsing from code, prefer piping directly
jaketothepast
2019-01-26 11:09:39 -0500
-
89bd9f9005
Working on forwarding HTTP requests
jaketothepast
2019-01-26 10:19:25 -0500
-
42efcb5909
Update readme
jaketothepast
2019-01-26 08:18:36 -0500
-
9cae2a9bad
Documentation, adding comments and removing old console.log statemenets
jaketothepast
2019-01-26 08:14:42 -0500
-
cb120763e1
Properly parse request headers, use trim for leading whitespace
jaketothepast
2019-01-26 08:09:48 -0500
-
b89cb298d3
Including Python test suite for proxy
jaketothepast
2019-01-26 07:54:31 -0500
-
b0fba821cf
Adding winston
jaketothepast
2019-01-26 07:48:52 -0500
-
771ee83fd4
Bring in winston for logging, upgrade to async/await for promises
jaketothepast
2019-01-26 07:48:38 -0500
-
0bc24e975c
Fleshing out some project details
jaketothepast
2019-01-24 22:37:42 -0500
-
7357d52eed
Adding a logging method to the HttpRequest class, since this is a proxy
jaketothepast
2019-01-24 22:29:05 -0500
-
33ceceaea9
Working httpRequest parsers
jaketothepast
2019-01-24 22:20:17 -0500
-
95e8d830a0
Setting up jest to run
jaketothepast
2019-01-24 22:13:48 -0500
-
33c6c41e8d
Gitignore, added readme, jest for dev
jaketothepast
2019-01-24 22:09:42 -0500
-
c7c1bb5392
Starting HTTP parsing
jaketothepast
2019-01-24 22:07:42 -0500
-
ea45d63909
Got socket.on working
jaketothepast
2019-01-24 20:43:49 -0500
-
99dcd841ed
First commit
jaketothepast
2019-01-24 19:54:48 -0500