Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
12 days | EFA: results_dm: Handle station boards with just a single departureHEADmain | Birte Kristina Friesel | -0/+5 | |
2025-06-19 | Release v3.133.13 | Birte Kristina Friesel | -15/+15 | |
2025-06-18 | new_p: Also return $self in case of error | Birte Kristina Friesel | -1/+1 | |
This allows clients to access place_candidates and name_candidates in case of ambiguous place/name errors. Related: https://github.com/derf/travelynx/issues/249 | ||||
2025-06-18 | Release v3.123.12 | Birte Kristina Friesel | -15/+15 | |
2025-06-18 | Trip details: The endpoint has a time parameter. Using it is a good idea. | Birte Kristina Friesel | -3/+5 | |
This fixes trip detail requests occasionally returning data for yesterday, and should also fix trip detail requests failing entirely. Note that this breaks compatibility with trip IDs obtained from earlier efa-m versions. | ||||
2025-06-16 | Release v3.113.11 | Birte Kristina Friesel | -15/+15 | |
2025-06-16 | Trip: route: pass occupancy to Stop constructor | Birte Kristina Friesel | -0/+1 | |
2025-06-15 | Release v3.103.10 | Birte Kristina Friesel | -15/+15 | |
2025-06-15 | Stop: Add is_cancelled accessor | Birte Kristina Friesel | -9/+10 | |
2025-06-13 | Add BEG service definition | Birte Kristina Friesel | -1/+5 | |
Related to https://github.com/derf/travelynx/issues/236 (except that travelynx does not support EFA backends yet) | ||||
2025-06-09 | Add RVV service (Regensburger Verkehrsverbund) | void | -0/+4 | |
2025-06-08 | place_candidates, name_candidates: return Stop objects | Birte Kristina Friesel | -6/+28 | |
Fixes https://github.com/derf/db-fakedisplay/issues/38 once adopted there | ||||
2025-03-23 | Release v3.093.09 | Birte Kristina Friesel | -15/+15 | |
2025-03-22 | Trip->polyline: provide Stop reference where appropriate, remove name/id | Birte Kristina Friesel | -18/+35 | |
2025-03-22 | Trip->polyline: augment (likely) stop coordinates with name and ID | Birte Kristina Friesel | -3/+47 | |
Needs GIS::Distance; augmentation is skipped if it is not available | ||||
2025-03-22 | Trip: TO_JSON: populate polyline | Birte Kristina Friesel | -0/+3 | |
2025-03-22 | Trip: Fix polyline accessor. It never really worked. | Birte Kristina Friesel | -6/+17 | |
2025-02-08 | Release v3.083.08 | Birte Kristina Friesel | -15/+15 | |
2025-02-08 | EFA->new_p: Return $self in rejected promise after successful request | Birte Kristina Friesel | -4/+10 | |
2025-01-27 | Release v3.073.07 | Birte Kristina Friesel | -15/+15 | |
2025-01-27 | Add Rolph service | Birte Kristina Friesel | -1/+1 | |
2025-01-05 | Departure: Fix ->id accessor | Birte Kristina Friesel | -1/+1 | |
2025-01-05 | Release v3.063.06 | Birte Kristina Friesel | -15/+15 | |
2025-01-05 | Update copyright | Birte Kristina Friesel | -7/+7 | |
2025-01-04 | Adjust coord request for id -> id_code rename | Birte Kristina Friesel | -1/+1 | |
2025-01-04 | Departure: TO_JSON: compute ID | Birte Kristina Friesel | -0/+3 | |
2025-01-04 | Consistently use id_num and id_code accessor names for stop IDs | Birte Kristina Friesel | -19/+25 | |
2025-01-04 | Departure: Add "id" accessor | Birte Kristina Friesel | -0/+21 | |
2024-12-30 | Release v3.053.05 | Birte Kristina Friesel | -15/+15 | |
2024-12-22 | stopfinder: handle edge case with just a single result. | Birte Kristina Friesel | -0/+9 | |
2024-12-22 | Release v3.043.04 | Birte Kristina Friesel | -15/+15 | |
2024-12-22 | Services: Note that VVSt does not work | Birte Kristina Friesel | -0/+1 | |
But that's okay, we've got a HAFAS endpoint for them | ||||
2024-12-20 | Services: add NWL | Birte Kristina Friesel | -0/+4 | |
2024-11-09 | Release v3.033.03 | Birte Kristina Friesel | -15/+16 | |
2024-10-21 | Trip->polyline: optionally fall back to beeline between stops | Birte Kristina Friesel | -1/+5 | |
2024-10-16 | Release v3.023.02 | Birte Kristina Friesel | -15/+15 | |
2024-10-16 | Info, Stop, Trip: Note that the API is not yet final | Birte Kristina Friesel | -2/+9 | |
2024-10-16 | Document Trip(3pm) | Birte Kristina Friesel | -0/+129 | |
2024-10-15 | update Stop(3pm) | Birte Kristina Friesel | -7/+46 | |
2024-10-14 | remove debug output | Birte Kristina Friesel | -1/+0 | |
2024-10-14 | Trip: Account for subtle differences in STOPSEQCOORD output (observed at VVO) | Birte Kristina Friesel | -2/+3 | |
2024-10-14 | EFA: Add static get_services method | Birte Kristina Friesel | -0/+17 | |
2024-10-13 | EFA(3pm): document non-dm constructor args | Birte Kristina Friesel | -10/+35 | |
2024-10-13 | add stopfinder support | Birte Kristina Friesel | -1/+27 | |
2024-10-13 | Add coord request mode | Birte Kristina Friesel | -5/+82 | |
2024-10-08 | Stop: Calculate rt_{arr,dep} if needed | Birte Kristina Friesel | -2/+18 | |
2024-10-08 | Departure: pass arr/dep delay on to Stop; arr/dep are schedule data | Birte Kristina Friesel | -3/+5 | |
2024-10-07 | Info(3pm): Extend documentation | Birte Kristina Friesel | -11/+40 | |
2024-10-06 | Parse station-specific info messages | Birte Kristina Friesel | -0/+111 | |
2024-10-05 | Trip->polyline: looks like EFA returns [ [ [lat, lon], [lat, lon], ... ] ] | Birte Kristina Friesel | -0/+3 | |