openclaw/extensions/irc/src
Jesse Merhi 4a2a600809
feat(channels): add channel-owned setup contracts (#112176)
* feat(channels): add channel-owned setup contracts

* test(channels): align legacy setup fixtures

* chore(channels): regenerate config and SDK baselines after rebase

* fix(update): run fresh doctor after current-process core changes

* fix(channels): align add pre-scan with execution precedence

* style(cli): format channels-cli test additions

* fix(channels): restore option-before-positional channel resolution via metadata arity scan

* fix(channels): keep help flags out of metadata arity escalation

* test(update): mock fresh post-update doctor in current-process suites

* style: format review fixes and correct entrypoint mock type

* fix(channels): register only modern contract options for dual-publishing plugins

* test(update): align downgrade suites with fresh-doctor child invocation

* docs(channels): record empty-contract and input-forwarding invariants

* fix(line): keep the shipped --token switch as a channel access token alias

* fix(signal): stop treating exact cross-family loopback endpoints as bind-aligned

* chore(config): regenerate docs config baselines after second rebase

* style: format rebased channels add tests

* fix(channels): enforce field-key and flag-name agreement in setup contracts

* fix(signal): detect container endpoints for bare --http-url setup

* fix(signal): ignore unconfigured accounts in transport collision checks

* fix(channels): validate negated setup flags in contract and normalizer

* fix(signal): preserve existing transport kind when setup detection is unreachable

* style(signal): use direct boolean check in collision guard

* style(signal): type test config literals

* docs(update): record two-read design of fresh-doctor validation gate

* fix(channels): satisfy post-rebase architecture gates

* docs: refresh channel setup map

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-22 19:57:42 -04:00
..
accounts.test.ts fix(channels): keep healthy accounts running when credential files fail (#110360) 2026-07-18 06:27:59 +01:00
accounts.ts fix(channels): keep healthy accounts running when credential files fail (#110360) 2026-07-18 06:27:59 +01:00
channel-api.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
channel-runtime.ts
channel.test.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
channel.ts feat(channels): add channel-owned setup contracts (#112176) 2026-07-22 19:57:42 -04:00
client.surrogate.test.ts fix(irc): chunk PRIVMSG on UTF-16 boundary to avoid lone surrogates (#96572) 2026-07-05 12:14:05 -07:00
client.test.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
client.ts feat(irc): add durable ingress queue (#110914) 2026-07-18 20:19:19 +01:00
config-schema.test.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
config-schema.ts refactor(channels): table-drive setup and control-plane helpers (#109028) 2026-07-16 07:17:01 -07:00
config-ui-hints.ts refactor(channels): share plugin contract scaffolds (#105838) 2026-07-13 01:51:32 -07:00
connect-options.test.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
connect-options.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
control-chars.test.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
control-chars.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
doctor.test.ts fix(irc): classify host-less nick!user allowlist entries as mutable 2026-07-01 04:01:05 -07:00
doctor.ts refactor(channels): table-drive setup and control-plane helpers (#109028) 2026-07-16 07:17:01 -07:00
gateway.ts feat(irc): add durable ingress queue (#110914) 2026-07-18 20:19:19 +01:00
inbound.behavior.test.ts feat(irc): add durable ingress queue (#110914) 2026-07-18 20:19:19 +01:00
inbound.ts feat(irc): add durable ingress queue (#110914) 2026-07-18 20:19:19 +01:00
irc-ingress.test.ts fix(test): make broad shard execution deterministic (#111416) 2026-07-19 08:39:16 -07:00
irc-ingress.ts refactor(channels): share durable ingress monitor (#111017) 2026-07-19 00:42:08 +01:00
message-adapter.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
monitor.test.ts feat(irc): add durable ingress queue (#110914) 2026-07-18 20:19:19 +01:00
monitor.ts feat(irc): add durable ingress queue (#110914) 2026-07-18 20:19:19 +01:00
normalize.test.ts fix(agent): preserve explicit recipient sessions (#101507) 2026-07-07 10:07:13 +01:00
normalize.ts fix(agent): preserve explicit recipient sessions (#101507) 2026-07-07 10:07:13 +01:00
outbound-base.ts fix(irc): sanitize internal tool-trace lines from outbound text (#97214) 2026-06-27 08:34:38 -07:00
policy.test.ts refactor(channels): migrate the remaining nine group-policy walkers onto the scope tree (#107181) 2026-07-13 23:56:35 -07:00
policy.ts refactor(channels): migrate the remaining nine group-policy walkers onto the scope tree (#107181) 2026-07-13 23:56:35 -07:00
probe.test.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
probe.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
protocol.test.ts fix(irc): guard surrogate-range codepoints in \u literal-escape decoder (#97683) 2026-06-30 17:46:57 -07:00
protocol.ts fix(irc): guard surrogate-range codepoints in \u literal-escape decoder (#97683) 2026-06-30 17:46:57 -07:00
runtime-api.ts refactor(plugin-sdk): collapse internal config-schema facade usage onto one module (#104665) 2026-07-11 13:00:53 -07:00
runtime.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
secret-contract.ts fix: keep healthy channel accounts running when one credential fails (#109766) 2026-07-17 01:12:18 -07:00
send.test.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
send.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
setup-core.ts feat(channels): add channel-owned setup contracts (#112176) 2026-07-22 19:57:42 -04:00
setup-surface.ts docs: document medium extension sources 2026-06-04 21:33:54 -04:00
setup.test.ts refactor(irc,workboard): trim internal exports (#107749) 2026-07-14 13:19:08 -07:00
types.ts refactor(config): retire flat streaming keys from the last six channel schemas via doctor migration (#105709) 2026-07-12 15:27:28 -07:00