aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* fix(main.rs): github actions build errorFuwn2022-08-161-1/+1
* feat(modules): stocksFuwn2022-08-161-0/+1
* feat(blog): rss feed for blogsFuwn2022-07-081-0/+1
* refactor: restrict moreFuwn2022-04-271-14/+1
* refactor(search): restrict search internalsFuwn2022-04-271-2/+1
* refactor(macros): simplify stateless!Fuwn2022-04-271-3/+1
* refactor(modules): mount module via macrosFuwn2022-04-271-8/+1
* refactor: clarify more importants...Fuwn2022-04-251-2/+1
* refactor: clarify importsFuwn2022-04-251-4/+2
* refactor(router): move section timer to functionFuwn2022-04-251-5/+10
* refactor(modules): move complex router setup to modulesFuwn2022-04-251-30/+1
* refactor(router): move error handler to constantFuwn2022-04-251-6/+5
* refactor(modules): move static mounts to modulesFuwn2022-04-251-38/+1
* feat(modules): random routeFuwn2022-04-201-0/+1
* refactor(macros): batch_mount filesFuwn2022-04-201-11/+11
* fix(macros): rename macro to pageFuwn2022-04-201-1/+1
* refactor(macros): crate batch mount file macroFuwn2022-04-201-21/+21
* refactor(main): create flexible rount mount timerFuwn2022-04-191-52/+58
* refactor(modules): move uptime to modules moduleFuwn2022-04-191-30/+2
* refactor(modules): move remarks to modules moduleFuwn2022-04-191-23/+1
* refactor(modules): move search to modules moduleFuwn2022-04-191-102/+1
* refactor(modules): move sitemap to modules moduleFuwn2022-04-191-19/+3
* refactor(modules): move modules to moduleFuwn2022-04-191-1/+1
* refactor: constify many constantsFuwn2022-04-181-2/+2
* feat: cache more dynamic routesFuwn2022-04-181-1/+1
* feat: show preview for searchesFuwn2022-04-181-54/+81
* feat: prepare for real search engineFuwn2022-04-181-0/+40
* refactor: decrease cache rateFuwn2022-04-171-0/+2
* feat: implement cacherFuwn2022-04-171-1/+1
* refactor: route for future useFuwn2022-04-161-3/+3
* feat: add explicit licensing termsFuwn2022-04-141-0/+6
* feat: track router creationFuwn2022-04-141-50/+56
* refactor(quotes): move quotes to json fileFuwn2022-04-141-3/+0
* refactor: move route related functionsFuwn2022-04-141-20/+2
* feat: /remarksFuwn2022-04-141-0/+23
* feat(main): add a search engine!Fuwn2022-04-141-0/+38
* feat(uptime): more optionsFuwn2022-04-141-5/+14
* feat: descriptions for sitemapFuwn2022-04-141-14/+37
* feat: sitemapFuwn2022-04-141-1/+31
* feat: route fixingFuwn2022-04-061-1/+1
* fix: for windmark 0.1.9Fuwn2022-04-031-1/+1
* feat(footer): mini commitFuwn2022-04-031-4/+5
* fix(hits): trailing slash route hitsFuwn2022-04-011-1/+7
* format: rust fmtFuwn2022-04-011-4/+5
* fix(database): always use trailing slash rootFuwn2022-04-011-4/+9
* feat(mounts): mount rootFuwn2022-03-311-0/+1
* fix: new certificate loading methodFuwn2022-03-301-1/+1
* fix: revertsFuwn2022-03-301-2/+0
* format(main): rustfmtFuwn2022-03-301-3/+9
* refactor(main): move database locationFuwn2022-03-301-3/+3