| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor | Thomas Voss | 2025-08-03 | 1 | -1/+3 |
| * | Add the Wikipedia module | Thomas Voss | 2025-08-02 | 1 | -0/+2 |
| * | Always use log.*ln() functions | Thomas Voss | 2025-08-02 | 1 | -1/+1 |
| * | Hot reloading for locales in debug mode | Thomas Voss | 2025-08-01 | 1 | -1/+1 |
| * | Don’t require a rebuild when changing CSS | Thomas Voss | 2025-07-29 | 1 | -4/+5 |
| * | Improve on debug mode | Thomas Voss | 2025-07-27 | 1 | -5/+15 |
| * | Use a semi-in-house translation system | Thomas Voss | 2025-07-23 | 1 | -0/+2 |
| * | Call atexit handlers on SIGINT and SIGTERM | Thomas Voss | 2025-06-14 | 1 | -0/+9 |
| * | Inline variable | Thomas Voss | 2025-06-14 | 1 | -2/+1 |
| * | Move some packages to pkg/ | Thomas Voss | 2025-06-14 | 1 | -3/+4 |
| * | Implement the ‘atexit’ package | Thomas Voss | 2025-06-14 | 1 | -0/+2 |
| * | Implement the ‘watch’ package | Thomas Voss | 2025-06-14 | 1 | -18/+7 |
| * | Make more use of Try/Try2 | Thomas Voss | 2025-06-13 | 1 | -18/+4 |
| * | Normalize the current directory | Thomas Voss | 2025-06-13 | 1 | -0/+3 |
| * | Migrate towards using os.Root | Thomas Voss | 2025-06-13 | 1 | -1/+4 |
| * | Rename the src package to app | Thomas Voss | 2025-06-13 | 1 | -1/+1 |
| * | Make the DB private to dbx | Thomas Voss | 2025-06-13 | 1 | -1/+1 |
| * | Begin migration towards SQLite | Thomas Voss | 2025-06-09 | 1 | -0/+5 |
| * | s/die/log.Fatal/ | Thomas Voss | 2025-06-06 | 1 | -9/+4 |
| * | Implement live-reloading | Thomas Voss | 2025-06-06 | 1 | -0/+40 |
| * | Add some TODOs | Thomas Voss | 2025-01-01 | 1 | -0/+3 |
| * | Remove unused code | Thomas Voss | 2024-09-22 | 1 | -8/+0 |
| * | Migrate away from templ and towards html/template | Thomas Voss | 2024-09-13 | 1 | -177/+11 |
| * | Add a Jargon page | Thomas Voss | 2024-08-21 | 1 | -0/+1 |
| * | Add a 404 page | Thomas Voss | 2024-08-21 | 1 | -26/+27 |
| * | Add email support | Thomas Voss | 2024-08-12 | 1 | -6/+51 |
| * | Add a TODO | Thomas Voss | 2024-08-12 | 1 | -0/+1 |
| * | Use a new mintage format | Thomas Voss | 2024-08-12 | 1 | -18/+8 |
| * | More work on mintages | Thomas Voss | 2024-08-11 | 1 | -2/+14 |
| * | Giant refactoring of the codebase | Thomas Voss | 2024-08-11 | 1 | -15/+67 |
| * | Do setting and theme toggling on the frontend | Thomas Voss | 2024-08-10 | 1 | -34/+1 |
| * | Add a coin designs page for NL | Thomas Voss | 2024-08-09 | 1 | -5/+7 |
| * | Rename some components | Thomas Voss | 2024-08-08 | 1 | -3/+3 |
| * | Add /coins/designs | Thomas Voss | 2024-08-08 | 1 | -4/+5 |
| * | Add /coins | Thomas Voss | 2024-08-08 | 1 | -0/+1 |
| * | Handle fonts with the file server | Thomas Voss | 2024-08-08 | 1 | -1/+1 |
| * | Move the language selection screen to language.templ | Thomas Voss | 2024-08-08 | 1 | -1/+1 |
| * | Set the theme before doing i18n | Thomas Voss | 2024-08-08 | 1 | -1/+1 |
| * | Add an about page | Thomas Voss | 2024-08-08 | 1 | -0/+1 |
| * | Run go fmt | Thomas Voss | 2024-08-07 | 1 | -2/+2 |
| * | Allow the user to change their theme | Thomas Voss | 2024-08-07 | 1 | -0/+30 |
| * | Set a theme cookie | Thomas Voss | 2024-08-07 | 1 | -1/+5 |
| * | Properly redirect the user after language selection | Thomas Voss | 2024-08-07 | 1 | -0/+11 |
| * | Just use hardcoded strings | Thomas Voss | 2024-08-07 | 1 | -3/+3 |
| * | Redirect the user after a language is set | Thomas Voss | 2024-08-07 | 1 | -1/+11 |
| * | Remove redundant w.WriteHeader() call | Thomas Voss | 2024-08-07 | 1 | -1/+0 |
| * | Add a comment | Thomas Voss | 2024-08-07 | 1 | -0/+1 |
| * | Don’t create a new context | Thomas Voss | 2024-08-07 | 1 | -2/+1 |
| * | Look for the favicon in /static | Thomas Voss | 2024-08-07 | 1 | -1/+3 |
| * | Genesis commit | Thomas Voss | 2024-08-07 | 1 | -0/+71 |