Age | Commit message (Expand) | Author | Lines |
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 |
2022-10-03 | remove BVG as well | Daniel Friesel | -7/+0 |
2022-10-03 | remove RSAG (mgate does not seem to work) | Daniel Friesel | -6/+0 |
2022-10-03 | VBN: switch to mgate (using micmac) | Daniel Friesel | -2/+25 |
2022-10-03 | VBB: switch to mgate | Daniel Friesel | -2/+33 |
2022-10-03 | fix stopfinder. oops. | Daniel Friesel | -1/+1 |
2022-10-03 | mgate: add message support | Daniel Friesel | -1/+40 |
2022-10-02 | remove SBB entirely. does not appear to use hafas anymore | Daniel Friesel | -8/+0 |
2022-10-02 | ÖBB: switch to mgate | Daniel Friesel | -2/+16 |
2022-10-02 | NVV: switch to mgate | Daniel Friesel | -1/+17 |
2022-10-02 | NASA: switch to mgate | Daniel Friesel | -7/+26 |
2022-10-02 | NAHSH: Switch to mgate | Daniel Friesel | -2/+17 |
2022-10-02 | mgate: use request config from service definition | Daniel Friesel | -20/+7 |