aboutsummaryrefslogtreecommitdiff
path: root/modules/nr.py
Commit message (Expand)AuthorAgeFilesLines
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-20/+23
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
* Change Utils.color to take a string to wrap in colorGravatar jesopo2018-09-211-12/+7
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-9/+9
* give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-1/+1
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-9/+9
* NR: Don't titlecase Eagle station names. This is already done.Gravatar Evelyn2018-02-041-1/+1
* NR: Eagle endpoints are now under /json/ going forwardGravatar Evelyn2018-02-041-2/+2
* NR: Indicate interesting activity at locationsGravatar Evelyn2017-12-101-12/+26
* NR: 0000 if headcode NoneGravatar Evelyn2017-12-041-1/+1
* NR: Work with Eagle's new and improved formatGravatar Evelyn2017-12-041-7/+6
* NR: bool.get, whatGravatar Evelyn2017-11-031-2/+3
* NR: Don't die if Eagle's not hereGravatar Evelyn2017-11-031-2/+2
* NR: change eagle ~branding~Gravatar Evelyn2017-11-021-1/+1
* NR: Formatting improvements for external, don't reference non-existent summariesGravatar Evelyn2017-11-011-10/+13
* NR: slightly simplify association summariesGravatar Evelyn2017-10-311-5/+3
* NR: Indicate direction for associationsGravatar Evelyn2017-10-311-4/+3
* NR: Full association summaries for SCHEDULE, LDBGravatar Evelyn2017-10-311-30/+36
* NR: Add date filterGravatar Evelyn2017-10-291-1/+5
* NR: Use the same association descriptions for LDB and SCHEDULEGravatar Evelyn2017-10-231-1/+1
* NR: Don't assume associations present in eagle outputGravatar Evelyn2017-10-231-1/+1
* NR: Use SCHEDULE associationsGravatar Evelyn2017-10-231-8/+13
* NR: Multiline support for head, include ferry services in nrtrainsGravatar Evelyn2017-10-141-5/+12
* Bitbot can do Telegram now, I guessGravatar Evelyn2017-09-051-34/+79
* Increase default periodGravatar Evelyn2017-09-031-3/+4
* NR: Shorten timesGravatar Evelyn2017-09-021-1/+3
* NR: Allow displaying CRS only for arrivals/departuresGravatar Evelyn2017-09-021-2/+3
* NR: Support Eagle API keys, don't assume platforms are availableGravatar Evelyn2017-09-021-4/+4
* NR: Eagle now provides a best name via the combined TIPLOC set as 'name', use...Gravatar Evelyn2017-09-011-1/+1
* NR: Use the actual name fieldGravatar Evelyn2017-08-311-1/+1
* NR: Take platforms from SCHEDULE if not available in LDBGravatar Evelyn2017-08-311-3/+9
* NR: List delayed trains properly, strip prefixGravatar Evelyn2017-08-291-2/+7
* NR: Expand periodGravatar Evelyn2017-08-271-1/+1
* Implement 'time' parameterGravatar Evelyn2017-08-271-2/+7
* Add power/inferred tops filtering to nrtrainsGravatar Evelyn2017-08-111-3/+19
* NR: Allow null scheduled times, add inferred power/class if available in both...Gravatar Evelyn2017-06-051-8/+11
* NR: Prefer LDBSVWS for headcodesGravatar Evelyn2017-05-301-2/+1
* NR: I really hate SOAP. Don't break if you don't have a LDBSVWS queryGravatar Evelyn2017-05-301-0/+1
* NR: Allow use of Eagle for scheduling data (docs/source will follow\!). Sligh...Gravatar Evelyn2017-05-301-42/+81
* NR: Show shorter TOC code instead of name in service infoGravatar Evelyn2017-04-061-1/+1
* NR: Time colouring improvements primarily for serviceGravatar Evelyn2017-04-061-6/+9
* NR: I'm slipping. =→==Gravatar Evelyn2017-04-041-1/+1
* NR: Give scheduled times a neutral colour statusGravatar Evelyn2017-04-041-0/+1
* NR: Put arrived/departed status in map, not local variable (oops)Gravatar Evelyn2017-04-041-3/+5
* NR: Change service info to use same time system as trains, add departure time...Gravatar Evelyn2017-03-301-21/+14
* NR: Turns out arrivals/departure doesn't actually respect UTC indicationGravatar Evelyn2017-03-261-1/+1
* NR: Clocks go back tonight. Make UTC explicit in nrtrains callGravatar Evelyn2017-03-251-1/+1
* NR: dividing 'from' if division at origin, 'as' otherwiseGravatar Evelyn2017-03-211-1/+2
* NR: Add length at origin and division/join, shorten summary for TIPLOC only l...Gravatar Evelyn2017-03-211-6/+9
* NR: Change time determination for trains commandGravatar Evelyn2017-03-091-33/+43