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
Remove dead Auth() middleware method (#68)
check.yml #91
:
Commit
c07f94a432
pushed by
sneak
main
2026-03-10 11:41:49 +01:00
5s
View workflow file
Merge branch 'main' into fix/typed-sqlite-errors
check.yml #90
:
Commit
b48f7e45e0
pushed by
sneak
fix/typed-sqlite-errors
2026-03-10 11:38:06 +01:00
1m2s
View workflow file
Merge branch 'main' into feat/hashcash-pow
check.yml #84
:
Commit
2a3d2dc94c
pushed by
sneak
feat/hashcash-pow
2026-03-10 11:22:36 +01:00
1m4s
View workflow file
feat: add Content-Security-Policy middleware (#64)
check.yml #81
:
Commit
a98e0ca349
pushed by
sneak
main
2026-03-10 11:20:22 +01:00
4s
View workflow file
fix: replay channel state on SPA reconnect (#61)
check.yml #74
:
Commit
f287fdf6d1
pushed by
sneak
main
2026-03-10 11:08:19 +01:00
4s
View workflow file
Merge branch 'main' into fix/spa-reconnect-channel-tabs
check.yml #73
:
Commit
db9031448b
pushed by
sneak
fix/spa-reconnect-channel-tabs
2026-03-10 11:07:50 +01:00
1m3s
View workflow file
fix: add version field to /api/v1/server response (#62)
check.yml #72
:
Commit
687c958bd1
pushed by
sneak
main
2026-03-10 11:05:17 +01:00
5s
View workflow file
Merge branch 'main' into fix/spa-reconnect-channel-tabs
check.yml #62
:
Commit
20317226b7
pushed by
sneak
fix/spa-reconnect-channel-tabs
2026-03-10 00:56:39 +01:00
1m2s
View workflow file
feat: implement IRC numerics batch 2 — connection registration, channel ops, user queries (#59)
check.yml #61
:
Commit
946f208ac2
pushed by
sneak
main
2026-03-10 00:53:54 +01:00
5s
View workflow file
Merge branch 'main' into feature/irc-numerics-batch2
check.yml #55
:
Commit
bc8df117ab
pushed by
sneak
feature/irc-numerics-batch2
2026-03-09 23:02:00 +01:00
23s
View workflow file
fix: IRC SPA cleanup — /motd, /query, Firefox / key, default MOTD (#58)
check.yml #54
:
Commit
47fb089969
pushed by
sneak
main
2026-03-09 23:01:37 +01:00
1m1s
View workflow file
refactor: replace HTTP error codes with IRC numeric replies (#56)
check.yml #50
:
Commit
f8f0b6afbb
pushed by
sneak
main
2026-03-09 22:22:33 +01:00
59s
View workflow file
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
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
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
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
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
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
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
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
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
Merge pull request 'MVP 1.0: IRC-over-HTTP chat server' (#10) from feature/mvp-1.0 into main
check.yml #16
:
Commit
cbc93473fc
pushed by
sneak
main
2026-02-27 07:21:42 +01:00
5s
View workflow file
Merge pull request 'fix: repo standards audit — fix all divergences (closes #17)' (#18) from fix/repo-standards-audit into main
check.yml #7
:
Commit
9daf836cbe
pushed by
sneak
main
2026-02-27 05:10:15 +01:00
13s
View workflow file
First
Previous
1
2
Next
Last