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
rename JSON field 'hashcash' to 'pow_token' in API request body
check.yml #115
:
Commit
49517e754a
pushed by
clawbot
feat/hashcash-pow
2026-03-10 18:46:19 +01:00
2m12s
View workflow file
Complete IRC numerics module and move to pkg/irc/ (refs #52) (#71)
check.yml #114
:
Commit
27df999942
pushed by
sneak
main
2026-03-10 18:43:39 +01:00
2m10s
View workflow file
test: add comprehensive tests for IRCMessageType API
check.yml #113
:
Commit
eeb0f29465
pushed by
clawbot
feat/complete-irc-numerics
2026-03-10 18:39:03 +01:00
4s
View workflow file
test: add hashcash validator tests with bits=2
check.yml #112
:
Commit
0d563adf31
pushed by
clawbot
feat/hashcash-pow
2026-03-10 18:41:09 +01:00
2m19s
View workflow file
fix: remove dead code, fold migration 002 into 001, implement error numerics
check.yml #111
:
Commit
3dc783c206
pushed by
clawbot
feat/tier1-irc-numerics
2026-03-10 18:35:50 +01:00
2m22s
View workflow file
refactor: rename MessageType to IRCMessageType with full API
check.yml #110
:
Commit
ba2c113a85
pushed by
clawbot
feat/complete-irc-numerics
2026-03-10 18:31:30 +01:00
5s
View workflow file
refactor: add irc.MessageType custom type with Name() and String() methods
check.yml #109
:
Commit
164fec3fc8
pushed by
clawbot
feat/complete-irc-numerics
2026-03-10 18:20:28 +01:00
2m28s
View workflow file
feat: implement Tier 1 IRC numerics
check.yml #108
:
Commit
5753c1a1a1
pushed by
clawbot
feat/tier1-irc-numerics
2026-03-10 18:15:10 +01:00
2m20s
View workflow file
Add missing RFC 2812 numerics: RPL_STATSQLINE (217), RPL_STATSLLINE (241), RPL_STATSHLINE (244)
check.yml #107
:
Commit
fa347772f2
pushed by
clawbot
feat/complete-irc-numerics
2026-03-10 18:12:55 +01:00
5s
View workflow file
refactor: remove dead doWithHeaders/extraHeaders code from CLI API client
check.yml #106
:
Commit
46399de6dc
pushed by
clawbot
feat/hashcash-pow
2026-03-10 18:09:50 +01:00
5s
View workflow file
Complete IRC numerics module and move to pkg/irc/ (refs #52)
check.yml #105
:
Commit
53a824c01b
pushed by
clawbot
feat/complete-irc-numerics
2026-03-10 18:09:18 +01:00
2m18s
View workflow file
refactor: move hashcash stamp from X-Hashcash header to JSON request body
check.yml #104
:
Commit
18d46b2ac0
pushed by
clawbot
feat/hashcash-pow
2026-03-10 18:00:29 +01:00
4s
View workflow file
Implement queue pruning and message rotation (closes #40) (#67)
check.yml #103
:
Commit
b19c8b5759
pushed by
sneak
main
2026-03-10 15:37:40 +01:00
4s
View workflow file
deps: migrate from go-chi/chi v1 to go-chi/chi/v5
check.yml #102
:
Commit
73cae71171
pushed by
clawbot
feat/chi-v5-migration
2026-03-10 15:28:49 +01:00
1m2s
View workflow file
fix: use 'client output queue' terminology consistently
check.yml #101
:
Commit
e0eb38289e
pushed by
clawbot
feat/queue-pruning
2026-03-10 15:29:54 +01:00
2m21s
View workflow file
Merge branch 'main' into feat/queue-pruning
check.yml #100
:
Commit
0cc34fd7fb
pushed by
sneak
feat/queue-pruning
2026-03-10 15:09:53 +01:00
2m14s
View workflow file
Migrate from go-chi/chi v1 to go-chi/chi/v5
check.yml #99
:
Commit
c1288419b7
pushed by
clawbot
feat/chi-v5-migration
2026-03-10 12:54:47 +01:00
2m43s
View workflow file
feat: store auth tokens as SHA-256 hashes instead of plaintext (#69)
check.yml #98
:
Commit
67446b36a1
pushed by
sneak
main
2026-03-10 12:44:37 +01:00
6s
View workflow file
feat: store auth tokens as SHA-256 hashes instead of plaintext
check.yml #97
:
Commit
067e5403c4
pushed by
clawbot
feature/hash-auth-tokens
2026-03-10 12:07:08 +01:00
4s
View workflow file
refactor: use Go duration strings for QUEUE_MAX_AGE and MESSAGE_MAX_AGE
check.yml #96
:
Commit
6f3c0b01b0
pushed by
clawbot
feat/queue-pruning
2026-03-10 12:06:59 +01:00
5s
View workflow file
Replace string-matching error detection with typed SQLite errors (closes #39) (#66)
check.yml #95
:
Commit
b1fd2f1b96
pushed by
sneak
main
2026-03-10 11:54:34 +01:00
5s
View workflow file
Merge branch 'main' into fix/typed-sqlite-errors
check.yml #94
:
Commit
34246da80f
pushed by
sneak
fix/typed-sqlite-errors
2026-03-10 11:53:43 +01:00
1m3s
View workflow file
refactor: 30-day defaults for all expiry settings
check.yml #93
:
Commit
6f8ba5f5ae
pushed by
clawbot
feat/queue-pruning
2026-03-10 11:51:25 +01:00
2m20s
View workflow file
refactor: 30-day defaults, time-based message expiry
check.yml #92
:
Commit
d9dbadaf62
pushed by
clawbot
feat/queue-pruning
2026-03-10 11:49:00 +01:00
6s
View workflow file
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
refactor: move CLI code from cmd/ to internal/cli
check.yml #89
:
Commit
8854b17ebc
pushed by
clawbot
feat/hashcash-pow
2026-03-10 11:30:24 +01:00
5s
View workflow file
refactor: move CLI code from cmd/ to internal/cli/
check.yml #88
:
Commit
5ad2c37ba2
pushed by
clawbot
feat/hashcash-pow
2026-03-10 11:30:09 +01:00
5s
View workflow file
fix: remove PruneOrphanedMessages to preserve history within MAX_HISTORY
check.yml #87
:
Commit
4538d59b1d
pushed by
clawbot
feat/queue-pruning
2026-03-10 11:31:10 +01:00
2m22s
View workflow file
remove dead Auth() middleware method
check.yml #85
:
Commit
18750f107a
pushed by
clawbot
fix/remove-dead-auth-middleware
2026-03-10 11:25:38 +01:00
2m26s
View workflow file
First
Previous
1
2
3
4
5
...
Next
Last