summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2023-01-30Release v4.044.04Daniel Friesel-11/+11
2023-01-29Journey: fix is_cancelled in station board modeDaniel Friesel-0/+2
2023-01-28Release v4.034.03Daniel Friesel-11/+11
2023-01-27Document $status->stationDaniel Friesel-0/+13
2023-01-25Journey: return full line in "line"; use line_no for line numberDaniel Friesel-2/+12
2023-01-24Journey: document station / station_uic / route_interestingDaniel Friesel-0/+14
2023-01-24Journey: add station_uic accessorDaniel Friesel-2/+3
2023-01-23Add preliminary route_interesting implementationDaniel Friesel-0/+59
2023-01-22Journey: add station accessor for db-fakedisplayDaniel Friesel-3/+4
2023-01-22StopFinder: perltidyDaniel Friesel-2/+2
2023-01-22StopFinder: use HTTPSDaniel Friesel-2/+2
2023-01-22HAFAS: departure board: add station accessorDaniel Friesel-0/+36
2022-11-06Release v4.024.02Daniel Friesel-11/+11
2022-11-06station board: allow users to override maxjny and durationDaniel Friesel-2/+17
2022-11-06HAFAS->new: note that station may be specified as name or eva idDaniel Friesel-1/+3
2022-10-29polyline is v4.01 as well. whoops...Daniel Friesel-1/+2
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