Age | Commit message (Expand) | Author | Lines |
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 |
2023-01-23 | Add preliminary route_interesting implementation | Daniel Friesel | -0/+59 |
2023-01-22 | Journey: add station accessor for db-fakedisplay | Daniel Friesel | -3/+4 |
2023-01-22 | StopFinder: perltidy | Daniel Friesel | -2/+2 |
2023-01-22 | StopFinder: use HTTPS | Daniel Friesel | -2/+2 |
2023-01-22 | HAFAS: departure board: add station accessor | Daniel Friesel | -0/+36 |
2022-11-06 | Release v4.024.02 | Daniel Friesel | -11/+11 |
2022-11-06 | station board: allow users to override maxjny and duration | Daniel Friesel | -2/+17 |
2022-11-06 | HAFAS->new: note that station may be specified as name or eva id | Daniel Friesel | -1/+3 |
2022-10-29 | polyline is v4.01 as well. whoops... | Daniel Friesel | -1/+2 |
2022-10-29 | release 4.014.01 | Daniel Friesel | -10/+10 |
2022-10-29 | Message: add is_him accessor; fix documentation | Daniel Friesel | -6/+13 |
2022-10-29 | Journey: add class accessor | Daniel Friesel | -1/+10 |
2022-10-28 | Polyline: Fix version number | Daniel Friesel | -1/+1 |
2022-10-28 | Release v4.004.00 | Daniel Friesel | -10/+10 |
2022-10-28 | add arr_cancelled / dep_cancelled accessors | Daniel Friesel | -34/+51 |
2022-10-28 | document load accessor | Daniel Friesel | -0/+10 |
2022-10-28 | station board: parse load (tcocX) as well | Daniel Friesel | -1/+10 |
2022-10-27 | parse load/occupancy data | Daniel Friesel | -0/+8 |
2022-10-27 | Journey: add stop direction | Daniel Friesel | -2/+6 |
2022-10-26 | Journey(3pm): use $journey, not $result | Daniel Friesel | -27/+27 |
2022-10-26 | Journey: Rework train/line accessors | Daniel Friesel | -73/+59 |
2022-10-25 | Journey: Fix POD | Daniel Friesel | -1/+1 |
2022-10-24 | lib: Update copyright years | Daniel Friesel | -2/+2 |
2022-10-24 | List::MoreUtils and List::Util are no longer required | Daniel Friesel | -1/+0 |
2022-10-24 | POSIX (strftime) is no longer required | Daniel Friesel | -1/+0 |
2022-10-24 | DeutscheBahn.pm: update documentation | Daniel Friesel | -9/+5 |
2022-10-22 | Journey: remove legacy date/time accessors; update documentation | Daniel Friesel | -55/+123 |
2022-10-22 | HAFAS: Document ->messages; sort functions | Daniel Friesel | -39/+59 |
2022-10-19 | Journey: remove countdown accessors | Daniel Friesel | -30/+0 |
2022-10-17 | HAFAS: update documentation | Daniel Friesel | -31/+68 |
2022-10-17 | journey: destination => direction | Daniel Friesel | -2/+5 |
2022-10-17 | Journey: TO_JSON: convert DateTime to epoch | Daniel Friesel | -1/+17 |
2022-10-17 | Message: Add TO_JSON method | Daniel Friesel | -0/+6 |
2022-10-16 | journey: properly handle origin/destination and route_{start,end} | Daniel Friesel | -6/+9 |
2022-10-16 | journey: parse lon/lat | Daniel Friesel | -0/+2 |
2022-10-16 | parse arr/dep times in journey route | Daniel Friesel | -27/+59 |
2022-10-11 | Journey: add polyline accessor | Daniel Friesel | -0/+9 |
2022-10-11 | new_p: support journey argument | Daniel Friesel | -5/+15 |
2022-10-11 | create strptime_obj before async check (fixes new_p) | Daniel Friesel | -5/+5 |
2022-10-10 | HAFAS->new: support 'journey' requests. polylines and route still WiP | Daniel Friesel | -86/+257 |
2022-10-09 | rename Result to Journey (in line with HAFAS naming convention) | Daniel Friesel | -8/+8 |
2022-10-09 | move journey parser to Result object | Daniel Friesel | -102/+110 |
2022-10-03 | support async operation with promises (new_p constructor) | Daniel Friesel | -6/+94 |
2022-10-03 | add optional cache support | Daniel Friesel | -10/+57 |
2022-10-03 | allow overriding ua via constructor | Daniel Friesel | -17/+7 |
2022-10-03 | expose route and arrival times | Daniel Friesel | -1/+34 |
2022-10-03 | Remove support for XML HAFAS interfaces | Daniel Friesel | -247/+0 |