hermes-agent/gateway/platforms
teknium1 ae5e39005b fix(gateway): run webhook route scripts off the event loop + AUTHOR_MAP entry
- run_route_script shells out with subprocess.run (up to 30s timeout); wrap
  the call in asyncio.to_thread so a slow script can't stall every other
  webhook and gateway task on the loop.
- scripts/release.py: map grace@weeb.onl -> evelynburger for the salvaged
  contributor commit.
2026-07-08 08:10:55 -07:00
..
qqbot fix: remove dead f-string prefixes via ruff F541 (216 sites) (#52336) 2026-07-05 13:42:46 -07:00
__init__.py
_http_client_limits.py
ADDING_A_PLATFORM.md
api_server.py fix(api_server): return 413 for oversized chunked bodies 2026-07-04 15:35:05 -07:00
base.py Add semantic titles for Discord auto-threads 2026-07-07 05:11:59 -07:00
bluebubbles.py security(gateway): set explicit client_max_size on 3 uncapped aiohttp servers (#59180) 2026-07-05 14:48:28 -07:00
helpers.py
msgraph_webhook.py fix(msgraph): enforce webhook body limits 2026-07-05 17:38:36 -07:00
signal.py
signal_format.py
signal_rate_limit.py
webhook.py fix(gateway): run webhook route scripts off the event loop + AUTHOR_MAP entry 2026-07-08 08:10:55 -07:00
webhook_filters.py feat(gateway): add webhook payload filters 2026-07-08 08:10:55 -07:00
weixin.py fix(gateway): fail-closed external-surface defaults + profile-aware multiplex authz 2026-07-01 03:56:28 -07:00
whatsapp_cloud.py fix(whatsapp): set client_max_size on the webhook Application 2026-07-05 17:38:36 -07:00
whatsapp_common.py feat(whatsapp): native Baileys polls, clarify-as-poll, locations, and rich inbound metadata 2026-07-05 06:27:20 -07:00
yuanbao.py feat(Yuanbao) optimizes media resource processing speed: parallel download 2026-07-08 08:05:45 -07:00
yuanbao_media.py fix(security): SSRF guard yuanbao media download_url (#54470) 2026-06-28 15:29:59 -07:00
yuanbao_proto.py
yuanbao_sticker.py