| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | first i18n (WIP) | schneefux | 2015-02-02 | 3 | -12/+9 |
| | | |||||
| * | Fix module import paths in standard plugins | schneefux | 2014-12-30 | 6 | -6/+6 |
| | | |||||
| * | Added package to module import path in Joke plugin | schneefux | 2014-12-30 | 1 | -1/+1 |
| | | |||||
| * | Use Python-3-style print function to match coding style | schneefux | 2014-12-04 | 1 | -3/+3 |
| | | | | | This also makes a possible transition to Python 3.x easier | ||||
| * | Merge pull request #224 from Holzhaus/fix-weather-plugin | schneefux | 2014-11-05 | 1 | -9/+63 |
| |\ | | | | | Fix support for multi-word city names (Weather module) | ||||
| | * | Fix support for multi-word city names (Weather module) | schneefux | 2014-10-15 | 1 | -9/+63 |
| | | | | | | | | | | | | | Also, add support for setting a wmo_id directly in your config file. This fixes jasperproject/jasper-client#42 | ||||
| * | | Remove TranscriptionMode and improve STT engine initialisation | schneefux | 2014-11-05 | 1 | -11/+2 |
| |/ | |||||
| * | Integrate new vocabcompiler into jasper.py, client/stt.py and ↵ | schneefux | 2014-10-08 | 1 | -27/+15 |
| | | | | | client/musicmode.py | ||||
| * | Fix flake8 style nits | schneefux | 2014-10-06 | 11 | -86/+129 |
| | | |||||
| * | Fixed a typo in the case of multiple emails from a single sender | schneefux | 2014-10-03 | 1 | -1/+1 |
| | | |||||
| * | Only look for 'close' if activeListen returned something | schneefux | 2014-10-01 | 1 | -4/+3 |
| | | |||||
| * | Apply fix from PR jasperproject/jasper-client#173 to MusicMode | schneefux | 2014-10-01 | 1 | -15/+15 |
| | | |||||
| * | Use instance attributes in MPDWrapper | schneefux | 2014-10-01 | 1 | -9/+5 |
| | | |||||
| * | Readd MusicMode as dedicated module | schneefux | 2014-10-01 | 1 | -0/+428 |
| | | |||||
| * | Move app_utils.py from client/modules to client/ | schneefux | 2014-09-30 | 1 | -124/+0 |
| | | | | | app_utils.py does not have a WORDS constant and thus does not belong into that folder | ||||
| * | Use jasperpath in client/modules/Joke.py | schneefux | 2014-09-19 | 1 | -1/+2 |
| | | |||||
| * | Remove Shebangs from modules not meant to be executed directly | schneefux | 2014-09-10 | 11 | -11/+0 |
| | | | | | See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info. | ||||
| * | Add shebang and PEP 0263 source encoding to every module | schneefux | 2014-09-06 | 11 | -0/+22 |
| | | | | | Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes). | ||||
| * | Fixed News Modules - Sending news by email | schneefux | 2014-08-31 | 3 | -3/+3 |
| | | |||||
| * | moved static assets to separate folder | schneefux | 2014-05-27 | 1 | -1/+1 |
| | | |||||
| * | removed explicit names from init | schneefux | 2014-05-24 | 1 | -1/+0 |
| | | |||||
| * | dynamic module loading with priorities | schneefux | 2014-05-24 | 3 | -0/+7 |
| | | |||||
| * | Populate now adds keys (with empty values) for empty input (easier to handle ↵ | schneefux | 2014-05-10 | 1 | -1/+1 |
| | | | | | in modules) | ||||
| * | Semantic version update + reflect change in Weather module, better output ↵ | schneefux | 2014-05-10 | 1 | -1/+1 |
| | | | | | formatting in populate | ||||
| * | changed parseDate to extractDates | schneefux | 2014-05-10 | 1 | -1/+1 |
| | | |||||
| * | Weather module parses global forecasts correctly | schneefux | 2014-04-09 | 1 | -2/+8 |
| | | | | | | The weather module now checks to see if it is a global forecast, as the parsing needs to be slightly different if so | ||||
| * | Initial commit | schneefux | 2014-03-30 | 12 | -0/+885 |
