picoclaw/pkg/channels
2026-02-24 12:10:02 +08:00
..
dingtalk refactor(channels): add channel subpackages and update gateway imports 2026-02-24 12:10:02 +08:00
discord refactor(channels): add channel subpackages and update gateway imports 2026-02-24 12:10:02 +08:00
feishu refactor(channels): add channel subpackages and update gateway imports 2026-02-24 12:10:02 +08:00
line refactor(channels): add channel subpackages and update gateway imports 2026-02-24 12:10:02 +08:00
maixcam refactor(channels): add channel subpackages and update gateway imports 2026-02-24 12:10:02 +08:00
onebot refactor(channels): add channel subpackages and update gateway imports 2026-02-24 12:10:02 +08:00
qq refactor(channels): add channel subpackages and update gateway imports 2026-02-24 12:10:02 +08:00
slack refactor(channels): add channel subpackages and update gateway imports 2026-02-24 12:10:02 +08:00
telegram refactor(channels): add channel subpackages and update gateway imports 2026-02-24 12:10:02 +08:00
wecom refactor(channels): add channel subpackages and update gateway imports 2026-02-24 12:10:02 +08:00
whatsapp refactor(channels): add channel subpackages and update gateway imports 2026-02-24 12:10:02 +08:00
base.go refactor(channels): add factory registry and export SetRunning on BaseChannel 2026-02-24 12:10:02 +08:00
base_test.go style: fix gofmt formatting (CRLF -> LF) 2026-02-14 11:21:47 +09:00
dingtalk.go feat(fmt): Fix formatting 2026-02-20 20:03:11 +02:00
discord.go Merge branch 'main' into fix-formatting 2026-02-20 20:02:53 +02:00
feishu_32.go feat(fmt): Run formatters 2026-02-18 21:48:23 +02:00
feishu_64.go feat(fmt): Fix formatting 2026-02-20 20:03:11 +02:00
line.go feat(fmt): Fix formatting 2026-02-20 20:03:11 +02:00
maixcam.go Merge branch 'main' into fix-formatting 2026-02-20 20:02:53 +02:00
manager.go refactor(channels): replace direct constructors with factory registry in manager 2026-02-24 12:10:02 +08:00
onebot.go Merge branch 'main' into fix-formatting 2026-02-20 20:02:53 +02:00
qq.go translate Chinese comments 2026-02-24 10:27:49 +11:00
registry.go refactor(channels): add factory registry and export SetRunning on BaseChannel 2026-02-24 12:10:02 +08:00
slack.go translate Chinese comments 2026-02-24 10:27:49 +11:00
slack_test.go refactor(channels): consolidate media handling and improve resource cleanup 2026-02-12 12:46:28 +08:00
telegram.go translate Chinese comments 2026-02-24 10:27:49 +11:00
telegram_commands.go feat(fmt): Run formatters 2026-02-18 21:48:23 +02:00
wecom.go feat(linter): Fix govet linter 2026-02-20 22:35:16 +02:00
wecom_app.go feat(linter): Fix govet linter 2026-02-20 22:35:16 +02:00
wecom_app_test.go feat(linter): Fix govet linter 2026-02-20 22:35:16 +02:00
wecom_test.go feat(linter): Fix govet linter 2026-02-20 22:35:16 +02:00
whatsapp.go Merge branch 'main' into fix-formatting 2026-02-20 20:02:53 +02:00