summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2016-02-28preparations for optional emma message supportDaniel Friesel-0/+41
2015-12-26IRIS.pm: Document with_related optionDaniel Friesel-0/+11
2015-12-20release v1.051.05Daniel Friesel-5/+5
2015-11-30IRIS: only show cache miss debug output when devmode is enabledDaniel Friesel-1/+4
2015-11-29actually use cacheDaniel Friesel-1/+16
2015-11-28prepare IRIS.pm for optional cache supportDaniel Friesel-28/+36
2015-11-12use Bahn OpenData site for DS100 station listDaniel Friesel-695/+686
2015-11-12prepare v1.04 (will be released from separate branch)Daniel Friesel-5/+5
2015-11-12Result: Do not try parsing undef timestamps, re-use existing strptime objectDaniel Friesel-46/+27
2015-11-10add accessors for whole (related) station data setDaniel Friesel-7/+12
2015-11-08simplify get_station a bitDaniel Friesel-41/+39
2015-11-06add with_related to db-iris, enabled by defaultDaniel Friesel-1/+1
2015-11-06debug moarDaniel Friesel-1/+5
2015-11-05include related stops (e.g. Köln Messe Deutz <-> Messe Deutz (tief)). first ...Daniel Friesel-6/+61
2015-11-05move get_station into separate method to prepare for recurvise fetchingDaniel Friesel-21/+41
2015-11-01support UIC codesDaniel Friesel-0/+1
2015-10-31do not store station node in $self, the eva attribute sufficesDaniel Friesel-12/+16
2015-10-04add qos code 79 ("Ohne Mehrzweckabteil")Daniel Friesel-13/+18
2015-09-16release v1.03Daniel Friesel-5/+7
2015-09-16Result: key 900 isn't that sure actuallyDaniel Friesel-3/+3
2015-09-14re-enable substring matching -> use both for station lookupDaniel Friesel-8/+5
2015-09-12use Text::Levenshtein(XS) for fuzzy station name matchingDaniel Friesel-2/+22
2015-09-08IRIS exceptions: remove misleading "server returned" partDaniel Friesel-3/+3
2015-09-04more todoDaniel Friesel-0/+2
2015-09-01TODODaniel Friesel-0/+3
2015-07-06Verified qos key 70 ("Kein WLAN")Daniel Friesel-2/+2
2015-05-29Result: add info key 900Daniel Friesel-0/+5
2015-05-26version bump1.02Daniel Friesel-5/+5
2015-05-25Result: Add qos key 70 (probably "no wifi")Daniel Friesel-0/+5
2015-05-25Result.pm: key 60 (delay cause of storm) verifiedDaniel Friesel-3/+2
2015-05-22turns out a train can be both "too full" and "way too full"Daniel Friesel-3/+5
2015-05-16do not issue a new release just yet.Daniel Friesel-1/+1
2015-05-15Added github repo to dist metadata and the docNeil Bowers-1/+5
2015-05-15release v1.011.01Daniel Friesel-6/+6
2015-05-15Update Stations.pm and acromys.{pl,sh}. Fix 9 code/name combos.Daniel Friesel-9/+14
2015-05-15acronyms.sh: update DS100 URLDaniel Friesel-2/+2
2015-05-08route_interesting: also consider airportsDaniel Friesel-1/+1
2015-05-01IRIS->new: Actually use the lwp_options default when it is not setDaniel Friesel-1/+1
2015-05-01release v1.01.00Daniel Friesel-7/+7
2015-05-01IRIS/Result: Remove set_tl logic -- turns out it's not requiredDaniel Friesel-20/+6
2015-05-01fix typoDaniel Friesel-1/+1
2015-05-01IRIS(3pm): Fix typoDaniel Friesel-1/+1
2015-05-01IRIS: use lwp_options in constructorDaniel Friesel-3/+8
2015-04-30version bump0.10Daniel Friesel-6/+6
2015-04-29Result: JSON: Return the cleaned up hash, not the original...Daniel Friesel-1/+1
2015-04-29Result: TO_JSON: Do not include references (causes death by recursion otherwise)Daniel Friesel-0/+6
2015-04-28release v0.090.09Daniel Friesel-6/+6
2015-04-27parse <ref> in fchg, add replacement support to backend and frontendDaniel Friesel-12/+87
2015-04-26Result: remove train_no_transfer accessorDaniel Friesel-12/+1
2015-04-25add is_unscheduled accessorDaniel Friesel-6/+24