1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-06 05:26:22 -07:00
gochan/pkg/gcsql
2024-01-12 15:51:05 -08:00
..
testdata Replace sqlmock with sqlite3 for unit testing gcsql package 2022-09-01 22:42:06 -07:00
appeals.go (Re)add next and previous page links 2023-01-18 12:35:40 -08:00
bans.go Convert DBPREFIXposts.ip and DBPREFIXreports.ip to VARBINARY 2024-01-01 13:30:32 -08:00
boards.go Add fixthumbnails manage function 2023-07-12 10:56:03 -07:00
connect.go Move database schema updating to gochan-migration 2023-04-07 14:34:28 -07:00
database.go Fix SQL string replacer messing with prepared statements in Postgres 2024-01-02 17:02:42 -08:00
posts.go Convert DBPREFIXposts.ip and DBPREFIXreports.ip to VARBINARY 2024-01-01 13:30:32 -08:00
preload.go Move Lua plugin loaders to their respective gochan packages 2023-10-24 16:27:27 -07:00
provisioning.go Add country and flag columns to DB version 3 schema 2024-01-12 15:51:05 -08:00
reports.go Convert DBPREFIXposts.ip and DBPREFIXreports.ip to VARBINARY 2024-01-01 13:30:32 -08:00
sections.go Use more transactions, and replace getNextFreeID with getLatestID 2022-12-24 12:25:23 -08:00
staff.go Add ban_ip lua function 2023-10-24 15:22:41 -07:00
tables.go Add more Postgres db migration for IP -> INET, split dbtypes into their own files 2024-01-09 13:11:22 -08:00
threads.go Add lock/unlock option to post dropdown 2023-02-08 12:40:36 -08:00
uploads.go Make thumbnail extension determining more dynamic, move to uploads pkg 2023-07-14 11:04:46 -07:00
util.go Remove "Verbosity" config field and rename "DebugMode" to "Verbose" for enabling command line output on errors 2023-12-27 17:07:33 -08:00
wordfilters.go Fix some issues reported by DeepSource 2023-12-19 14:33:40 -08:00