summaryrefslogtreecommitdiff
path: root/meta.capim (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-23meta.capim: Add with :dependencies keyEuAndreh1-0/+11
2025-05-04Make: Use $< over $?EuAndreh1-1/+1
2025-05-03re s/guuid/uuid/gEuAndreh2-273/+273
2025-03-20rm COPYINGEuAndreh1-661/+0
2025-02-19src/papod.go: WIP stm around stateTEuAndreh1-18/+49
2025-01-22src/papod.go: Rename stateT to stateMutableTEuAndreh1-29/+29
2025-01-17Implement most of db layerEuAndreh6-1393/+7325
2024-11-04src/papod.go: Integrate db layer with network, create command handlers, simpl...EuAndreh4-711/+1224
2024-11-04mv doc/rfc/ doc/rfcs; Add newer related rfcsEuAndreh13-0/+7808
2024-10-31tests/papod.go: Adapt old tests to use TestStart() and Testing()EuAndreh1-370/+405
2024-10-31Add initial implementation of some of `queriesT` functionsEuAndreh3-252/+3370
2024-10-29.gitignore: Include pattern for cgoEuAndreh1-0/+1
2024-10-29Makefile: Prioritize local version when building and linkingEuAndreh1-2/+2
2024-10-29mkdeps.sh: Fix typo on varlist nameEuAndreh2-2/+2
2024-10-27src/papod.go: Make private most exported names and start actually implementin...EuAndreh3-616/+1170
2024-10-26Big bundle commit: adjust build project skeleton; include uncommitted codeEuAndreh15-142/+578
2024-09-29Makefile: "var version" -> "const Version"EuAndreh1-1/+1
2024-09-27Normalize structure like other golang projectsEuAndreh4-32/+2
2024-09-27.gitignore: Use glob for .db fileEuAndreh1-2/+2
2024-08-15Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)EuAndreh1-0/+2
2024-08-15Add src/version.goEuAndreh3-15/+21
2024-08-14Use "go tool" to build projectEuAndreh7-85/+159
2024-07-26Makefile: Reorder CLI args to go(1)EuAndreh1-2/+2
2024-07-26go.mod: Include "gobang" dependencyEuAndreh3-1006/+57
2024-07-17Tweak indentationEuAndreh3-117/+108
2024-07-17src/lib.go, tests/lib_test.go: Normaline function argument declarationsEuAndreh2-9/+16
2024-07-15src/lib.go, tests/lib_test.go: Tweak indentationEuAndreh2-51/+92
2024-07-15Inline gobang package codeEuAndreh3-50/+965
2024-07-15src/lib.go: WIP impl PingEuAndreh1-7/+48
2024-06-24src/lib.go: Add simplistic scaffold of the connection WriteLoop()EuAndreh1-4/+21
2024-06-14rm -rf src/static/EuAndreh6-99/+2
2024-05-27src/lib.go: Start writing messages to DBEuAndreh3-26/+245
2024-05-27mv description long-description ..EuAndreh2-25/+0
2024-05-27TODOs.md -> TODOs.adocEuAndreh2-137/+122
2024-05-23src/sql/migrations/2024-05-23T10:57:51-03:00-create-messages-table.sql: Initi...EuAndreh2-0/+6
2024-05-23tests/lib_test.go: Add missing importEuAndreh1-0/+1
2024-05-23Makefile: Add missing $(GOFLAGS) for a correct static build of go-sqlite3EuAndreh1-2/+3
2024-05-23Rename leftover references of "papo" -> "papod"EuAndreh6-77/+102
2024-05-16tests/lib_test.go: Group input/expected into "tuples"EuAndreh1-237/+330
2024-05-16Move UUID, FatalIf(), events, etc. code to external libEuAndreh3-302/+22
2024-05-16Makefile: Fix installation of files under $(DATADIR)EuAndreh1-19/+14
2024-05-16Rename source files to "lib.go" and "main.go"EuAndreh4-9/+9
2024-05-07src/papod.go: Add message parsing code with some testsEuAndreh2-13/+496
2024-05-06Rename from "papo" to "papod"EuAndreh4-1/+1
2024-05-06src/papo.go: Add initial server skeletonEuAndreh2-13/+468
2024-04-18Makefile: Normalize alongside other Go projectsEuAndreh8-36/+19
2024-03-30Makefile: add binder instance for port 6667EuAndreh1-4/+7
2024-03-29Makefile: rm both socket filesEuAndreh1-2/+2
2024-03-29Makefile: Reorder commands so we don't need to sleepEuAndreh1-2/+1
2024-03-28go.mod: Unmark go-sqlite3 as indirectEuAndreh1-1/+1