Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
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 | |
2022-10-02 | mgate: parse operator | Daniel Friesel | -0/+6 | |
2022-10-02 | DB: Switch to mgate.exe API | Daniel Friesel | -90/+286 | |
2020-11-21 | Do not croak when receiving invalid XML | Daniel Friesel | -3/+9 | |
2020-07-05 | Switch to HAFAS::Message class for message handling | Daniel Friesel | -2/+101 | |
2020-06-13 | Add tests for DB backend | Daniel Friesel | -6/+11 | |
2020-06-13 | store more message details | Daniel Friesel | -9/+35 | |
2020-06-13 | Result: Add operator accessor | Daniel Friesel | -2/+11 | |
2020-06-06 | Release v3.013.01 | Daniel Friesel | -8/+8 | |
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 | Release v3.00 (backwards-incompatible Result->date/datetime/time changes)3.00 | Daniel Friesel | -8/+8 | |
2020-05-08 | Documentation updates | Daniel Friesel | -3/+15 | |
2020-05-07 | Result: Report real time by default | Daniel Friesel | -14/+29 | |
Scheduled time is now available via sched_* accessors | ||||
2020-05-03 | Release v2.052.05 | Daniel Friesel | -8/+8 | |
2020-05-03 | Use HTTPS for services, remove BVG and SBB for now | Daniel Friesel | -29/+34 | |
2018-12-30 | Release v2.042.04 | Daniel Friesel | -8/+8 | |
2018-09-28 | Handle invalid XML returned by VBB backend | Daniel Friesel | -1/+1 | |
2017-12-16 | Release v2.032.03 | Daniel Friesel | -8/+8 | |
2017-12-16 | Fix DB backend (now uses HTTPS) | Daniel Friesel | -2/+2 | |
2017-01-08 | vesion bump2.02 | Daniel Friesel | -12/+12 | |
2017-01-08 | Bump minimum perl version to 5.14 (older ones have odd RE issues) | Daniel Friesel | -4/+4 | |
2015-12-21 | documentation | Daniel Friesel | -0/+18 | |
2015-12-21 | Result: Add ->datetime, ->countdown and ->countdown_sec accessors | Daniel Friesel | -1/+35 | |
2015-10-10 | version bump2.01 | Daniel Friesel | -8/+8 | |
2015-10-10 | Result: Fix type and line_no accessors ({train} does not always have a ↵ | Daniel Friesel | -2/+16 | |
separating whitespace) | ||||
2015-10-10 | documentation | Daniel Friesel | -0/+7 | |
2015-10-10 | add line_no / train_no accessors | Daniel Friesel | -0/+15 | |
2015-10-09 | fix type accessor | Daniel Friesel | -1/+1 | |
2015-09-25 | release v2.002.00 | Daniel Friesel | -8/+8 | |
2015-09-25 | perltidy | Daniel Friesel | -1/+1 | |
2015-09-25 | also, comments | Daniel Friesel | -0/+4 | |
2015-09-25 | stopfinder: add language constructor argument to documentation | Daniel Friesel | -0/+7 | |