Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2015-10-31 | do not store station node in $self, the eva attribute suffices | Daniel Friesel | -12/+16 | |
2015-09-16 | release v1.03 | Daniel Friesel | -2/+2 | |
2015-09-08 | IRIS exceptions: remove misleading "server returned" part | Daniel Friesel | -3/+3 | |
("500 Can't connect to ..." is also possible) | ||||
2015-09-04 | more todo | Daniel Friesel | -0/+2 | |
2015-09-01 | TODO | Daniel Friesel | -0/+3 | |
2015-05-26 | version bump1.02 | Daniel Friesel | -2/+2 | |
2015-05-16 | do not issue a new release just yet. | Daniel Friesel | -1/+1 | |
2015-05-15 | Added github repo to dist metadata and the doc | Neil Bowers | -1/+5 | |
2015-05-15 | release v1.011.01 | Daniel Friesel | -3/+3 | |
2015-05-01 | IRIS->new: Actually use the lwp_options default when it is not set | Daniel Friesel | -1/+1 | |
2015-05-01 | release v1.01.00 | Daniel Friesel | -3/+3 | |
2015-05-01 | IRIS/Result: Remove set_tl logic -- turns out it's not required | Daniel Friesel | -11/+5 | |
2015-05-01 | fix typo | Daniel Friesel | -1/+1 | |
2015-05-01 | IRIS(3pm): Fix typo | Daniel Friesel | -1/+1 | |
2015-05-01 | IRIS: use lwp_options in constructor | Daniel Friesel | -3/+8 | |
2015-04-30 | version bump0.10 | Daniel Friesel | -2/+2 | |
2015-04-28 | release v0.090.09 | Daniel Friesel | -2/+2 | |
2015-04-27 | parse <ref> in fchg, add replacement support to backend and frontend | Daniel Friesel | -8/+33 | |
2015-04-25 | add is_unscheduled accessor | Daniel Friesel | -1/+4 | |
2015-04-25 | set_ar: fix arrival_ts typo | Daniel Friesel | -1/+1 | |
2015-04-20 | IRIS: Fix duplicate departure wings. (copy-pasty mistake) | Daniel Friesel | -1/+1 | |
2015-04-19 | add devmode switch to enable/disable debug/developer output | Daniel Friesel | -4/+8 | |
2015-04-19 | IRIS: Add more debug output (indicate which URLs were requested) | Daniel Friesel | -0/+4 | |
2015-04-18 | wing_id only uses two thirds of the train_id. now wing detection actually works. | Daniel Friesel | -2/+1 | |
2015-04-18 | Start work on wings support | Daniel Friesel | -4/+48 | |
2015-03-12 | version bump0.08 | Daniel Friesel | -2/+2 | |
2015-01-14 | Turn add_ar / add_dp into setters as well | Daniel Friesel | -2/+2 | |
This is a preparation for a future refresh_realtime function which only updates the realtime (fchg) part of all departures. | ||||
2015-01-14 | Result.pm: Rename add_* methods which are actually setters to set_* | Daniel Friesel | -4/+4 | |
2015-01-09 | version bump0.07 | Daniel Friesel | -3/+3 | |
2015-01-02 | add debug foo for ar / dp hi flag | Daniel Friesel | -1/+3 | |
2014-12-29 | IRIS.pm: save status_since | Daniel Friesel | -0/+1 | |
2014-12-29 | IRIs.pm: Ignore "1" messages (no information content, apparently | Daniel Friesel | -1/+3 | |
2014-12-05 | Fix a crash when a train has unscheduled additional stops starting at the ↵ | Daniel Friesel | -5/+7 | |
selected station | ||||
2014-11-03 | version bump0.06 | Daniel Friesel | -2/+2 | |
2014-11-01 | allow realtime ppth to override static ppth | Daniel Friesel | -8/+10 | |
This way, if a train has so much delay that its scheduled data was not requested in the first place, it's still possible to compared its scheduled route with its actual route | ||||
2014-10-16 | Release v0.050.05 | Daniel Friesel | -2/+2 | |
2014-06-28 | version bump0.04 | Daniel Friesel | -2/+2 | |
2014-06-23 | IRIS: Fix documentation error | Daniel Friesel | -1/+1 | |
2014-06-23 | Do not error out if only partial data is available (closes #4) | Daniel Friesel | -4/+18 | |
2014-06-21 | Add serializable option to IRIS constructor (does not save libxml objects) | Daniel Friesel | -3/+6 | |
2014-02-14 | parse <ref> fields in fchg. not used in db-iris yet. | Daniel Friesel | -5/+16 | |
2014-02-14 | release v0.030.03 | Daniel Friesel | -2/+2 | |
2014-02-07 | detect and merge duplicates caused by train ID changes | Daniel Friesel | -0/+21 | |
2014-02-06 | add lookahead option | Daniel Friesel | -2/+15 | |
2014-02-03 | version bump0.02 | Daniel Friesel | -2/+2 | |
2014-01-24 | initial release0.01 | Daniel Friesel | -2/+2 | |
2014-01-24 | perlcritic | Daniel Friesel | -3/+3 | |
2014-01-17 | Filter out realtime results which are >3 hours in the future | Daniel Friesel | -3/+6 | |
2014-01-16 | Requiring Perl 5.14 is sufficient | Daniel Friesel | -1/+1 | |
2014-01-10 | db-iris: Add -c / --class option, rename -m/--mot to -T/--type | Daniel Friesel | -1/+1 | |