Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-04-02 | Use service-specific time zones if ≠ Europe/Berlin | Birte Kristina Friesel | -7/+16 | |
2024-04-02 | check-hafas-urls: add BART and IE | Birte Kristina Friesel | -1/+4 | |
2024-04-01 | Add Iarnród Éireann backend | Birte Kristina Friesel | -0/+33 | |
2024-03-31 | Add BART service | Birte Kristina Friesel | -3/+35 | |
2024-03-31 | Ignore journeys with invalid timestamps during DST change | Birte Kristina Friesel | -10/+24 | |
2024-03-29 | Add AVV backend | Birte Kristina Friesel | -0/+33 | |
2024-03-28 | Release v5.065.06 | Birte Kristina Friesel | -25/+30 | |
2024-03-28 | Product: update documentatino; remove "line" | Birte Kristina Friesel | -30/+26 | |
2024-03-27 | Journey: support ÖBB (and possibly other non-DB HAFAS) platforms | Birte Kristina Friesel | -3/+5 | |
2024-03-27 | Support ÖBB (and possibly other non-DB HAFAS) polylines | Birte Kristina Friesel | -3/+11 | |
2024-03-27 | Product(3pm): class: refer to get_active_service for details | Birte Kristina Friesel | -3/+4 | |
2024-03-27 | update Changelog | Birte Kristina Friesel | -0/+11 | |
2024-03-27 | HAFAS(3pm): extend SEE ALSO | Birte Kristina Friesel | -1/+15 | |
2024-03-27 | $product->name: Handle ÖBB "Zug-Nr." in-band annotations | Birte Kristina Friesel | -0/+8 | |
2024-03-27 | Provide $journey->product->line_id in a line-colors compatible format | Birte Kristina Friesel | -14/+31 | |
See https://github.com/Traewelling/line-colors/blob/main/line-colors.csv Closes #9 | ||||
2024-03-27 | HAFAS(3pm): note that messages may also be related to journey stops | Birte Kristina Friesel | -3/+4 | |
2024-03-26 | hafas-m: improve journey output for multiple products / directions | Birte Kristina Friesel | -6/+29 | |
2024-03-26 | handle undefined operators | Birte Kristina Friesel | -2/+6 | |
2024-03-26 | Preliminary support for stop-specific operators / operator changes (#10) | Birte Kristina Friesel | -57/+287 | |
2024-03-25 | Handle stations with empty LocL / pRefL | Birte Kristina Friesel | -0/+5 | |
2024-02-24 | HAFAS, hafas-m: Add descriptions for ÖBB MOT bits | Birte Kristina Friesel | -15/+38 | |
See #11 | ||||
2024-02-23 | ÖBB: update productbits | Birte Kristina Friesel | -1/+1 | |
Thanks to Cassidy Dingenskirchen for a detailed bug report and fix/improvement suggestions. Closes #11 | ||||
2024-02-21 | Release v5.055.05 | Birte Kristina Friesel | -17/+24 | |
2024-02-21 | update öbb request version | Cassidy Dingenskirchen | -1/+1 | |
2024-02-21 | fix #6 | Cassidy Dingenskirchen | -8/+22 | |
2024-01-06 | hafas-m(1): bhftafel.exe is no longer used | Birte Kristina Friesel | -3/+3 | |
2024-01-06 | Journey(3pm): mention that polylines require with_polyline constructors | Birte Kristina Friesel | -2/+3 | |
2024-01-01 | hafas-m(1): location search uses ? prefix, not ! | Birte Kristina Friesel | -1/+1 | |
2023-12-30 | Release v5.045.04 | Birte Kristina Friesel | -17/+22 | |
2023-12-30 | mot_mask: skip unknown mot types | Birte Kristina Friesel | -2/+6 | |
2023-12-30 | Journey: add is_additional accessor | Birte Kristina Friesel | -1/+7 | |
2023-12-30 | Stop: Add is_additional accessor | Birte Kristina Friesel | -0/+7 | |
2023-12-29 | hafas-m: trip details: show trip number and date | Birte Kristina Friesel | -3/+4 | |
2023-12-26 | hafas-m: journey details: use proper line number accessor for ICE services | Birte Kristina Friesel | -2/+2 | |
2023-12-26 | hafas-m: journey details: mark next stop in bold | Birte Kristina Friesel | -2/+20 | |
2023-12-26 | hafas-m: add error check when redirecting from journey match to journey details | Birte Kristina Friesel | -0/+13 | |
2023-12-19 | Release v5.035.03 | Birte Kristina Friesel | -17/+21 | |
2023-12-18 | add more journey tests | Birte Kristina Friesel | -0/+165 | |
2023-12-17 | add journey tests | Birte Kristina Friesel | -0/+338 | |
2023-12-17 | add journeyMatch test | Birte Kristina Friesel | -0/+84 | |
2023-12-16 | add route and route_interesting tests | Birte Kristina Friesel | -1/+232 | |
2023-12-16 | Add ->direction tests | Birte Kristina Friesel | -1/+8 | |
2023-12-16 | Journey: Fix route_interesting (broken by 5.00); do not modify Locations | Birte Kristina Friesel | -10/+7 | |
2023-12-14 | Release v5.025.02 | Birte Kristina Friesel | -18/+27 | |
2023-12-14 | remove Scalar::Util dependency | Birte Kristina Friesel | -2/+0 | |
2023-12-14 | Journey: Do not weaken hafas reference in stop items | Birte Kristina Friesel | -4/+1 | |
The Stop constructor is called lazily and must have access to a hafas reference for its add_message function and strptime_obj key. If the hafas object goes out of scope before Journey->route is called, those may have been garbage-collected already. Apart from that, the weaken call was useless, since a Stop object does not store the hafas reference provided in its constructor. So, as soon as Journey->route is called, the hafas references in @{$journey->{route}} go out of scope anyways. | ||||
2023-12-03 | README: Add installation via finalrewind.org APT repository | Birte Kristina Friesel | -1/+37 | |
2023-12-02 | hafas-m: do not alter $stop->arr in --via mode | Birte Kristina Friesel | -1/+2 | |
2023-11-30 | hafas-m(1): note that --via arrival times are estimated | Birte Kristina Friesel | -1/+9 | |
2023-11-28 | hafas-m: do not show messages that are irrelevant for --via filter | Birte Kristina Friesel | -1/+2 | |