Commit Graph

312 Commits

Author SHA1 Message Date
Martin Polden d84665c26c
Merge pull request #162 from Alphakilo/master
Implement `/asn-org` endpoint
2023-05-21 20:26:14 +02:00
Martin Polden 31b161feee
Merge pull request #145 from ashleyprimo/master
Update README -> MaxMind Geo Information
2023-05-21 20:25:51 +02:00
Martin Polden b2859dc565
Merge pull request #125 from marcellmartini/master
Refactory of multiValueFlag.String()
2023-05-21 20:25:25 +02:00
Alphakilo 44ce088bb3 update docs 2022-09-04 00:09:52 +02:00
Alphakilo dcefd6f1c6 implement `/asn-org` endpoint 2022-09-04 00:06:01 +02:00
Marcell Martini 11fc656391
Merge branch 'mpolden:master' into master 2022-01-25 15:58:22 -04:00
Ashley Primo 0fbe52be45 Update README.md to include information regarding MaxMind Geo DB 2021-11-08 20:53:31 +00:00
Martin Polden ffa6674637 build: Merge jobs as data is not shared between them 2021-08-03 23:28:13 +02:00
Martin Polden 2899ca8f39 build: Build before deploying 2021-08-03 23:23:13 +02:00
Martin Polden 7b98b93f52
Merge pull request #141 from CosmicToast/patch-1
add xh to the list of cli utilities
2021-08-03 23:16:13 +02:00
Martin Polden 67f5a9e5a8
Merge pull request #142 from mpolden/limit-deploy
build: Limit deploy to master branch
2021-08-03 23:14:58 +02:00
Martin Polden ae2bbd8832 build: Bump Go version 2021-08-03 23:12:40 +02:00
Martin Polden 2b630f01a0 build: Limit deploy to master branch 2021-08-03 23:12:12 +02:00
Chloe Kudryavtsev 073e19b330
add xh to the list of cli utilities
xh is https://github.com/ducaale/xh
2021-08-03 16:04:43 -04:00
Martin Polden 70c9a8cbca readme: Use go install 2021-06-25 21:18:48 +02:00
Martin Polden 92a434d7ea mod: Bump github.com/oschwald/geoip2-golang
Fixes #120
2021-02-24 20:56:36 +01:00
Martin Polden 4024add6e1 build: Build and publish image once 2021-01-24 15:11:44 +01:00
Martin Polden 8374778df8 build: Bump build image 2021-01-24 15:09:56 +01:00
Martin Polden 711ea5377d build: Configure secrets 2021-01-24 15:05:08 +01:00
Martin Polden 4f071cd6a2 build: Configure GitHub Actions 2021-01-24 14:57:20 +01:00
Martin Polden 994c2529e9
Merge pull request #126 from leafcloudhq/master
Fixed a display issue for long ipv6 addresses and port input on mobile
2021-01-10 13:30:23 +01:00
Thatcher Peskens 6e4650327d Fixed table width on mobile and dark buttons 2021-01-10 12:50:14 +01:00
Thatcher Peskens 7b849f72bf Fixed a display issue for long ipv6 addresses and port input on mobile 2021-01-10 12:20:03 +01:00
Marcell Martini a4d13ad0ed feat: Adding test to main.go 2020-12-31 16:30:15 -04:00
Marcell Martini 08fdacc082 feat: Remove if inside loop from String() 2020-12-31 16:30:15 -04:00
Martin Polden 98f9efbfb8 html: Minor adjustments 2020-12-17 18:36:01 +01:00
Thatcher ab8f90431b
New template (#121) 2020-12-14 19:02:35 +01:00
Martin Polden 762f454865 http: Include status in response 2020-12-09 21:16:11 +01:00
Martin Polden 86b68bdf55 http: Return bad request for invalid requests 2020-12-09 21:10:15 +01:00
Martin Polden a4808f1fa4 http: Log server errors 2020-12-09 21:10:10 +01:00
Martin Polden 0d3594284e cmd: Reject non-option arguments 2020-12-03 22:28:27 +01:00
Martin Polden cd687f6343 http: Indent JSON responses
Fixes #114.
2020-11-09 21:58:40 +01:00
Martin Polden d6d4322885
Merge pull request #108 from Alphakilo/add-sri
introduce subresource integrity
2020-09-23 18:35:06 +02:00
Niklas 5794131a7c
introduce subresource integrity
added [integrity](https://developer.mozilla.org/de/docs/Web/Security/Subresource_Integrity) tags to external resources, so browser refuse to load content in case of SHA384 mismatch
2020-09-23 17:50:34 +02:00
Martin Polden 832f3655e8 http, cache: Track evictions 2020-09-12 10:11:47 +02:00
Martin Polden b7ed233452 http, cache: Support cache resizing 2020-09-12 10:11:38 +02:00
Martin Polden ceaff84709 http, cache: Expose cache stats 2020-09-11 21:18:41 +02:00
Martin Polden df49848167 cache: Reduce memory usage 2020-09-11 20:51:04 +02:00
Martin Polden bd8b1c7b97 cache: Fix memory leak
Slices never shrink.
2020-09-07 22:40:06 +02:00
Martin Polden 971c0e11f4 cache: Copy values 2020-09-05 22:07:57 +02:00
Martin Polden 6878f54585 http: Add support for profiling 2020-09-05 12:21:02 +02:00
Martin Polden fed1ffaf81 index: Remove duplicated info 2020-09-05 11:46:23 +02:00
Martin Polden 0caa5873b9 cmd: Remove go-flags 2020-09-05 11:41:18 +02:00
Martin Polden 702c1f1e23 build: Remove Heroku config 2020-08-23 17:22:28 +02:00
Martin Polden 11ad75c2d2 build: Add cross-compile target 2020-08-23 17:22:28 +02:00
Martin Polden fe68795a50
Merge pull request #102 from CosmicToast/httpie-go
add cli detection for httpie-go
2020-07-24 09:43:39 +02:00
Chloe Kudryavtsev 7ad9af3b15 add cli detection for httpie-go 2020-07-23 18:41:07 -04:00
Maxim Baz eb6d590990
index.html: move info about `?=ip` query param to a central place 2020-07-09 21:37:04 +02:00
Vincent Batts edbb0b6433
Support getting information about another IP (#94)
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2020-07-09 21:35:26 +02:00
Steven Honson 5377bffa96
Use http:// with fetch example (#99)
http:// is one letter shorter, more memorable and works even when echoip is hosted only via http
2020-06-15 23:24:37 +02:00