Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-11-12 | Stop: Expose documented accessors as accessors. Oops. | Birte Kristina Friesel | -11/+18 | |
2023-11-12 | Message: type "C" can have some more meanings | Birte Kristina Friesel | -1/+1 | |
2023-11-12 | Stop: Update copyright. whoopsie. | Birte Kristina Friesel | -1/+1 | |
2023-11-11 | Release v4.194.19 | Birte Kristina Friesel | -15/+20 | |
2023-11-11 | update copyright years | Birte Kristina Friesel | -4/+4 | |
2023-11-11 | Message: document ->code and ->type | Birte Kristina Friesel | -0/+50 | |
2023-11-11 | Message: parse JSON in constructor | Birte Kristina Friesel | -15/+30 | |
2023-11-11 | HAFAS/Message: expose message type (useful for filters) | Birte Kristina Friesel | -1/+3 | |
2023-11-02 | hafas-m: Fall back to locationSearch if ajax-getstop.exe is unavailable | Birte Kristina Friesel | -0/+13 | |
2023-10-29 | Remove superfluous smartmatch warning removal | Birte Kristina Friesel | -6/+0 | |
2023-10-29 | Release v4.184.18 | Birte Kristina Friesel | -15/+22 | |
2023-10-29 | add language specifiers to remaining services | Birte Kristina Friesel | -0/+3 | |
2023-10-29 | allow users to specify the request language | Birte Kristina Friesel | -15/+38 | |
2023-10-28 | hafas-m(1): Add warning for --json; exit status details | Birte Kristina Friesel | -6/+8 | |
2023-10-28 | update hafas-m(1); mention geosearch and trip details | Birte Kristina Friesel | -3/+42 | |
2023-10-11 | Journey(3pm): fix typo | Birte Kristina Friesel | -1/+1 | |
2023-10-08 | only run cross-midnight code if affected timestamps are present | Birte Kristina Friesel | -10/+14 | |
2023-09-17 | Release v4.174.17 | Birte Kristina Friesel | -15/+19 | |
2023-09-16 | journey: check if nameS exists before concatenating it | Birte Kristina Friesel | -1/+1 | |
2023-09-05 | Journey: Fix (undocumented) route_start accessor | Birte Kristina Friesel | -1/+1 | |
2023-09-03 | Release v4.164.16 | Birte Kristina Friesel | -15/+20 | |
2023-09-03 | Journey: Handle missing leading 0 in date strings. | Birte Kristina Friesel | -1/+7 | |
Because of course it is missing, because the date string is treated as a number by the magical API of the data lake, because why wouldn't it be. | ||||
2023-09-03 | release v4.15 (late commit is late) | Birte Kristina Friesel | -15/+19 | |
2023-08-23 | HAFAS(3pm): document similar_stops_p4.15 | Birte Kristina Friesel | -2/+17 | |
2023-08-22 | HAFAS(3pm): note that disambiguation error is LOCATION, not H730 | Birte Kristina Friesel | -1/+1 | |
2023-08-22 | Fix HAFAS->similar_stops_p | Birte Kristina Friesel | -1/+2 | |
2023-08-22 | HAFAS: remove unused $ua | Birte Kristina Friesel | -1/+0 | |
2023-08-22 | Release v4.144.14 | Birte Kristina Friesel | -15/+20 | |
2023-08-22 | Fix datetime calculation when crossing midnight after midnight | Birte Kristina Friesel | -4/+10 | |
Previously, this module generated timestamps that were 24h in the future whenever requesting a journey that crosses midnight after midnight. | ||||
2023-08-21 | Release v4.134.13 | Birte Kristina Friesel | -15/+20 | |
2023-08-21 | HAFAS: more detailed new_p rejection documentation | Birte Kristina Friesel | -5/+6 | |
2023-08-20 | new_p: add $self to reject arguments when sensible | Birte Kristina Friesel | -3/+5 | |
2023-07-03 | update copyright | Birte Kristina Friesel | -7/+7 | |
2023-05-29 | Release v4.124.12 | Derf Null | -15/+20 | |
2023-05-29 | Stop: Fix lat/lon mixup | Derf Null | -2/+2 | |
2023-05-25 | Release v4.114.11 | Derf Null | -15/+19 | |
2023-05-25 | hafas-m --json: do not return one-element list for journey requests | Derf Null | -1/+1 | |
2023-05-03 | Revert "treat delays as integers. what the fuck." | Derf Null | -2/+2 | |
This reverts commit 38071ce2ad25189ef7bbe14508e3d23e5a913001. | ||||
2023-05-02 | hafas-m: add --json option | Daniel Friesel | -1/+18 | |
2023-05-02 | Journey: TO_JSON: Handle route (Stop.pm objects) | Daniel Friesel | -0/+1 | |
2023-05-01 | treat delays as integers. what the fuck. | Derf Null | -2/+2 | |
2023-04-18 | Release v4.104.10 | Derf Null | -15/+21 | |
2023-04-18 | Journey: Fix ->route_interesting | Derf Null | -1/+4 | |
Broken by 4871bc50f636dca9030575b2d693079a5fd663d7 | ||||
2023-04-17 | new_p: support geoSearch and locationSearch | Derf Null | -1/+7 | |
2023-04-12 | update github perl workflow | Derf Null | -1/+1 | |
2023-04-11 | Journey->route: Return Stop instances | Daniel Friesel | -84/+121 | |
2023-04-10 | geoSearch, locationSearch: respect #results parameter | Derf Null | -2/+2 | |
2023-04-10 | add locationSearch support | Derf Null | -13/+60 | |
2023-04-10 | Release v4.094.09 | Derf Null | -15/+19 | |
2023-04-10 | Use separate Stop class for geoSearch stops | Derf Null | -28/+134 | |