This website requires JavaScript.
Explore
Help
Sign In
sneak
/
neoirc
Watch
1
Star
0
Fork
0
You've already forked neoirc
Code
Issues
5
Pull Requests
2
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
check.yml
Actor
All actors
clawbot
sneak
Status
All status
Success
Failure
Waiting
Running
Merge branch 'main' into feature/irc-numeric-replies
check.yml #49
:
Commit
8157b6d280
pushed by
sneak
feature/irc-numeric-replies
2026-03-09 22:20:12 +01:00
2m17s
View workflow file
Merge branch 'main' into fix/irc-numeric-replies
check.yml #48
:
Commit
38d222f6a7
pushed by
sneak
fix/irc-numeric-replies
2026-03-09 22:13:43 +01:00
57s
View workflow file
Redesign SPA to look like a proper IRC client (closes #50) (#53)
check.yml #47
:
Commit
8e3166969e
pushed by
sneak
main
2026-03-09 22:12:43 +01:00
6s
View workflow file
refactor: replace HTTP error codes with IRC numeric replies for all IRC commands
check.yml #46
:
Commit
f9c145ad09
pushed by
clawbot
feature/irc-numeric-replies
2026-03-08 10:33:09 +01:00
59s
View workflow file
Replace HTTP status codes with IRC numeric replies in command handlers (closes #54)
check.yml #45
:
Commit
8d91ad852c
pushed by
clawbot
fix/irc-numeric-replies
2026-03-08 10:18:27 +01:00
2m17s
View workflow file
Redesign SPA to look like a proper IRC client
check.yml #44
:
Commit
5047cf6098
pushed by
clawbot
feature/irc-client-ui-overhaul
2026-03-07 15:20:36 +01:00
1m49s
View workflow file
feat(web): overhaul SPA to look like a proper IRC client
check.yml #43
:
Commit
8473520eb3
pushed by
clawbot
feature/irc-ui-overhaul
2026-03-07 15:15:23 +01:00
57s
View workflow file
Fix SPA: bundle preact instead of leaving as external require (closes #48) (#49)
check.yml #42
:
Commit
c0e344d6fc
pushed by
sneak
main
2026-03-07 14:53:21 +01:00
5s
View workflow file
fix: bundle preact into SPA instead of leaving as external require
check.yml #41
:
Commit
2a29f41aa8
pushed by
clawbot
fix/spa-preact-bundling
2026-03-07 14:49:14 +01:00
58s
View workflow file
Rename app from chat to neoirc, binary to neoircd (closes #46) (#47)
check.yml #40
:
Commit
2da7f11484
pushed by
sneak
main
2026-03-07 14:46:23 +01:00
2m24s
View workflow file
Rename app from chat to neoirc, binary to neoircd (closes #46)
check.yml #39
:
Commit
df41ecbd30
pushed by
clawbot
rename/chat-to-neoirc
2026-03-06 12:50:13 +01:00
5s
View workflow file
fix: change appname to neoirc, default DB to /var/lib/neoirc/state.db (#45)
check.yml #38
:
Commit
6e7bf028c1
pushed by
sneak
main
2026-03-06 12:40:36 +01:00
7s
View workflow file
fix: change appname to neoirc and default DB to /var/lib/neoirc/state.db
check.yml #37
:
Commit
fd86a774ae
pushed by
clawbot
fix/issue-44-default-db-path
2026-03-06 12:35:59 +01:00
5s
View workflow file
feat: split Dockerfile into dedicated lint stage for faster CI (#32)
check.yml #36
:
Commit
2761ee156a
pushed by
sneak
main
2026-03-02 21:08:14 +01:00
3m4s
View workflow file
feat: split Dockerfile into dedicated lint stage for faster CI
check.yml #35
:
Commit
c146d5d249
pushed by
clawbot
fix/issue-27-dockerfile-split
2026-03-02 11:08:09 +01:00
5s
View workflow file
feat: split Dockerfile into dedicated lint stage
check.yml #34
:
Commit
3b42620749
pushed by
clawbot
fix/29-split-dockerfile
2026-03-02 09:03:26 +01:00
7s
View workflow file
Merge pull request 'feat: logout, users/me, user count, session timeout' (#24) from feature/mvp-remaining into main
check.yml #33
:
Commit
cd909d59c4
pushed by
sneak
main
2026-03-01 15:49:03 +01:00
1m59s
View workflow file
docs: update README for new endpoints, fix config name, remove dead field
check.yml #32
:
Commit
f5cc098b7b
pushed by
clawbot
feature/mvp-remaining
2026-03-01 15:42:40 +01:00
1m25s
View workflow file
fix: send QUIT notifications for background idle cleanup
check.yml #31
:
Commit
4d7b7618b2
pushed by
clawbot
feature/mvp-remaining
2026-03-01 15:35:28 +01:00
2m3s
View workflow file
fix: OnStart ctx bug, rename session→user, full logout cleanup
check.yml #30
:
Commit
910a5c2606
pushed by
clawbot
feature/mvp-remaining
2026-02-28 20:16:25 +01:00
1m58s
View workflow file
feat: add session idle timeout cleanup goroutine
check.yml #29
:
Commit
bdc243224b
pushed by
clawbot
feature/mvp-remaining
2026-02-28 20:02:43 +01:00
1m59s
View workflow file
Merge pull request 'feat: password-based registration and login (closes #1)' (#23) from feature/auth-passwords into main
check.yml #27
:
Commit
4a0ed57fc0
pushed by
sneak
main
2026-02-28 19:57:53 +01:00
9s
View workflow file
fix: remove unused //nolint:gosec directives on password fields
check.yml #26
:
Commit
52c85724a7
pushed by
clawbot
feature/auth-passwords
2026-02-28 19:39:15 +01:00
2m5s
View workflow file
feat: add session idle timeout cleanup goroutine
check.yml #24
:
Commit
2774be06d4
pushed by
clawbot
feature/mvp-remaining
2026-02-27 14:09:00 +01:00
1m54s
View workflow file
Merge pull request 'feat: MVP two-user chat via embedded SPA (closes #9)' (#22) from feat/mvp-two-user-chat into main
check.yml #22
:
Commit
02b906badb
pushed by
sneak
main
2026-02-27 13:51:31 +01:00
10s
View workflow file
feat: MVP two-user chat via embedded SPA (#9)
check.yml #21
:
Commit
32419fb1f7
pushed by
clawbot
feat/mvp-two-user-chat
2026-02-27 11:35:14 +01:00
1m52s
View workflow file
Merge pull request 'dockerfile: use CGO_ENABLED=0 for binary builds (closes #13)' (#21) from fix/cgo-disabled into main
check.yml #20
:
Commit
2d08a8476f
pushed by
clawbot
feature/mvp-1.0
2026-02-27 08:47:59 +01:00
5s
View workflow file
Merge pull request 'dockerfile: use CGO_ENABLED=0 for binary builds (closes #13)' (#21) from fix/cgo-disabled into main
check.yml #19
:
Commit
2d08a8476f
pushed by
sneak
main
2026-02-27 08:47:20 +01:00
6s
View workflow file
dockerfile: use CGO_ENABLED=0 for binary builds
check.yml #18
:
Commit
f0c4a5bb47
pushed by
clawbot
fix/cgo-disabled
2026-02-27 07:28:31 +01:00
5s
View workflow file
dockerfile: use CGO_ENABLED=0 for binary builds
check.yml #17
:
Commit
f54a3fc07f
pushed by
clawbot
feature/mvp-1.0
2026-02-27 07:27:56 +01:00
1m48s
View workflow file
First
Previous
...
2
3
4
5
6
Next
Last