| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 21 hours | helptext: add little html input formrnv | stuebinm | 1 | -3/+13 | |
| 2026-01-24 | bahnhof-name: set html device width for mobile screens | stuebinm | 1 | -2/+4 | |
| 2026-01-24 | bahnhof-name/tracks: display query on empty results | stuebinm | 1 | -10/+15 | |
| 2026-01-01 | rnv.bahnhof.name: draft | stuebinm | 2 | -2/+22 | |
| 2026-01-01 | bahnhof-dns: improved configuration options | Fynn Godau | 1 | -2/+13 | |
| 2026-01-01 | serve SOA and NS records | Fynn Godau | 1 | -0/+30 | |
| 2026-01-01 | bahnhof-dns: new application | Fynn Godau | 3 | -57/+169 | |
| * New executable `bahnhof-dns`, which serves TXT records over DNS at `*.ril100.` and `*.leitpunkt.` * Extract definitions used by both executables into new Util module (slightly amended by stuebinm) | |||||
| 2025-12-14 | HsOpenSSL → Rustls | stuebinm | 1 | -5/+4 | |
| 2024-07-26 | do a s/�/ü/ on the input | stuebinm | 1 | -0/+1 | |
| this quirk was forgotten during the haskell rewrite (reported by networkException). It's now done in a somewhat awkward way: it's hard to do this before parsing the csv (when it's still an unencoded ByteString), but doing it later might easily miss relevant places. In either case this does lots of slightly unecessary copying 🤷 Also the nested quadruple fmap feels like its own justification | |||||
| 2024-01-16 | support for platform sections | stuebinm | 1 | -14/+60 | |
| well this blew the query up .. it attempts to do two things: - find platform sections grouped under platform_edges (important if platform sections of adjacent tracks don't line up) - if that fails, find any platforms somewhere under the whole platform object This should (hopefully) cover most cases where platform sections are actually mapped at all. | |||||
| 2023-12-26 | bugfix: allow superfluous "/" in paths | stuebinm | 1 | -1/+1 | |
| esp. a trailing / as in bahnhof.name/MH/ should not lead to ??. | |||||
| 2023-11-30 | update dependencies | stuebinm | 1 | -4/+4 | |
| this should now work with NixOS 23.11's hackage snapshot | |||||
| 2023-11-29 | fix fuzzy redirects for platform info lookups | stuebinm | 1 | -1/+1 | |
| 2023-11-29 | allow exact lookups of obscure Ril100 codes | stuebinm | 1 | -6/+7 | |
| 2023-11-15 | overpass query: some stations don't have a meta node | stuebinm | 1 | -2/+2 | |
| 2023-11-14 | default to level=0 if tag not present | stuebinm | 1 | -1/+1 | |
| seems to give slightly better results | |||||
| 2023-11-14 | re-add help text | stuebinm | 1 | -1/+7 | |
| whoops, forgot this bit | |||||
| 2023-11-14 | sort platforms by level/layer | stuebinm | 1 | -3/+11 | |
| 2023-11-14 | rewrite it in Haskell | stuebinm | 1 | -0/+255 | |
