summaryrefslogtreecommitdiff
path: root/src/onboard/iceportal.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-09-09do not require ds100 codes in API responsesHEADmainstuebinm1-2/+2
these are not present when other hafas backends than the DB one were used for the trip's checkin.
2022-02-26fix the Trip type (and make it Display)stuebinm1-6/+6
it's not as nice as i'd like, but whatever
2022-02-26iceportal: cancelled stops have state nullstuebinm1-1/+2
which … fine, i guess
2022-02-09existential types in rust are weirdstuebinm1-7/+34
… lots and lots of traits …
2022-02-02we'll be there in -1000 minutes isn't helpfulstuebinm1-1/+1
2022-02-01pretty print pretty printing codestuebinm1-55/+54
2022-02-01handle (esp. iceportal) timestamps correctlystuebinm1-8/+8
why use unix time if you can use unix time * 1000 while your margin of error will never be lower than a full minute?
2022-02-01display iceportal itinery & stopsstuebinm1-3/+36
I'm pretty sure something in parsing the times is broken, since this train is currently /also/ broken I have absolutely no idea what the correct ones would be and don't have the energy to dig further into this.