| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use `with` statement in client.g2p | schneefux | 2014-09-11 | 1 | -3/+2 |
| | | |||||
| * | Use tempfile in client.g2p | schneefux | 2014-09-11 | 1 | -6/+6 |
| | | |||||
| * | Throw error when JASPER_HOME is not set in start.py | schneefux | 2014-09-10 | 1 | -1/+7 |
| | | |||||
| * | Merge branch 'Holzhaus-pure-python' | schneefux | 2014-09-10 | 4 | -20/+43 |
| |\ | | | | | | | | | | | | | | | Conflicts: boot/boot.py boot/boot.sh client/main.py client/start.sh | ||||
| | * | Remove Shebangs from modules not meant to be executed directly | schneefux | 2014-09-10 | 24 | -24/+0 |
| | | | | | | | | | See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info. | ||||
| | * | Add shebang to start.sh | schneefux | 2014-09-10 | 2 | -2/+2 |
| | | | |||||
| | * | Add executable flag to client/main.py and boot/test.py | schneefux | 2014-09-10 | 1 | -0/+0 |
| | | | |||||
| | * | Remove executable flag from musicmode.py and conversation.py | schneefux | 2014-09-10 | 2 | -0/+0 |
| | | | |||||
| | * | Add shebang and PEP 0263 source encoding to every module | schneefux | 2014-09-10 | 29 | -1/+57 |
| | | | | | | | | | Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes). | ||||
| | * | Add shebang and PEP 0263 source encoding to main.py | schneefux | 2014-09-10 | 1 | -2/+3 |
| | | | |||||
| | * | Ported client/start.sh to python | schneefux | 2014-09-10 | 2 | -3/+16 |
| | | | |||||
| | * | Ported boot/boot.sh to python | schneefux | 2014-09-10 | 2 | -19/+29 |
| | | | |||||
| * | | Merge pull request #154 from Holzhaus/shebangs | schneefux | 2014-09-10 | 31 | -4/+37 |
| |\ \ | |/ |/| | Added shebangs and PEP 0263 source encodings | ||||
| | * | Remove Shebangs from modules not meant to be executed directly | schneefux | 2014-09-10 | 24 | -24/+0 |
| | | | | | | | | | See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info. | ||||
| | * | Use executable flag and shebang instead of explicit interpreter in shell ↵ | schneefux | 2014-09-06 | 2 | -2/+2 |
| | | | | | | | | | scripts. | ||||
| | * | Add shebang to start.sh | schneefux | 2014-09-06 | 1 | -0/+1 |
| | | | |||||
| | * | Change python to python2 in start scripts | schneefux | 2014-09-06 | 2 | -2/+2 |
| | | | |||||
| | * | Add executable flag to client/main.py and boot/test.py | schneefux | 2014-09-06 | 2 | -0/+0 |
| | | | |||||
| | * | Remove executable flag from musicmode.py and conversation.py | schneefux | 2014-09-06 | 2 | -0/+0 |
| | | | |||||
| | * | Add shebang and PEP 0263 source encoding to every module | schneefux | 2014-09-06 | 29 | -3/+57 |
| | | | | | | | | | Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes). | ||||
| | * | Add shebang and PEP 0263 source encoding to main.py | schneefux | 2014-09-06 | 1 | -0/+2 |
| | | | |||||
| * | | Better info for test profile | schneefux | 2014-09-09 | 1 | -2/+3 |
| | | | |||||
| * | | Don't fail if network connection is missing | schneefux | 2014-09-09 | 1 | -9/+12 |
| | | | |||||
| * | | Better error message granularity in boot.py | schneefux | 2014-09-09 | 1 | -4/+26 |
| | | | |||||
| * | | Travis build badge for README | schneefux | 2014-09-09 | 1 | -0/+2 |
| | | | |||||
| * | | Minor style fixes to test.py | schneefux | 2014-09-09 | 1 | -5/+5 |
| | | | |||||
| * | | Merge pull request #158 from alexsiri7/travis | schneefux | 2014-09-09 | 2 | -3/+21 |
| |\ \ | | | | | | | Added Travis support | ||||
| | * | | Added travis | schneefux | 2014-09-09 | 2 | -3/+21 |
| |/ / | |||||
| * | | PEP formatting fix | schneefux | 2014-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #156 from alexsiri7/google_stt_persistent | schneefux | 2014-09-08 | 1 | -10/+7 |
| |\ \ | | | | | | | Persistent connection for Google STT | ||||
| | * | | Persistent connection for google stt | schneefux | 2014-09-08 | 1 | -10/+7 |
| | | | | |||||
| * | | | Removed CherryPy | schneefux | 2014-09-07 | 1 | -1/+0 |
| | |/ |/| | |||||
| * | | Update README to reflect new Google Group | schneefux | 2014-09-05 | 1 | -3/+11 |
| |/ | |||||
| * | Merge pull request #150 from alexsiri7/test_fixes | schneefux | 2014-09-05 | 1 | -2/+5 |
| |\ | | | | | Run all test cases together | ||||
| | * | Run all test cases together | schneefux | 2014-08-31 | 1 | -2/+5 |
| | | | | | | | | | | | This allows nicer output, as all the test results are grouped, and with a glimpse you can determine wether they passed or not | ||||
| * | | Merge pull request #149 from alexsiri7/news_module_fixes | schneefux | 2014-09-05 | 3 | -3/+3 |
| |\ \ | |/ |/| | Fixed sending news by email | ||||
| | * | Fixed News Modules - Sending news by email | schneefux | 2014-08-31 | 3 | -3/+3 |
| |/ | |||||
| * | More cleanup, mostly in docstrings | schneefux | 2014-08-23 | 5 | -31/+34 |
| | | |||||
| * | Minor style fixes: removed unused imports, commented-out code, etc. | schneefux | 2014-08-22 | 7 | -56/+55 |
| | | |||||
| * | Merge pull request #132 from astahlman/master | schneefux | 2014-08-13 | 1 | -2/+1 |
| |\ | | | | | Updated list of TODOs in CONTRIBUTING.md | ||||
| | * | Updated list of TODOs in CONTRIBUTING.md | schneefux | 2014-08-12 | 1 | -2/+1 |
| |/ | |||||
| * | suggesting populate.py re-run | schneefux | 2014-08-09 | 1 | -1/+1 |
| | | |||||
| * | changed to modular STT mic for musicmode | schneefux | 2014-08-09 | 1 | -2/+6 |
| | | |||||
| * | Added modularized STT attribution | schneefux | 2014-08-09 | 1 | -2/+3 |
| | | |||||
| * | Merge pull request #118 from astahlman/master | schneefux | 2014-08-09 | 6 | -64/+200 |
| |\ | | | | | LGTM! Thanks for the fine work and revisions. | ||||
| | * | Prompt user to populate stt_engine in profile | schneefux | 2014-07-30 | 1 | -1/+20 |
| | | | |||||
| | * | Addressed CR comments. | schneefux | 2014-07-29 | 5 | -52/+45 |
| | | | |||||
| | * | Cleanup before pull request. | schneefux | 2014-07-27 | 4 | -6/+2 |
| | | | |||||
| | * | Merge upstream changes | schneefux | 2014-07-26 | 2 | -4/+13 |
| | |\ | |/ |/| | | | | | Conflicts: client/local_mic.py | ||||
| * | | fixing local mic with additional speaker argument | schneefux | 2014-07-20 | 1 | -1/+1 |
| | | | |||||
