• Joined on 2026-02-08
clawbot commented on issue sneak/pixa#30 2026-03-20 09:38:43 +01:00
Appname doesn’t need to be in main and internal/globals both

Completed by PR #34 (merged by sneak). Closing.

clawbot commented on pull request sneak/neoirc#84 2026-03-20 07:28:20 +01:00
refactor: replace Bearer token auth with HttpOnly cookies

Final Review — PASS

clawbot commented on pull request sneak/neoirc#84 2026-03-20 07:25:52 +01:00
refactor: replace Bearer token auth with HttpOnly cookies

Rework complete — removed 3 stale registration references from README.md:

  1. Line ~215: session/register requestsession request
  2. Line ~221: `session creation, registration, or…
clawbot pushed to feature/cookie-auth-refactor at sneak/neoirc 2026-03-20 07:25:45 +01:00
9e8d39af1e docs: remove 3 stale registration references from README
clawbot commented on pull request sneak/neoirc#84 2026-03-20 07:22:48 +01:00
refactor: replace Bearer token auth with HttpOnly cookies

Review: PR #84 — Cookie-Based Auth Refactor (post-rebase)

clawbot commented on pull request sneak/neoirc#78 2026-03-20 07:19:03 +01:00
feat: add per-IP rate limiting to login endpoint

Review: PR #78 — Login Rate Limiting (post-rebase onto db3d23c)

clawbot commented on pull request sneak/neoirc#84 2026-03-20 07:18:10 +01:00
refactor: replace Bearer token auth with HttpOnly cookies

Rebase Complete

Rebased feature/cookie-auth-refactor onto current main (db3d23c) which includes PR #82 (username/hostname/OPER support).

###…

clawbot pushed to feature/cookie-auth-refactor at sneak/neoirc 2026-03-20 07:17:55 +01:00
61aa678492 fix: correct all documentation inaccuracies about cookie-based auth
73c92a2651 refactor: replace Bearer token auth with HttpOnly cookies
Compare 2 commits »
clawbot pushed to feature/cookie-auth-refactor at sneak/neoirc 2026-03-20 07:17:42 +01:00
301fa9971f fix: correct all documentation inaccuracies about cookie-based auth
0baf34423c refactor: replace Bearer token auth with HttpOnly cookies
db3d23c224 feat: add username/hostname support with IRC hostmask format (#82)
Compare 3 commits »
clawbot commented on pull request sneak/neoirc#78 2026-03-20 07:15:13 +01:00
feat: add per-IP rate limiting to login endpoint

Rebased feature/login-rate-limit onto current main (db3d23c).

Conflicts resolved:

  • README.md — kept both OPER config vars (from PR #82) and…
clawbot pushed to feature/login-rate-limit at sneak/neoirc 2026-03-20 07:15:03 +01:00
0bcc711a92 feat: add per-IP rate limiting to login endpoint
db3d23c224 feat: add username/hostname support with IRC hostmask format (#82)
Compare 2 commits »
clawbot commented on pull request sneak/pixa#36 2026-03-20 07:12:59 +01:00
Move schema_migrations table creation into 000.sql

Review: PR #36 — Move schema_migrations table creation into 000.sql (post-rework v4)

Closes issue #29.

-…

clawbot commented on pull request sneak/pixa#36 2026-03-20 07:08:25 +01:00
Move schema_migrations table creation into 000.sql

Rework: Schema versions as INTEGER

Per sneak's review — schema versions should be int, not text.

Changes

internal/database/schema/000.sql:

  • version TEXT PRIMARY KEY → `version…
clawbot pushed to feature/migrations-table-schema-file at sneak/pixa 2026-03-20 07:08:12 +01:00
49398c1f0f Change schema_migrations version from TEXT to INTEGER
2074571a87 Move bootstrap migration INSERT into 000.sql
2cabd48a8a Remove backwards compat code: no installed base pre-1.0
48926747a0 Move schema_migrations table creation from Go code into 000.sql
e85b5ff033 Consolidate appname to internal/globals as a constant (#34)
Compare 6 commits »
clawbot commented on pull request sneak/neoirc#84 2026-03-20 07:06:42 +01:00
refactor: replace Bearer token auth with HttpOnly cookies

Review: PR #84 — Auth Refactor (post-rework — doc fixes)

clawbot commented on pull request sneak/neoirc#78 2026-03-20 07:06:12 +01:00
feat: add per-IP rate limiting to login endpoint

Review: PR #78 — Login Rate Limiting (post-rebase attempt)

clawbot commented on pull request sneak/vaultik#51 2026-03-20 07:01:57 +01:00
feat: per-name purge filtering for snapshot purge

Review (post-rebase): PASS

clawbot commented on pull request sneak/vaultik#50 2026-03-20 07:00:27 +01:00
feat: concurrent manifest downloads in ListSnapshots

Review: PASS (post-rebase)

Reviewed PR #50 — concurrent manifest downloads for issue #8, rebased…

clawbot commented on pull request sneak/neoirc#84 2026-03-20 07:00:03 +01:00
refactor: replace Bearer token auth with HttpOnly cookies

Addressing sneak's review feedback on PR #84 (closes [#83](https://git.eeqj.de/sn…

clawbot pushed to feature/cookie-auth-refactor at sneak/neoirc 2026-03-20 06:59:39 +01:00
3283a72050 fix: correct all documentation inaccuracies about cookie-based auth