Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | hafas-m: set second to 0 when a time is specified | Daniel Friesel | -1/+2 | |
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 | makedeb-docker-helper: tests are not relevant here | Daniel Friesel | -1/+1 | |
2022-10-03 | Remove support for XML HAFAS interfaces | Daniel Friesel | -695/+5 | |
2022-10-03 | update check-hafas-urls | Daniel Friesel | -2/+1 | |
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 | -5/+49 | |
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 | -3/+17 | |
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 | |
2022-10-02 | mgate: parse operator | Daniel Friesel | -6/+12 | |
2022-10-02 | DB: Switch to mgate.exe API | Daniel Friesel | -195/+418 | |
2020-11-21 | cpanfile: Add File::Slurp dependency for test suite execution | Daniel Friesel | -0/+1 | |
2020-11-21 | Do not croak when receiving invalid XML | Daniel Friesel | -6/+23 | |
2020-07-05 | Switch to HAFAS::Message class for message handling | Daniel Friesel | -9/+108 | |
2020-06-14 | DB test: Add U-Bahn | Daniel Friesel | -3/+43 | |
2020-06-14 | hafas-m: fix message display for non-repeated messages | Daniel Friesel | -1/+4 | |
2020-06-13 | Enable tests on GitHub | Daniel Friesel | -9/+33 | |
2020-06-13 | Add tests for DB backend | Daniel Friesel | -6/+552 | |
2020-06-13 | check-hafas-urls: use more busier places | Daniel Friesel | -2/+2 | |
2020-06-13 | store more message details | Daniel Friesel | -15/+61 | |
2020-06-13 | Result: Add operator accessor | Daniel Friesel | -2/+11 | |
2020-06-06 | Release v3.013.01 | Daniel Friesel | -10/+15 | |
2020-06-05 | Support backends which recently switched to 4-digit years | Daniel Friesel | -1/+5 | |
What a time to be alive! | ||||
2020-05-09 | Move author tests to xt/ | Daniel Friesel | -0/+0 | |
2020-05-09 | Release v3.00 (backwards-incompatible Result->date/datetime/time changes)3.00 | Daniel Friesel | -10/+17 | |
2020-05-09 | add service list to README | Daniel Friesel | -5/+35 | |
2020-05-08 | Merge branch 'master' of ↵ | Daniel Friesel | -0/+0 | |
git.finalrewind.org:var/git_root/Travel-Status-DE-DeutscheBahn | ||||
2020-05-08 | Documentation updates | Daniel Friesel | -15/+28 | |
2020-05-08 | makedeb-docker-helper: Update README path | Daniel Friesel | -1/+1 | |
2020-05-08 | Documentation updates | Daniel Friesel | -15/+28 | |
2020-05-08 | Extend README | Daniel Friesel | -45/+156 | |
2020-05-07 | Result: Report real time by default | Daniel Friesel | -15/+30 | |
Scheduled time is now available via sched_* accessors | ||||
2020-05-04 | Change to #!perl shebang, which is correctly rewritten by Extutils::MakeMaker | Daniel Friesel | -1/+1 | |
See https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/58 |