fossil
repo
Explore
Sign in
ScuttleBot
Overview
Code
Branches
Timeline
Tickets
Wiki
Forum
Releases
Files
← Back to file
internal/bots/bridge/bridge.go
40 commits
fix: strip userhost-in-names from NAMES reply parsing IRCv3 userhost-in-names sends nick!~user@hos…
lmata
dddd99f35…
2026-04-06 00:42
fix: reliable user list, shepherd voice, timestamp alignment User list: bypass girc's unreliable s…
lmata
75496910c…
2026-04-06 00:39
fix: periodic NAMES refresh for consistent user list girc's internal user tracking missed bots tha…
lmata
64a415093…
2026-04-05 23:46
fix: refresh NAMES before returning user list girc's internal user tracking was missing bots that …
lmata
cca45cb0b…
2026-04-05 23:43
perf: AllowFlood on bridge IRC connection — instant message delivery girc's built-in flood protect…
lmata
8a95200b2…
2026-04-05 23:09
merge main into feature/86-wire-bot-commands
lmata
e88e140fd…
2026-04-05 17:51
Merge pull request #147 from ConflictHQ/feature/90-agent-coordination feat: agent coordination — t…
noreply
ba75f34cf…
2026-04-05 17:45
feat: agent coordination — topology API, skills, on-join delivery, blocker escalation (#90, #91, #9…
lmata
2ecf1f28f…
2026-04-05 17:45
Merge branch 'main' into feature/123-sdk-ircv3-tags Resolves conflicts between IRCv3 tag support (…
lmata
38781b672…
2026-04-05 16:41
Merge pull request #138 from ConflictHQ/feature/123-sdk-ircv3-tags feat: SDK IRCv3 tag exposure an…
noreply
9eb7d9e5a…
2026-04-05 16:38
merge main into feature/123-sdk-ircv3-tags
lmata
d722e362d…
2026-04-05 16:38
merge main into feature/123-sdk-ircv3-tags
lmata
d722e362d…
2026-04-05 16:38
Merge branch 'main' into feature/96-protocol-enhancements # Conflicts: # internal/api/server.go # …
lmata
7e498749c…
2026-04-05 16:34
Merge pull request #140 from ConflictHQ/feature/116-web-ui-enhancements feat: web UI — bot command…
noreply
6d94dfdb6…
2026-04-05 16:33
Merge pull request #140 from ConflictHQ/feature/116-web-ui-enhancements feat: web UI — bot command…
noreply
6d94dfdb6…
2026-04-05 16:33
merge main into feature/116-web-ui-enhancements Resolved conflicts in policies.go, config.go, topo…
lmata
40aafc8e4…
2026-04-05 16:32
merge main into feature/116-web-ui-enhancements Resolved conflicts in policies.go, config.go, topo…
lmata
40aafc8e4…
2026-04-05 16:32
Merge pull request #136 from ConflictHQ/feature/119-ircv3-tags feat: IRCv3 leverage — tags, MONITO…
noreply
f64fe5f57…
2026-04-05 16:31
Merge branch 'main' into feature/119-ircv3-tags Resolved conflicts in bridge.go (kept both +B bot …
lmata
37b1d9e5f…
2026-04-05 16:30
Merge branch 'main' into feature/119-ircv3-tags Resolved conflicts in bridge.go (kept both +B bot …
lmata
37b1d9e5f…
2026-04-05 16:30
Merge pull request #135 from ConflictHQ/feature/105-relaymsg feat: enable RELAYMSG for native rela…
noreply
c3c693de8…
2026-04-05 16:27
feat: web UI — bot command reference, user modes, on-join instructions (#116, #117, #113) #117 — U…
lmata
5de1db0dd…
2026-04-05 14:44
feat: expose IRCv3 tags in SDK client, bridge message-tags for metadata (#123, #107) SDK client (p…
lmata
42033eb6f…
2026-04-05 13:25
feat: set +B bot mode on all 11 system bots (#120) All system bots now set user mode +B on connect…
lmata
29817cfd9…
2026-04-05 03:55
feat: use IRCv3 account-tag, server-time, and msgid in bridge and relay (#119, #122) Bridge: add M…
lmata
09875dcc7…
2026-04-05 03:52
feat: enable RELAYMSG for native relay message attribution (#105) Enable IRCv3 RELAYMSG in Ergo co…
lmata
59370d9df…
2026-04-05 03:38
Merge pull request #61 from ConflictHQ/feature/57-structured-message-metadata feat: structured mes…
noreply
f3c383e5b…
2026-04-04 19:57
Merge pull request #61 from ConflictHQ/feature/57-structured-message-metadata feat: structured mes…
noreply
f3c383e5b…
2026-04-04 19:57
Merge remote-tracking branch 'origin/main' into feature/100-agent-mode-assignment
lmata
3420a833c…
2026-04-04 19:47
Merge pull request #129 from ConflictHQ/feature/85-bot-command-framework feat: shared bot command …
noreply
f34395512…
2026-04-04 19:46
feat(bridge): use IRCv3 account-tag and server-time in PRIVMSG handler Read account-tag from girc.…
lmata
fa8ae5bdc…
2026-04-04 19:44
feat(bridge): use IRCv3 account-tag and server-time in PRIVMSG handler Read account-tag from girc.…
lmata
b25d875b6…
2026-04-04 19:43
feat: structured message metadata for rich rendering (#57) Add optional Meta field to bridge messa…
lmata
3d42643e6…
2026-04-04 04:53
fix: gofmt formatting and remove unused presenceLoop from relays
lmata
d924aea3e…
2026-04-03 22:47
fix: aggressive IRC keepalive and reliable reconnection - Set PingDelay=30s PingTimeout=30s on all…
lmata
81587e63f…
2026-04-03 19:53
fix: bridge not joining channels — add # prefix normalization Config channel names like "general" …
lmata
933f7ce43…
2026-04-03 19:29
feat(#38,#39): autojoin enforcement and bot INVITE handling - topology.Manager.ProvisionChannel ca…
lmata
bd16e1f7a…
2026-04-02 13:24
feat: LLM gateway, admin auth, sentinel/steward/snitch bots, channel delete, scuttlectl improvement…
lmata
5ac549cc5…
2026-04-01 13:27
Add shared session relay transports
lmata
24a217e9a…
2026-04-01 04:46
feat: web IRC chat client — bridge bot, SSE stream, join/send UI
lmata
d74d20783…
2026-03-31 13:18
Keyboard Shortcuts
Open search
/
Next entry (timeline)
j
Previous entry (timeline)
k
Open focused entry
Enter
Show this help
?
Toggle theme
Top nav button
Close