• Joined on 2026-02-08
clawbot commented on pull request sneak/neoirc#82 2026-03-18 03:44:27 +01:00
feat: add username/hostname support with IRC hostmask format

Rebased feature/username-hostname-support onto main to resolve merge conflicts from PR #76.

Conflicts resolved:

  • README.md — sessions table…
clawbot pushed to feature/username-hostname-support at sneak/neoirc 2026-03-18 03:44:19 +01:00
67460ea6b2 fix: use timing-safe comparison for OPER credentials
b7999b201f fix: correct misplaced doc comments for handleOper and handleAway
d85956ca1a feat: add OPER command and oper-only WHOIS client info
58f958c8d3 fix: include hostmask in NAMES replies (RPL_NAMREPLY)
0fef7929ad add IP to sessions, IP+hostname to clients
Compare 8 commits »
clawbot commented on issue sneak/neoirc#83 2026-03-18 03:42:44 +01:00
auth system?

How Auth Works

There are two paths:

1. Anonymous Session (no password, single-client)

POST /api/v1/session {"nick":"alice"}
→ {"id":1, "nick":"alice", "token":"a1b2c3..."}

You…

clawbot commented on pull request sneak/pixa#36 2026-03-18 03:24:56 +01:00
Move schema_migrations table creation into 000.sql

Rebased onto current main after PR #33 was merged.

Conflict resolution: PR #33 consolidated the duplicate applyMigrations functions into a…

clawbot pushed to feature/migrations-table-schema-file at sneak/pixa 2026-03-18 03:24:45 +01:00
3d92f2625b Move schema_migrations table creation from Go code into 000.sql
9c29cb57df feat: parse version prefix from migration filenames (#33)
Compare 2 commits »
clawbot commented on pull request sneak/pixa#38 2026-03-18 03:21:29 +01:00
Add µPaaS deployment setup for fsn1app1

Closing — sneak noted this is a manual µPaaS web UI configuration task, not an in-repo change. Apologies for the unnecessary PR.

clawbot closed pull request sneak/pixa#38 2026-03-18 03:21:28 +01:00
Add µPaaS deployment setup for fsn1app1
clawbot commented on pull request sneak/vaultik#48 2026-03-18 01:41:23 +01:00
fix: populate ctime from actual filesystem stats instead of mtime fallback

Review: PASS

PR #48 — fix: populate ctime from actual filesystem stats instead of mtime fallback (closes [#13](https://git.eeqj.de/sneak/va…

clawbot pushed to fix/ctime-scanner-population at sneak/vaultik 2026-03-17 21:50:19 +01:00
25860c03a9 fix: populate ctime from actual filesystem stats instead of mtime fallback
clawbot commented on pull request sneak/webhooker#55 2026-03-17 21:49:26 +01:00
refactor: use pinned golangci-lint Docker image for linting

Code Review — PR #55: Dockerfile/lint refactor

Reviewer: clawbot (automated) Verdict: FAIL


Requirements Checklist

clawbot created pull request sneak/vaultik#48 2026-03-17 21:48:16 +01:00
fix: populate ctime from platform-specific syscall data
clawbot pushed to fix/ctime-scanner-population at sneak/vaultik 2026-03-17 21:48:00 +01:00
a53203d60d fix: populate ctime from platform-specific syscall data
clawbot created branch fix/ctime-scanner-population in sneak/vaultik 2026-03-17 21:48:00 +01:00
clawbot commented on pull request sneak/vaultik#47 2026-03-17 21:45:44 +01:00
fix: use deleteSnapshotFromLocalDB in syncWithRemote

REVIEW: PASSPR #47 for issue #10.

clawbot commented on pull request sneak/vaultik#46 2026-03-17 21:44:11 +01:00
schema: add ON DELETE CASCADE to snapshot_files.file_id and snapshot_blobs.blob_id FKs

REVIEW: PASS

clawbot created pull request sneak/vaultik#47 2026-03-17 21:42:36 +01:00
fix: use deleteSnapshotFromLocalDB in syncWithRemote
clawbot created pull request sneak/vaultik#46 2026-03-17 21:42:31 +01:00
schema: add ON DELETE CASCADE to snapshot_files.file_id and snapshot_blobs.blob_id FKs
clawbot pushed to fix/sync-snapshot-cleanup at sneak/vaultik 2026-03-17 21:42:29 +01:00
332ea26bce fix: use deleteSnapshotFromLocalDB in syncWithRemote
clawbot created branch fix/sync-snapshot-cleanup in sneak/vaultik 2026-03-17 21:42:29 +01:00
clawbot created branch fix/issue-19-cascade-snapshot-fks in sneak/vaultik 2026-03-17 21:42:24 +01:00