Skip to content
Back
Theme
sriracha
3 min read
Original article ↗
cmd
/sriracha
Parse templates
2025-04-10 20:41:06 -07:00
locale
Update translations
2025-10-08 11:51:32 -07:00
plugin
Render [code] and [sjis] BBCode tag contents as pre-formatted text
2025-11-15 11:24:48 -08:00
static
Render [code] and [sjis] BBCode tag contents as pre-formatted text
2025-11-15 11:24:48 -08:00
template
Organize settings page
2025-06-11 13:02:53 -07:00
.gitignore
Add goreleaser.yml
2025-04-11 15:18:04 -07:00
CHANGELOG
Add code and sjis (Shift JIS) tags to BBCode plugin
2025-11-15 01:02:18 -08:00
config.go
Allow database connection URL to be specified
2025-05-02 12:08:57 -07:00
database.go
Optimize board index page generation
2025-06-11 11:30:37 -07:00
database_account.go
Fix accounts page error
2025-05-03 08:44:23 -07:00
database_ban.go
Support banning IP address ranges
2025-05-08 14:35:48 -07:00
database_board.go
Add plugin Statistics
2025-05-10 22:27:32 -07:00
database_captcha.go
Implement CAPTCHA
2025-04-22 23:43:09 -07:00
database_keyword.go
Add plugin Statistics
2025-05-10 22:27:32 -07:00
database_log.go
Add plugin Statistics
2025-05-10 22:27:32 -07:00
database_news.go
Add site news setting
2025-05-08 13:33:31 -07:00
database_post.go
Add overboard
2025-06-11 12:56:42 -07:00
database_report.go
Add plugin Statistics
2025-05-10 22:27:32 -07:00
database_schema.go
Fix importing TinyIB post MIME type
2025-07-21 13:45:24 -07:00
go.mod
Add code and sjis (Shift JIS) tags to BBCode plugin
2025-11-15 01:02:18 -08:00
go.sum
Add code and sjis (Shift JIS) tags to BBCode plugin
2025-11-15 01:02:18 -08:00
goreleaser.yml
Include template files in release archives
2025-06-09 09:56:16 -07:00
LICENSE
Initial commit
2025-04-10 10:36:53 -07:00
MANUAL.md
Update translations
2025-10-08 11:51:32 -07:00
model_account.go
Update super-administrator label
2025-05-05 12:52:51 -07:00
model_ban.go
Add range info to ban list
2025-05-18 20:55:15 -07:00
model_board.go
Fix default maximum email field length
2025-05-12 12:31:48 -07:00
model_captcha.go
Rename model files
2025-04-25 12:09:09 -07:00
model_keyword.go
Add plugin Statistics
2025-05-10 22:27:32 -07:00
model_log.go
Rename model files
2025-04-25 12:09:09 -07:00
model_news.go
Add plugin Statistics
2025-05-10 22:27:32 -07:00
model_post.go
Serve static files via directory
2025-06-10 23:21:21 -07:00
model_report.go
Rename model files
2025-04-25 12:09:09 -07:00
plugin.go
Add plugin Statistics
2025-05-10 22:27:32 -07:00
README.md
Add IRC channel
2025-06-20 15:07:11 -07:00
server.go
Add overboard
2025-06-11 12:56:42 -07:00
server_account.go
Prevent super-admins from changing their role
2025-05-05 09:56:38 -07:00
server_ban.go
Prompt for reason when lifting ban
2025-06-09 09:45:36 -07:00
server_board.go
Optimize board index page generation
2025-06-11 11:30:37 -07:00
server_captcha.go
Fix res links when changing board directory
2025-04-27 16:21:23 -07:00
server_delete.go
Add plugin Statistics
2025-05-10 22:27:32 -07:00
server_import.go
Fix importing TinyIB post MIME type
2025-07-21 13:45:24 -07:00
server_keyword.go
Add plugin Statistics
2025-05-10 22:27:32 -07:00
server_log.go
Paginate logs
2025-04-30 20:58:24 -07:00
server_mod.go
Display post when moderating
2025-05-19 10:54:10 -07:00
server_news.go
Add plugin Statistics
2025-05-10 22:27:32 -07:00
server_plugin.go
Print attachment statistics
2025-05-11 22:39:49 -07:00
server_post.go
Render [code] and [sjis] BBCode tag contents as pre-formatted text
2025-11-15 11:24:48 -08:00
server_preference.go
Add style Sriracha
2025-05-08 22:28:07 -07:00
server_report.go
Add plugin Statistics
2025-05-10 22:27:32 -07:00
server_setting.go
Add overboard
2025-06-11 12:56:42 -07:00
server_status.go
Add plugin Statistics
2025-05-10 22:27:32 -07:00
template.go
Serve static files via directory
2025-06-10 23:21:21 -07:00