summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use `with` statement in client.g2pschneefux2014-09-111-3/+2
|
* Use tempfile in client.g2pschneefux2014-09-111-6/+6
|
* Throw error when JASPER_HOME is not set in start.pyschneefux2014-09-101-1/+7
|
* Merge branch 'Holzhaus-pure-python'schneefux2014-09-104-20/+43
|\ | | | | | | | | | | | | | | Conflicts: boot/boot.py boot/boot.sh client/main.py client/start.sh
| * Remove Shebangs from modules not meant to be executed directlyschneefux2014-09-1024-24/+0
| | | | | | | | See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info.
| * Add shebang to start.shschneefux2014-09-102-2/+2
| |
| * Add executable flag to client/main.py and boot/test.pyschneefux2014-09-101-0/+0
| |
| * Remove executable flag from musicmode.py and conversation.pyschneefux2014-09-102-0/+0
| |
| * Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-1029-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.pyschneefux2014-09-101-2/+3
| |
| * Ported client/start.sh to pythonschneefux2014-09-102-3/+16
| |
| * Ported boot/boot.sh to pythonschneefux2014-09-102-19/+29
| |
* | Merge pull request #154 from Holzhaus/shebangsschneefux2014-09-1031-4/+37
|\ \ | |/ |/| Added shebangs and PEP 0263 source encodings
| * Remove Shebangs from modules not meant to be executed directlyschneefux2014-09-1024-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 ↵schneefux2014-09-062-2/+2
| | | | | | | | scripts.
| * Add shebang to start.shschneefux2014-09-061-0/+1
| |
| * Change python to python2 in start scriptsschneefux2014-09-062-2/+2
| |
| * Add executable flag to client/main.py and boot/test.pyschneefux2014-09-062-0/+0
| |
| * Remove executable flag from musicmode.py and conversation.pyschneefux2014-09-062-0/+0
| |
| * Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-0629-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.pyschneefux2014-09-061-0/+2
| |
* | Better info for test profileschneefux2014-09-091-2/+3
| |
* | Don't fail if network connection is missingschneefux2014-09-091-9/+12
| |
* | Better error message granularity in boot.pyschneefux2014-09-091-4/+26
| |
* | Travis build badge for READMEschneefux2014-09-091-0/+2
| |
* | Minor style fixes to test.pyschneefux2014-09-091-5/+5
| |
* | Merge pull request #158 from alexsiri7/travisschneefux2014-09-092-3/+21
|\ \ | | | | | | Added Travis support
| * | Added travisschneefux2014-09-092-3/+21
|/ /
* | PEP formatting fixschneefux2014-09-081-1/+1
| |
* | Merge pull request #156 from alexsiri7/google_stt_persistentschneefux2014-09-081-10/+7
|\ \ | | | | | | Persistent connection for Google STT
| * | Persistent connection for google sttschneefux2014-09-081-10/+7
| | |
* | | Removed CherryPyschneefux2014-09-071-1/+0
| |/ |/|
* | Update README to reflect new Google Groupschneefux2014-09-051-3/+11
|/
* Merge pull request #150 from alexsiri7/test_fixesschneefux2014-09-051-2/+5
|\ | | | | Run all test cases together
| * Run all test cases togetherschneefux2014-08-311-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_fixesschneefux2014-09-053-3/+3
|\ \ | |/ |/| Fixed sending news by email
| * Fixed News Modules - Sending news by emailschneefux2014-08-313-3/+3
|/
* More cleanup, mostly in docstringsschneefux2014-08-235-31/+34
|
* Minor style fixes: removed unused imports, commented-out code, etc.schneefux2014-08-227-56/+55
|
* Merge pull request #132 from astahlman/masterschneefux2014-08-131-2/+1
|\ | | | | Updated list of TODOs in CONTRIBUTING.md
| * Updated list of TODOs in CONTRIBUTING.mdschneefux2014-08-121-2/+1
|/
* suggesting populate.py re-runschneefux2014-08-091-1/+1
|
* changed to modular STT mic for musicmodeschneefux2014-08-091-2/+6
|
* Added modularized STT attributionschneefux2014-08-091-2/+3
|
* Merge pull request #118 from astahlman/masterschneefux2014-08-096-64/+200
|\ | | | | LGTM! Thanks for the fine work and revisions.
| * Prompt user to populate stt_engine in profileschneefux2014-07-301-1/+20
| |
| * Addressed CR comments.schneefux2014-07-295-52/+45
| |
| * Cleanup before pull request.schneefux2014-07-274-6/+2
| |
| * Merge upstream changesschneefux2014-07-262-4/+13
| |\ | |/ |/| | | | | Conflicts: client/local_mic.py
* | fixing local mic with additional speaker argumentschneefux2014-07-201-1/+1
| |