Commit Graph
18 Commits
Author SHA1 Message Date
Enot (ded) Skelly edea0516a0 format readme 2026-05-25 14:58:37 -07:00
Enot (ded) Skelly d06f4289bf include observer name in ws event 2026-05-25 08:57:37 -07:00
Enot (ded) Skelly d17ee085ce more git ignores 2026-05-23 10:13:25 -07:00
Enot (ded) Skelly e50c2cc008 add note about hashtag prefix 2026-05-23 09:38:54 -07:00
Enot (ded) Skelly 94786f9632 improve channel storage
changes channel storage to include the full key and a hashtag if isHashtag

this prevents some collision issues and will improve message lookup accuracy as well
as allow message search by hashtag channel, name or single byte hash in future
2026-05-23 09:31:15 -07:00
Enot (ded) Skelly 56bf8ebc81 add config to ignore 2026-05-23 09:02:03 -07:00
Enot (ded) Skelly cce3a52fe6 don't include config
only example
2026-05-23 09:01:36 -07:00
Ded 57cfdbb218 small readme update
Radio params are now included in observations and public channel was moved to config file

Signed-off-by: Ded <enot@mailbox.org>
2026-05-22 17:19:42 -07:00
dependabot[bot] fc5f161f5c Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 (#1)
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-22 17:13:33 -07:00
Enot (ded) Skelly 8b5c709650 rename and add README 2026-05-22 17:00:42 -07:00
Enot (ded) Skelly a2b6bd725a add config and region apis
optional config file and db seeding

region api endpoints
2026-05-22 15:49:12 -07:00
Enot (ded) Skelly f04182f097 add region api routes 2026-05-22 15:00:36 -07:00
Enot (ded) Skelly 1f99278ff4 add iatas api handlers 2026-05-22 14:14:04 -07:00
Enot (ded) Skelly ab8410b41d add api response helper 2026-05-22 14:12:47 -07:00
Enot (ded) Skelly e561997de6 add default keys w/public
allows default keys and future extra keys from config

maybe add some other live decoding or something too, store
hashtag channel keys in the db?
2026-05-22 12:10:54 -07:00
Enot (ded) Skelly 70026ec945 small bugs 2026-05-22 11:51:41 -07:00
Enot (ded) Skelly 838681eec7 ingestion + ws complete 2026-05-22 11:43:27 -07:00
Enot (ded) Skelly 84df3949d1 init 2026-05-20 11:40:04 -07:00