2024-01-09 17:42 | note Tcl impl | phoebos | 1 | +2 | -0 |
2024-01-09 17:40 | tcl: commit the running code | phoebos | 1 | +2 | -5 |
2023-12-11 22:40 | tcl: also accept .somewhere to opt in | phoebos | 1 | +2 | -1 |
2023-11-02 23:51 | tcl/sqlite: add names table | phoebos | 1 | +33 | -10 |
2023-11-02 22:51 | add Tcl implementation | phoebos | 1 | +212 | -0 |
2023-01-13 18:50 | make a dynamic map too. | aabacchus | 1 | +54 | -0 |
2021-05-11 00:41 | use freegeoip.app for ip locations (merge branch) | aabacchus | 1 | +13 | -16 |
2021-05-11 00:23 | use freegeoip.app as ip location backend | aabacchus | 1 | +9 | -1 |
2021-05-10 23:46 | use ipgeolocationapi.com for ip locations; actually too imprecise | aabacchus | 1 | +16 | -5 |
2021-05-10 23:15 | create manpage | aabacchus | 1 | +36 | -0 |
2021-05-10 23:14 | small fixes | aabacchus | 1 | +5 | -4 |
2021-04-17 01:58 | add verbose flag, don't leak creds to stdout, gofmt | phoebos | 1 | +15 | -8 |
2021-04-17 01:15 | only use data of opted-in users | phoebos | 2 | +31 | -7 |
2021-04-16 01:51 | read credentials from file | phoebos | 3 | +41 | -2 |
2021-04-16 00:40 | change getTestIps to read, use it to read files | phoebos | 1 | +4 | -10 |
2021-04-16 00:28 | add commenting | phoebos | 1 | +15 | -0 |
2021-03-27 03:18 | add flag to use cache whoips or not | aabacchus | 1 | +19 | -13 |
2021-03-27 03:17 | fix: merge cache and new results correctly; don't overwrite with 0,0 | aabacchus | 2 | +30 | -10 |
2021-03-26 21:49 | parse less clean ips | aabacchus | 3 | +37 | -7 |
2021-03-21 22:37 | read cached IP info and rewrite to json file | aabacchus | 2 | +36 | -4 |
2021-03-20 14:27 | make static map of markers | aabacchus | 4 | +85 | -2 |
2021-03-19 23:21 | add TODO | aabacchus | 1 | +4 | -0 |
2021-03-19 23:14 | save latlng results to json file | aabacchus | 2 | +22 | -1 |
2021-03-19 23:13 | ignore duplicates in `who` | aabacchus | 1 | +19 | -4 |
2021-03-19 23:10 | find ips concurrently | aabacchus | 1 | +45 | -31 |
2021-03-19 20:25 | correct md link | aabacchus | 1 | +1 | -1 |
2021-03-19 20:23 | add README | aabacchus | 2 | +2 | -0 |
2021-03-19 17:23 | add usage | aabacchus | 1 | +7 | -0 |
2021-03-19 12:42 | initial commit: uses a copy of who --ips output and parses | aabacchus | 4 | +332 | -0 |