picoclaw/pkg/channels
is-Xiaoen 5c321a90de
fix: tighten file perms and enforce Slack ACL checks (#186)
- write config and cron store with 0600 instead of 0644
- check allow list in Slack slash commands and app mentions
- pass workspace restrict flag to cron exec tool

Closes #179
2026-02-16 16:06:39 +08:00
..
base.go update telegram username support 2026-02-13 02:09:59 +08:00
base_test.go style: fix gofmt formatting (CRLF -> LF) 2026-02-14 11:21:47 +09:00
dingtalk.go misc: fmt code 2026-02-13 17:51:47 +08:00
discord.go Feat: Discord message length check and auto split (#143) 2026-02-16 13:39:26 +08:00
feishu_32.go add build constraints for feishu to support 32-bit builds 2026-02-11 20:59:25 +01:00
feishu_64.go Merge branch 'main' into architecture-32-bit 2026-02-13 21:18:34 +01:00
line.go style: fix gofmt formatting (CRLF -> LF) 2026-02-14 11:21:47 +09:00
maixcam.go * First commit 2026-02-09 19:20:19 +08:00
manager.go feat: implement structured Telegram command handling with a dedicated command service and telegohandler integration. (#164) 2026-02-16 14:20:16 +08:00
onebot.go fix: improve connection handling in OneBotChannel 2026-02-14 20:25:55 +08:00
qq.go add QQ channel support 2026-02-11 00:00:53 +08:00
slack.go fix: tighten file perms and enforce Slack ACL checks (#186) 2026-02-16 16:06:39 +08:00
slack_test.go refactor(channels): consolidate media handling and improve resource cleanup 2026-02-12 12:46:28 +08:00
telegram.go feat: implement structured Telegram command handling with a dedicated command service and telegohandler integration. (#164) 2026-02-16 14:20:16 +08:00
telegram_commands.go feat: implement structured Telegram command handling with a dedicated command service and telegohandler integration. (#164) 2026-02-16 14:20:16 +08:00
whatsapp.go Remove duplicate truncate functions, reuse utils.Truncate 2026-02-12 00:46:48 +08:00