index
:
papod
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to latest project skeleton: i18n and fine-grained fuzzing
HEAD
main
EuAndreh
2025-05-29
21
-49
/
+320
*
src/papod.go: Use stm.AtomT over stm.Var
EuAndreh
2025-05-23
1
-3
/
+3
*
meta.capim: Add with :dependencies key
EuAndreh
2025-05-23
1
-0
/
+11
*
Make: Use $< over $?
EuAndreh
2025-05-04
1
-1
/
+1
*
re s/guuid/uuid/g
EuAndreh
2025-05-03
2
-273
/
+273
*
rm COPYING
EuAndreh
2025-03-20
1
-661
/
+0
*
src/papod.go: WIP stm around stateT
EuAndreh
2025-02-19
1
-18
/
+49
*
src/papod.go: Rename stateT to stateMutableT
EuAndreh
2025-01-22
1
-29
/
+29
*
Implement most of db layer
EuAndreh
2025-01-17
6
-1396
/
+7328
*
src/papod.go: Integrate db layer with network, create command handlers, simpl...
EuAndreh
2024-11-04
4
-716
/
+1229
*
mv doc/rfc/ doc/rfcs; Add newer related rfcs
EuAndreh
2024-11-04
13
-0
/
+7808
*
tests/papod.go: Adapt old tests to use TestStart() and Testing()
EuAndreh
2024-10-31
1
-370
/
+405
*
Add initial implementation of some of `queriesT` functions
EuAndreh
2024-10-31
3
-252
/
+3370
*
.gitignore: Include pattern for cgo
EuAndreh
2024-10-29
1
-0
/
+1
*
Makefile: Prioritize local version when building and linking
EuAndreh
2024-10-29
1
-2
/
+2
*
mkdeps.sh: Fix typo on varlist name
EuAndreh
2024-10-29
2
-2
/
+2
*
src/papod.go: Make private most exported names and start actually implementin...
EuAndreh
2024-10-27
3
-618
/
+1172
*
Big bundle commit: adjust build project skeleton; include uncommitted code
EuAndreh
2024-10-26
15
-143
/
+579
*
Makefile: "var version" -> "const Version"
EuAndreh
2024-09-29
1
-1
/
+1
*
Normalize structure like other golang projects
EuAndreh
2024-09-27
4
-32
/
+2
*
.gitignore: Use glob for .db file
EuAndreh
2024-09-27
1
-2
/
+2
*
Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)
EuAndreh
2024-08-15
1
-0
/
+2
*
Add src/version.go
EuAndreh
2024-08-15
3
-15
/
+21
*
Use "go tool" to build project
EuAndreh
2024-08-14
7
-85
/
+159
*
Makefile: Reorder CLI args to go(1)
EuAndreh
2024-07-26
1
-2
/
+2
*
go.mod: Include "gobang" dependency
EuAndreh
2024-07-26
3
-1006
/
+57
*
Tweak indentation
EuAndreh
2024-07-17
3
-123
/
+114
*
src/lib.go, tests/lib_test.go: Normaline function argument declarations
EuAndreh
2024-07-17
2
-9
/
+16
*
src/lib.go, tests/lib_test.go: Tweak indentation
EuAndreh
2024-07-15
2
-51
/
+92
*
Inline gobang package code
EuAndreh
2024-07-15
3
-50
/
+965
*
src/lib.go: WIP impl Ping
EuAndreh
2024-07-15
1
-7
/
+48
*
src/lib.go: Add simplistic scaffold of the connection WriteLoop()
EuAndreh
2024-06-24
1
-4
/
+21
*
rm -rf src/static/
EuAndreh
2024-06-14
6
-99
/
+2
*
src/lib.go: Start writing messages to DB
EuAndreh
2024-05-27
3
-26
/
+245
*
mv description long-description ..
EuAndreh
2024-05-27
2
-25
/
+0
*
TODOs.md -> TODOs.adoc
EuAndreh
2024-05-27
2
-137
/
+122
*
src/sql/migrations/2024-05-23T10:57:51-03:00-create-messages-table.sql: Initi...
EuAndreh
2024-05-23
2
-0
/
+6
*
tests/lib_test.go: Add missing import
EuAndreh
2024-05-23
1
-0
/
+1
*
Makefile: Add missing $(GOFLAGS) for a correct static build of go-sqlite3
EuAndreh
2024-05-23
1
-2
/
+3
*
Rename leftover references of "papo" -> "papod"
EuAndreh
2024-05-23
6
-77
/
+102
*
tests/lib_test.go: Group input/expected into "tuples"
EuAndreh
2024-05-16
1
-237
/
+330
*
Move UUID, FatalIf(), events, etc. code to external lib
EuAndreh
2024-05-16
3
-302
/
+22
*
Makefile: Fix installation of files under $(DATADIR)
EuAndreh
2024-05-16
1
-19
/
+14
*
Rename source files to "lib.go" and "main.go"
EuAndreh
2024-05-16
4
-9
/
+9
*
src/papod.go: Add message parsing code with some tests
EuAndreh
2024-05-07
2
-13
/
+496
*
Rename from "papo" to "papod"
EuAndreh
2024-05-06
4
-1
/
+1
*
src/papo.go: Add initial server skeleton
EuAndreh
2024-05-06
2
-13
/
+468
*
Makefile: Normalize alongside other Go projects
EuAndreh
2024-04-18
8
-36
/
+19
*
Makefile: add binder instance for port 6667
EuAndreh
2024-03-30
1
-4
/
+7
*
Makefile: rm both socket files
EuAndreh
2024-03-29
1
-2
/
+2
[next]