{"id":16729186,"url":"https://github.com/keithduncan/chatterbox","last_synced_at":"2026-05-20T02:48:18.343Z","repository":{"id":144668842,"uuid":"47953341","full_name":"keithduncan/chatterbox","owner":"keithduncan","description":"Chat message router","archived":false,"fork":false,"pushed_at":"2015-12-23T12:09:07.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T06:26:57.728Z","etag":null,"topics":["campfire","chatterbox","irc","slack","webhook"],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keithduncan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-14T05:10:51.000Z","updated_at":"2015-12-14T06:36:18.000Z","dependencies_parsed_at":"2023-03-22T08:00:19.663Z","dependency_job_id":null,"html_url":"https://github.com/keithduncan/chatterbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keithduncan%2Fchatterbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keithduncan%2Fchatterbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keithduncan%2Fchatterbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keithduncan%2Fchatterbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keithduncan","download_url":"https://codeload.github.com/keithduncan/chatterbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243762148,"owners_count":20343972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["campfire","chatterbox","irc","slack","webhook"],"created_at":"2024-10-12T23:27:26.903Z","updated_at":"2026-05-20T02:48:13.322Z","avatar_url":"https://github.com/keithduncan.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatterbox\n\nChatterbox is a chat message router, it allows your infrastructure to post\nmessages to topics and have them delivered to subscribers across multiple chat\nplatforms such as Campfire, Slack or IRC.\n\n# TODO\n\n- [ ] Authentication Systems\n  - [ ] GitHub SHA1 HMAC for webhooks\n  - [ ] For everything else, something signature oriented rather than a transmitted shared secret (aka Basic Auth)\n    - [ ] asymmetric key-pair preferred over shared secret (aka HMAC)?\n    - [ ] \u003chttps://tools.ietf.org/html/draft-cavage-http-signatures-05\u003e?\n      - Don't fall into the trap of trusting the given algorithm key per https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/\n\n          The section on [verifying](https://tools.ietf.org/html/draft-cavage-http-signatures-05#section-2.5)\n          actually proposes you use the given algorithm. Instead the `keyId`\n          field should functionally determine the algorithm to use.\n\n          I'm torn on whether the `algorithm` field should even exist, I like it\n          because it self-describes what the signature is, but I dislike it\n          because it is too likely an implementer will trust the field's value.\n\n- [ ] Define serialisation formats -\u003e Message decodings\n  - [x] text/plain\n  - [ ] application/json\n  - [ ] text/html\n  - [ ] GitHub WebHook\n\n- [x] hworker implementation\n\n- [ ] subscription management\n  - [ ] HTTP API\n  - [x] database storage\n  - [x] auto-expiring subscription of an adapter to a topic\n\n- [ ] run expire job periodically\n\n- [x] database migrate executable\n\n- [ ] chat adapters\n  - [ ] campfire\n  - [ ] slack\n  - [ ] irc\n\n- [ ] chatterbox-say\n  - [ ] command line client to the server side API\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeithduncan%2Fchatterbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeithduncan%2Fchatterbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeithduncan%2Fchatterbox/lists"}