summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2022-10-29release 4.014.01Daniel Friesel-10/+10
2022-10-29Message: add is_him accessor; fix documentationDaniel Friesel-6/+13
2022-10-29Journey: add class accessorDaniel Friesel-1/+10
2022-10-28Polyline: Fix version numberDaniel Friesel-1/+1
2022-10-28Release v4.004.00Daniel Friesel-10/+10
2022-10-28add arr_cancelled / dep_cancelled accessorsDaniel Friesel-34/+51
2022-10-28document load accessorDaniel Friesel-0/+10
2022-10-28station board: parse load (tcocX) as wellDaniel Friesel-1/+10
2022-10-27parse load/occupancy dataDaniel Friesel-0/+8
2022-10-27Journey: add stop directionDaniel Friesel-2/+6
2022-10-26Journey(3pm): use $journey, not $resultDaniel Friesel-27/+27
2022-10-26Journey: Rework train/line accessorsDaniel Friesel-73/+59
2022-10-25Journey: Fix PODDaniel Friesel-1/+1
2022-10-24lib: Update copyright yearsDaniel Friesel-2/+2
2022-10-24List::MoreUtils and List::Util are no longer requiredDaniel Friesel-1/+0
2022-10-24POSIX (strftime) is no longer requiredDaniel Friesel-1/+0
2022-10-24DeutscheBahn.pm: update documentationDaniel Friesel-9/+5
2022-10-22Journey: remove legacy date/time accessors; update documentationDaniel Friesel-55/+123
2022-10-22HAFAS: Document ->messages; sort functionsDaniel Friesel-39/+59
2022-10-19Journey: remove countdown accessorsDaniel Friesel-30/+0
2022-10-17HAFAS: update documentationDaniel Friesel-31/+68
2022-10-17journey: destination => directionDaniel Friesel-2/+5
2022-10-17Journey: TO_JSON: convert DateTime to epochDaniel Friesel-1/+17
2022-10-17Message: Add TO_JSON methodDaniel Friesel-0/+6
2022-10-16journey: properly handle origin/destination and route_{start,end}Daniel Friesel-6/+9
2022-10-16journey: parse lon/latDaniel Friesel-0/+2
2022-10-16parse arr/dep times in journey routeDaniel Friesel-27/+59
2022-10-11Journey: add polyline accessorDaniel Friesel-0/+9
2022-10-11new_p: support journey argumentDaniel Friesel-5/+15
2022-10-11create strptime_obj before async check (fixes new_p)Daniel Friesel-5/+5
2022-10-10HAFAS->new: support 'journey' requests. polylines and route still WiPDaniel Friesel-86/+257
2022-10-09rename Result to Journey (in line with HAFAS naming convention)Daniel Friesel-8/+8
2022-10-09move journey parser to Result objectDaniel Friesel-102/+110
2022-10-03support async operation with promises (new_p constructor)Daniel Friesel-6/+94
2022-10-03add optional cache supportDaniel Friesel-10/+57
2022-10-03allow overriding ua via constructorDaniel Friesel-17/+7
2022-10-03expose route and arrival timesDaniel Friesel-1/+34
2022-10-03Remove support for XML HAFAS interfacesDaniel Friesel-247/+0
2022-10-03remove BVG as wellDaniel Friesel-7/+0
2022-10-03remove RSAG (mgate does not seem to work)Daniel Friesel-6/+0
2022-10-03VBN: switch to mgate (using micmac)Daniel Friesel-2/+25
2022-10-03VBB: switch to mgateDaniel Friesel-2/+33
2022-10-03fix stopfinder. oops.Daniel Friesel-1/+1
2022-10-03mgate: add message supportDaniel Friesel-1/+40
2022-10-02remove SBB entirely. does not appear to use hafas anymoreDaniel Friesel-8/+0
2022-10-02ÖBB: switch to mgateDaniel Friesel-2/+16
2022-10-02NVV: switch to mgateDaniel Friesel-1/+17
2022-10-02NASA: switch to mgateDaniel Friesel-7/+26
2022-10-02NAHSH: Switch to mgateDaniel Friesel-2/+17
2022-10-02mgate: use request config from service definitionDaniel Friesel-20/+7