2
0
Fork
You've already forked alpineirclogs
0
No description https://alogs.koi.moe
  • Go 71.9%
  • Smarty 13.7%
  • SCSS 11.9%
  • Makefile 2.5%
Find a file
2025年08月21日 18:36:37 +08:00
tmpls Revert "quote search key words" 2025年08月21日 18:36:37 +08:00
.gitignore add style.scss 2025年01月14日 11:16:56 +08:00
go.mod upgrade dependencies 2025年08月05日 15:32:08 +08:00
go.sum upgrade dependencies 2025年08月05日 15:32:08 +08:00
LICENSE add license 2024年12月28日 21:55:32 +08:00
main.go fix segfault when open remote file failed 2025年08月05日 15:31:46 +08:00
Makefile Makefile use system sqlite3 lib when available 2025年08月05日 15:32:23 +08:00
README add readme 2025年01月08日 16:26:54 +08:00
scanner.go scanner ignore Requested Range Not Satisfiable (416) responase code 2025年01月09日 13:08:20 +08:00
storage.go Revert "quote search key words" 2025年08月21日 18:36:37 +08:00
web.go add missing chans for index page 2025年03月28日 08:02:03 +08:00

A simple alpine irclogs index
How it works?
Periodically fetching irc logs from https://irclogs.alpinelinux.org, save them in a sqlite fts5 table.
Remote files that do not have a newer http `Last-Modified` header than the local one will be ignored.
How to use?
https://irclogs.alpine.koi.moe
Using sqlite fts5 full-text query synax[1] to search.
[1]: https://www.sqlite.org/fts5.html#full_text_query_syntax