| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added test for vocabcompiler to `--light` tests and updated travis config | schneefux | 2014-09-11 | 1 | -54/+0 |
| | | |||||
| * | Move client/main.py to jasper.py and add client/main.py dummy script for ↵ | schneefux | 2014-09-11 | 2 | -2/+5 |
| | | | | | backwards compatibility | ||||
| * | Merged boot/boot.py into client/main.py | schneefux | 2014-09-11 | 1 | -83/+5 |
| | | |||||
| * | Move vocabcompiler into client folder | schneefux | 2014-09-11 | 2 | -73/+1 |
| | | |||||
| * | Using Diagnostics internet connection check in boot.py and test.py | schneefux | 2014-09-11 | 1 | -4/+3 |
| | | |||||
| * | Remove Shebangs from modules not meant to be executed directly | schneefux | 2014-09-10 | 1 | -1/+0 |
| | | | | | See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info. | ||||
| * | Add shebang to start.sh | schneefux | 2014-09-10 | 1 | -1/+1 |
| | | |||||
| * | Add executable flag to client/main.py and boot/test.py | schneefux | 2014-09-10 | 1 | -0/+0 |
| | | |||||
| * | Add shebang and PEP 0263 source encoding to every module | schneefux | 2014-09-10 | 3 | -0/+6 |
| | | | | | Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes). | ||||
| * | Ported boot/boot.sh to python | schneefux | 2014-09-10 | 2 | -19/+29 |
| | | |||||
| * | 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 |
| | | |||||
| * | Minor style fixes: removed unused imports, commented-out code, etc. | schneefux | 2014-08-22 | 2 | -2/+3 |
| | | |||||
| * | Fix boot.sh when invoked non-interactively via crontab | schneefux | 2014-07-04 | 1 | -0/+1 |
| | | |||||
| * | Merged latest changes. | schneefux | 2014-06-28 | 1 | -2/+3 |
| |\ | |||||
| | * | Removed extra whitespace and unused import | schneefux | 2014-06-28 | 1 | -2/+2 |
| | | | |||||
| * | | Changes suggested in CR. | schneefux | 2014-06-28 | 1 | -2/+2 |
| | | | |||||
| * | | Escape phrases before 'say'ing them in OS X | schneefux | 2014-06-21 | 1 | -1/+0 |
| | | | |||||
| * | | Fixed /boot unit test. | schneefux | 2014-06-21 | 1 | -1/+10 |
| | | | |||||
| * | | Clean up before pull request. | schneefux | 2014-06-21 | 1 | -1/+2 |
| | | | |||||
| * | | Stop hardcoding /home/jasper and abstract out mic.say for multiplatform support | schneefux | 2014-06-21 | 2 | -11/+23 |
| |/ | |||||
| * | Removed restart in event of network failure | schneefux | 2014-06-02 | 1 | -1/+0 |
| | | |||||
| * | moved static assets to separate folder | schneefux | 2014-05-27 | 2 | -4/+4 |
| | | |||||
| * | Merge branch 'master' of https://github.com/jasperproject/jasper-client | schneefux | 2014-05-27 | 15 | -444/+5 |
| |\ | |||||
| | * | removed wifi import | schneefux | 2014-05-27 | 1 | -1/+0 |
| | | | |||||
| | * | fixed merge conflicts | schneefux | 2014-05-27 | 3 | -16/+75 |
| | |\ | |||||
| | * | | removed network setup wizard | schneefux | 2014-05-26 | 15 | -443/+4 |
| | | | | |||||
| * | | | no need for '+' in write | schneefux | 2014-05-27 | 1 | -2/+2 |
| | |/ |/| | |||||
| * | | finalized test | schneefux | 2014-05-26 | 2 | -2/+7 |
| | | | |||||
| * | | basic unit test for vocabcompiler | schneefux | 2014-05-26 | 2 | -2/+39 |
| | | | |||||
| * | | vocabcompiler now takes arguments (useful for testing) | schneefux | 2014-05-26 | 2 | -7/+7 |
| | | | |||||
| * | | edit docstring | schneefux | 2014-05-26 | 1 | -1/+1 |
| | | | |||||
| * | | modularized lm compilation | schneefux | 2014-05-26 | 1 | -6/+20 |
| | | | |||||
| * | | removed unused imports | schneefux | 2014-05-26 | 5 | -6/+3 |
| | | | |||||
| * | | removed pkgutil | schneefux | 2014-05-26 | 1 | -1/+0 |
| | | | |||||
| * | | complete vocabcompiler fix | schneefux | 2014-05-26 | 1 | -2/+8 |
| | | | |||||
| * | | fixed vocabcompiler after init update | schneefux | 2014-05-26 | 1 | -1/+1 |
| |/ | |||||
| * | Initial commit | schneefux | 2014-03-30 | 18 | -0/+535 |
