| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Configure logging and add possibility to view debug messages in test.py | schneefux | 2014-09-26 | 1 | -0/+8 |
| | | |||||
| * | Improved logging in brain.py | schneefux | 2014-09-26 | 1 | -4/+6 |
| | | |||||
| * | Remove misplaced logging.basicConfig() from notifier.py | schneefux | 2014-09-26 | 1 | -2/+0 |
| | | |||||
| * | Add some logging in notifier module | schneefux | 2014-09-26 | 1 | -0/+3 |
| | | |||||
| * | Add logging in conversation module | schneefux | 2014-09-26 | 1 | -3/+16 |
| | | |||||
| * | Merge pull request #148 from alexsiri7/multiple_queries | schneefux | 2014-09-26 | 5 | -37/+56 |
| |\ | | | | | Handle all Google Speech options | ||||
| | * | Handle all Google Speech options | schneefux | 2014-09-25 | 5 | -37/+56 |
| | | | |||||
| * | | Merge pull request #199 from Holzhaus/fix-root-logger | schneefux | 2014-09-26 | 1 | -7/+9 |
| |\ \ | | | | | | | Fix root logger | ||||
| | * | | Move the root logger to __main__ section so that it does not interfere with ↵ | schneefux | 2014-09-25 | 1 | -7/+9 |
| | | | | | | | | | | | | | the real root logger if jasper is imported by another application | ||||
| | * | | Use the root logger in jasper.py | schneefux | 2014-09-25 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #196 from webmariner/master | schneefux | 2014-09-26 | 2 | -4/+4 |
| |\ \ \ | |/ / |/| | | Fix small issues with music module | ||||
| | * | | Fix small issues with music module | schneefux | 2014-09-24 | 2 | -4/+4 |
| | |/ | | | | | | | | | | | | | The reconnect wrapper couldn’t be used to return values and this sometimes caused crashes when getting current playback status. Also espeak was only being passed track names etc in ASCII so fixed to allow UTF-8 to get through. | ||||
| * | | Merge pull request #171 from Holzhaus/pocketsphinx-logfn | schneefux | 2014-09-25 | 1 | -3/+31 |
| |\ \ | | | | | | | write pocketsphinx decoder output to debug logger | ||||
| | * | | write pocketsphinx decoder output to debug logger | schneefux | 2014-09-24 | 1 | -3/+31 |
| | |/ | |||||
| * | | Merge pull request #197 from alexsiri7/test_fix | schneefux | 2014-09-25 | 1 | -10/+13 |
| |\ \ | | | | | | | Fixed testWordExtraction not to depend on installed modules | ||||
| | * | | Fixed testWordExtraction not to depend on installed modules | schneefux | 2014-09-25 | 1 | -10/+13 |
| | | | | |||||
| * | | | Merge pull request #198 from Holzhaus/skip-buggy-modules | schneefux | 2014-09-25 | 1 | -3/+12 |
| |\ \ \ | |_|/ |/| | | Catch errors in client modules | ||||
| | * | | Catch errors in client modules and warn users about them instead of crashing ↵ | schneefux | 2014-09-25 | 1 | -3/+12 |
| |/ / | | | | | | | the whole application | ||||
| * | | Merge pull request #195 from alexsiri7/sub_modules | schneefux | 2014-09-24 | 1 | -2/+2 |
| |\ \ | |/ |/| | Allow brain to load submodules | ||||
| | * | Allow brain to load submodules | schneefux | 2014-09-24 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #179 from Holzhaus/fix-brain-logging | schneefux | 2014-09-24 | 2 | -17/+7 |
| |\ | | | | | Fix logging in brain.py | ||||
| | * | Fix brain logging test | schneefux | 2014-09-24 | 1 | -5/+5 |
| | | | |||||
| | * | Fix logging in brain.py | schneefux | 2014-09-24 | 1 | -12/+2 |
| |/ | |||||
| * | Merge pull request #192 from Holzhaus/cleanup-dependencies | schneefux | 2014-09-24 | 1 | -5/+0 |
| |\ | | | | | Remove packages from requirements.txt that seem to be unused | ||||
| | * | Remove packages from requirements.txt that seem to be unused | schneefux | 2014-09-23 | 1 | -5/+0 |
| | | | |||||
| * | | Merge pull request #187 from Holzhaus/jasperpath-usage | schneefux | 2014-09-23 | 5 | -24/+23 |
| |\ \ | | | | | | | Use jasperpath for static resources | ||||
| | * | | Use os.chdir inside client/test.py | schneefux | 2014-09-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | Otherwise, the transcribe check will fail, if you execute test.py from outside the client directory, e.g. via `python2 client/test.py` It's a mess that we need os.chdir at all, but hopefully we can remove this soon, if absolute paths are used everywhere. | ||||
| | * | | Replace JASPER_HOME with jasperpath.APP_PATH + os.pardir | schneefux | 2014-09-19 | 3 | -17/+11 |
| | | | | |||||
| | * | | Use jasperpath in client/modules/Joke.py | schneefux | 2014-09-19 | 1 | -1/+2 |
| | | | | |||||
| | * | | Use jasperpath in client/test.py | schneefux | 2014-09-19 | 1 | -3/+4 |
| | | | | |||||
| | * | | Use jasperpath in client/mic.py | schneefux | 2014-09-19 | 1 | -3/+3 |
| | |/ | |||||
| * | | Merge pull request #169 from alexsiri7/diagnostic | schneefux | 2014-09-23 | 1 | -17/+47 |
| |\ \ | |/ |/| | Added extra diagnostics | ||||
| | * | Changed pip package processing | schneefux | 2014-09-23 | 1 | -5/+6 |
| | | | |||||
| | * | Using logging module for logs | schneefux | 2014-09-21 | 1 | -8/+13 |
| | | | |||||
| | * | Use pip module for checking packages | schneefux | 2014-09-21 | 1 | -18/+19 |
| | | | |||||
| | * | Added extra diagnostics | schneefux | 2014-09-21 | 1 | -3/+26 |
| |/ | | | | | - Check if say or espeak are installed - Check if all pip requirements were installed | ||||
| * | Merge pull request #172 from Holzhaus/cleanup-main | schneefux | 2014-09-19 | 1 | -82/+61 |
| |\ | | | | | Cleanup of jasper.py | ||||
| | * | Style fix for salutation in jasper.py | schneefux | 2014-09-16 | 1 | -1/+4 |
| | | | |||||
| | * | Changed IOError logger message in jasper.py | schneefux | 2014-09-15 | 1 | -1/+1 |
| | | | |||||
| | * | Use logging.getLogger(__name__) in jasper.py | schneefux | 2014-09-15 | 1 | -1/+1 |
| | | | |||||
| | * | Remove redefinition of $LD_LIBRARY_PATH AND $PATH | schneefux | 2014-09-15 | 1 | -11/+0 |
| | | | |||||
| | * | Autodetection of JASPER_HOME | schneefux | 2014-09-15 | 1 | -8/+2 |
| | | | |||||
| | * | Fix wrong argparser name | schneefux | 2014-09-15 | 1 | -1/+1 |
| | | | |||||
| | * | Small cleanup in jasper.py | schneefux | 2014-09-12 | 1 | -5/+3 |
| | | | |||||
| | * | make jasper a class and use logging | schneefux | 2014-09-12 | 1 | -64/+50 |
| | | | |||||
| | * | Using argparse module | schneefux | 2014-09-12 | 1 | -2/+11 |
| | | | |||||
| * | | Style fixes for jasperpath.py and removal of shebang | schneefux | 2014-09-18 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #178 from Holzhaus/jasperpath | schneefux | 2014-09-18 | 3 | -6/+22 |
| |\ \ | | | | | | | Add dedicated path module | ||||
| | * | | Style fix: Added newline at the EOF | schneefux | 2014-09-17 | 1 | -1/+1 |
| | | | | |||||
| | * | | Use jasperpath in diagnose.py | schneefux | 2014-09-17 | 1 | -5/+2 |
| | | | | | | | | | | | | | Removed jasper_modules_path() function | ||||
