Commit Graph

  • 5534ba2ef1 moved the handling of udp stuff to a separate file tigerbot 2017-10-26 16:27:10 -0600
  • b44ad7b17a added documentation for the new tcp.proxy module tigerbot 2017-10-26 15:44:19 -0600
  • 138f59bea3 implemented proxying decrypted TLS streams in raw form tigerbot 2017-10-26 14:39:51 -0600
  • 0ef845f2d5 added some documentation for the tokens API tigerbot 2017-10-26 12:07:27 -0600
  • e504c4b717 Merge branch 'ddns' v1.1.0 tigerbot 2017-10-25 18:35:07 -0600
  • de3977d1e4 fixed bug reading non-existant config files v1.0-old tigerbot 2017-10-25 18:33:22 -0600
  • c9318b65b0 fixed enclosure problem for static modules tigerbot 2017-10-25 18:06:41 -0600
  • 20cf66c67d added CORS header needed after recent change to OAuth3 library requests ddns tigerbot 2017-10-25 13:35:06 -0600
  • 72ff65e833 fix some misc problem found using browser to access API tigerbot 2017-10-25 11:00:06 -0600
  • c4af0d05ec show that redirects can be to other domains AJ ONeal 2017-10-24 16:05:02 -0600
  • 019ec2b990 add option to serve directories AJ ONeal 2017-10-24 16:04:44 -0600
  • 5e48a2ed5e Merge branch 'master' of git.daplie.com:Daplie/goldilocks.js AJ ONeal 2017-10-24 12:51:33 -0600
  • 85472588c3 gotta turn on indexes somehow AJ ONeal 2017-10-24 12:51:21 -0600
  • 00de23ded7 implemented setting DNS records after tunnel connect tigerbot 2017-10-20 18:02:55 -0600
  • 82f0b45c56 implemented cleanup/update of DNS records on config change tigerbot 2017-10-20 15:38:10 -0600
  • acf2fd7764 looking at active tunnel session on DDNS config update tigerbot 2017-10-19 17:45:05 -0600
  • c23f5ae25b moved the session cache to be longer lasting tigerbot 2017-10-19 12:58:04 -0600
  • 019e4fa063 made connectTunnel wait for connections to actually start tigerbot 2017-10-19 12:37:08 -0600
  • 3aed276faf switched to newer config structure for setting DNS records tigerbot 2017-10-18 16:06:44 -0600
  • b9fac21b05 switched to using new config format when connecting to tunnel tigerbot 2017-10-18 15:37:35 -0600
  • c55c034f11 started using of the ddns.loopback setting tigerbot 2017-10-18 13:48:08 -0600
  • 6b2b91ba26 updated the documentation and validation for DDNS settings tigerbot 2017-10-18 12:06:01 -0600
  • cfaa8d4959 added interface to save user tokens tigerbot 2017-10-17 18:36:36 -0600
  • 9c7aaa4f98 reduced some duplication in handling error responses tigerbot 2017-10-17 16:16:57 -0600
  • f2ce3e9fe1 Merge branch 'api-rewrite' into ddns tigerbot 2017-10-17 13:07:52 -0600
  • 754ace5cb4 removed arguments that populate a deprecated config tigerbot 2017-10-17 12:56:25 -0600
  • 72520679d8 updated the documentation for the config API api-rewrite tigerbot 2017-10-16 12:59:45 -0600
  • e15d4f830e updated the example config tigerbot 2017-10-13 12:39:31 -0600
  • 5e9e2662e0 updated the config documentation in the README tigerbot 2017-10-12 18:57:17 -0600
  • 663fdba446 changed the valid UDP module from 'proxy' to 'forward' tigerbot 2017-10-12 14:35:19 -0600
  • 0406d0cd93 removed the `acme` property from the `tls` config tigerbot 2017-10-12 11:57:43 -0600
  • 503da9efd0 implemented routes to edit and delete modules and domains tigerbot 2017-10-11 17:13:33 -0600
  • 2a57a1e12c fixed a few misc errors that appeared in testing tigerbot 2017-10-11 13:06:24 -0600
  • 79ef9694b7 updated API to reflect moved domains tigerbot 2017-10-11 12:18:01 -0600
  • 61af4707ee moved domains up a level to allow multiple module groups with same domain names tigerbot 2017-10-11 12:11:20 -0600
  • ea55d3cc73 removed `bind` from the `http` and `tls` settings tigerbot 2017-10-10 12:34:32 -0600
  • 8371170a14 renamed `dns` settings to `udp` tigerbot 2017-10-10 11:32:18 -0600
  • 485a223f86 implemented better management of arrays in the config tigerbot 2017-10-10 11:08:19 -0600
  • bd3292bbf2 added documentation for adding domains when using the tunnel tigerbot 2017-10-09 14:03:20 -0600
  • 5761ab9d62 added JSON Schema to validate the config tigerbot 2017-10-06 17:50:16 -0600
  • 8f4a733391 changed module config property name tigerbot 2017-10-05 18:11:58 -0600
  • ded53cf45c reduced a few lines of code tigerbot 2017-10-05 18:10:59 -0600
  • 0380a8087f automatically add `id` to modules and domains tigerbot 2017-10-04 18:27:29 -0600
  • d04b750f87 changed the default config tigerbot 2017-10-04 18:26:27 -0600
  • cc6b34dd46 made it possible to GET specific parts of the config tigerbot 2017-10-04 14:42:19 -0600
  • 12e4a47855 removed addresses and cwd from the config tigerbot 2017-10-04 11:49:05 -0600
  • f25a0191bd changed config API to use an express router tigerbot 2017-10-03 19:11:49 -0600
  • 3d3fac5087 simplified how the admin routes are handled tigerbot 2017-10-03 17:26:44 -0600
  • b8f282db79 fixed bug in promisifying network package tigerbot 2017-10-02 15:37:58 -0600
  • 9e9b5ca9ad update DDNS to also use the specified list of domains tigerbot 2017-09-29 15:29:47 -0600
  • 0dd20e4dfc removed tunnel from config and API and made DDNS responsible tigerbot 2017-09-28 11:18:44 -0600
  • 5cc7e3f187 added loopback test before setting DNS records to local IP tigerbot 2017-09-27 14:53:18 -0600
  • 83f72730a2 moved the DNS API calls to another file tigerbot 2017-09-27 10:54:35 -0600
  • 8930a528bc moved some things related to DDNS into separate folder tigerbot 2017-09-25 18:06:48 -0600
  • cfcc1acb8c updated the DDNS and loopback to use async/await tigerbot 2017-09-19 13:18:22 -0600
  • a625ee9db9 made goldilocks reload config on SIGHUP tigerbot 2017-09-19 18:23:43 -0600
  • 528e58969e fixed timing problem that lead to lost request bodies tigerbot 2017-09-15 18:25:23 -0600
  • 68d6322b42 made comma style more consistently broken tigerbot 2017-09-15 16:07:25 -0600
  • fcb2de516f fixed some problems with the DDNS tigerbot 2017-09-14 18:28:49 -0600
  • bc301b94c9 added first implementation of DDNS tigerbot 2017-09-14 15:26:19 -0600
  • 44d11e094b tweaked some logging tigerbot 2017-09-11 15:57:25 -0600
  • c47b1dc235 Update install.sh to remove outdated `#v1` tag richdex14 2017-09-06 15:33:17 -0600
  • e5a12db270 Update update-packages.sh to use `curl` for better `https` portability richdex14 2017-09-04 12:42:22 -0600
  • e02ecc86d9 Update install.sh to get node-install-script from Daplie project instead of coolaj's private project richdex14 2017-09-01 19:40:57 -0600
  • 42adabdb20 Update API.md Drew Warren 2017-08-10 10:41:16 -0600
  • b65697ea74 added some simple docs for the tunnel API tigerbot 2017-08-09 18:30:18 -0600
  • 66e9ecd2bf fixed bug in finding relevant http module for domains tigerbot 2017-08-04 16:42:10 -0600
  • fee0df3ec9 made sock5 enable-able from the config tigerbot 2017-08-04 15:23:15 -0600
  • 188869b83e added some API docs for the Socks5 routes tigerbot 2017-08-04 14:38:22 -0600
  • 983a6e2cd7 more descriptive error message AJ ONeal 2017-08-03 15:56:19 -0600
  • 2357319194 changed how we wrap TLS connections that we've peaked at tigerbot 2017-08-02 18:11:25 -0600
  • 7863b9cee6 updated localhost certificates tigerbot 2017-08-02 18:08:04 -0600
  • 3bd9bac390 fixed bug when tunnel tokens not defined in config tigerbot 2017-07-31 18:35:49 -0600
  • 363620d7fb Update README.md AJ ONeal 2017-07-28 13:03:29 -0600
  • d84299356b Update README.md AJ ONeal 2017-07-28 13:03:06 -0600
  • e3de5f76be Update README.md AJ ONeal 2017-07-28 12:51:02 -0600
  • d859d0a44f added docs for the tunnel client tigerbot 2017-07-26 11:44:08 -0600
  • 49474fd413 changed formatting for several of the code blocks tigerbot 2017-07-26 11:32:33 -0600
  • 388ce522ae note inability to match source port to destination port AJ ONeal 2017-07-25 23:38:20 -0600
  • 26e015f5e3 typo fix: forward -> proxy AJ ONeal 2017-07-25 23:29:38 -0600
  • 7ee247afe6 update README with config info AJ ONeal 2017-07-25 18:37:29 -0600
  • 267ff2486a explicitly define le-store directory AJ ONeal 2017-07-21 17:38:52 -0600
  • d9b20b5aeb fixed local bind problem for TCP proxying tigerbot 2017-07-21 17:22:45 -0600
  • c34b0444c1 use npm from install AJ ONeal 2017-07-21 15:40:27 -0600
  • f3beb4795f preventing DNS lookup error from erroring the paywall detection tigerbot 2017-07-17 16:28:34 -0600
  • 6ba0cac3f3 made mDNS query for paywall check more error resistant tigerbot 2017-07-14 17:04:24 -0600
  • 95d5526f28 fixed issue updating packages on mac (no realpath) tigerbot 2017-07-13 12:39:38 -0600
  • b5a99c4e9b added socksv5 to dependencies tigerbot 2017-07-11 12:51:45 -0600
  • b361c0cd53 fixed problem with `destroy` in socksv5 server tigerbot 2017-07-10 18:24:59 -0600
  • 2ffd846352 fixed problem in http redirect paywall detection tigerbot 2017-07-10 17:06:34 -0600
  • 1957dd8d80 make sure downloaded files exist even if empty tigerbot 2017-07-10 17:05:37 -0600
  • 10fc80c2b7 switched the mdns ID to be human readable tigerbot 2017-07-07 17:53:12 -0600
  • 59c9abca49 made `update-packages` working directory independent tigerbot 2017-07-07 16:45:45 -0600
  • e52ae83aa4 fixed a few minor issues tigerbot 2017-07-07 13:48:40 -0600
  • 85a0c3d421 Merge branch 'loopback' tigerbot 2017-07-06 13:09:20 -0600
  • 0daf1b909a exposed the owner IDs to the API and mDNS tigerbot 2017-07-06 11:25:30 -0600
  • e62869b661 moved owner storage to a separate file tigerbot 2017-07-06 11:01:29 -0600
  • a4aad3184a allow loopback to use providers that are not oauth3.org loopback tigerbot 2017-06-27 10:39:59 -0600
  • f37730c97d changed loopback endpoint to check all ports tigerbot 2017-06-26 18:12:00 -0600
  • 000d36e76a exposed a loopback test route in the api tigerbot 2017-06-26 11:34:42 -0600