Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-08-22 | HAFAS(3pm): note that disambiguation error is LOCATION, not H730 | Birte Kristina Friesel | -1/+1 | |
2023-08-22 | Fix HAFAS->similar_stops_p | Birte Kristina Friesel | -1/+2 | |
2023-08-22 | HAFAS: remove unused $ua | Birte Kristina Friesel | -1/+0 | |
2023-08-22 | Release v4.144.14 | Birte Kristina Friesel | -13/+13 | |
2023-08-22 | Fix datetime calculation when crossing midnight after midnight | Birte Kristina Friesel | -4/+10 | |
Previously, this module generated timestamps that were 24h in the future whenever requesting a journey that crosses midnight after midnight. | ||||
2023-08-21 | Release v4.134.13 | Birte Kristina Friesel | -13/+13 | |
2023-08-21 | HAFAS: more detailed new_p rejection documentation | Birte Kristina Friesel | -5/+6 | |
2023-08-20 | new_p: add $self to reject arguments when sensible | Birte Kristina Friesel | -3/+5 | |
2023-07-03 | update copyright | Birte Kristina Friesel | -5/+5 | |
2023-05-29 | Release v4.124.12 | Derf Null | -13/+13 | |
2023-05-29 | Stop: Fix lat/lon mixup | Derf Null | -2/+2 | |
2023-05-25 | Release v4.114.11 | Derf Null | -13/+13 | |
2023-05-03 | Revert "treat delays as integers. what the fuck." | Derf Null | -2/+2 | |
This reverts commit 38071ce2ad25189ef7bbe14508e3d23e5a913001. | ||||
2023-05-02 | Journey: TO_JSON: Handle route (Stop.pm objects) | Daniel Friesel | -0/+1 | |
2023-05-01 | treat delays as integers. what the fuck. | Derf Null | -2/+2 | |
2023-04-18 | Release v4.104.10 | Derf Null | -13/+13 | |
2023-04-18 | Journey: Fix ->route_interesting | Derf Null | -1/+4 | |
Broken by 4871bc50f636dca9030575b2d693079a5fd663d7 | ||||
2023-04-17 | new_p: support geoSearch and locationSearch | Derf Null | -1/+7 | |
2023-04-11 | Journey->route: Return Stop instances | Daniel Friesel | -84/+121 | |
2023-04-10 | geoSearch, locationSearch: respect #results parameter | Derf Null | -2/+2 | |
2023-04-10 | add locationSearch support | Derf Null | -13/+50 | |
2023-04-10 | Release v4.094.09 | Derf Null | -13/+13 | |
2023-04-10 | Use separate Stop class for geoSearch stops | Derf Null | -26/+132 | |
2023-04-07 | Journey: typo | Derf Null | -1/+1 | |
2023-04-07 | add geoSearch mode | Derf Null | -25/+120 | |
2023-04-07 | move mot mask calculation to a helper function | Derf Null | -21/+28 | |
2023-02-12 | Release v4.084.08 | Daniel Friesel | -11/+11 | |
2023-02-12 | Fix route_end handling for arrivals mode | Daniel Friesel | -1/+7 | |
2023-02-08 | Journey->route: add platform data | Daniel Friesel | -17/+35 | |
2023-02-05 | Release v4.074.07 | Daniel Friesel | -11/+11 | |
2023-02-05 | route_end: Some backend do not provide a route; fall back to dirTxt | Daniel Friesel | -1/+3 | |
2023-02-05 | Journey: some backends do not provide catOut | Daniel Friesel | -1/+1 | |
2023-02-04 | Journey: refactor day change handling into helper function | Daniel Friesel | -28/+34 | |
2023-02-04 | stboard time parser: handle day changes | Daniel Friesel | -6/+22 | |
2023-02-04 | Release v4.064.06 | Daniel Friesel | -11/+11 | |
2023-02-04 | Journey: rename uic to eva | Daniel Friesel | -6/+11 | |
2023-02-04 | rename 'uic' to 'eva' | Daniel Friesel | -3/+3 | |
2023-02-04 | HAFAS: station: add names und uics accessors | Daniel Friesel | -8/+11 | |
2023-02-03 | Release v4.054.05 | Daniel Friesel | -11/+11 | |
2023-02-02 | remove debug output | Daniel Friesel | -3/+0 | |
2023-02-02 | HAFAS: Add similar_stops_p function | Daniel Friesel | -1/+20 | |
2023-02-02 | StopFinder: new_p: resolve into result list | Daniel Friesel | -5/+5 | |
2023-02-02 | StopFinder: add new_p constructor | Daniel Friesel | -4/+87 | |
2023-01-30 | Release v4.044.04 | Daniel Friesel | -11/+11 | |
2023-01-29 | Journey: fix is_cancelled in station board mode | Daniel Friesel | -0/+2 | |
2023-01-28 | Release v4.034.03 | Daniel Friesel | -11/+11 | |
2023-01-27 | Document $status->station | Daniel Friesel | -0/+13 | |
2023-01-25 | Journey: return full line in "line"; use line_no for line number | Daniel Friesel | -2/+12 | |
2023-01-24 | Journey: document station / station_uic / route_interesting | Daniel Friesel | -0/+14 | |
2023-01-24 | Journey: add station_uic accessor | Daniel Friesel | -2/+3 | |