Commit Logs

nickchurch
2015-11-30
Fixed the results displaying incorrectly/not working Fixed displaying user info Made some hack-y changes to the result.py lib file, those need to be looked over. +review
John Allard
2015-11-30
pushing changes to spin function for transactions.
nickchurch
2015-11-30
Fixed results not displaying correctly
nickchurch
2015-11-30
Added lots of functionality to the client script -displaying transactions -as a list -individually by id -beginning transactions -select service followed by a list of files to upload -cancel transactions in progress -display a result by id
nickchurch
2015-11-20
Quick fix
nickchurch
2015-11-20
Loading user data from config file is working, with a check to see if the program is loading the correct data. i.e. (Would you like to load the account details associated with the email: $email?)
nickchurch
2015-11-20
Cleaned up some output and changed around the get_input function to use raw_input instead of sys.stdin.readline raw_input seems to be faster and supports the use of a prompt without a separate print statement, which makes the output look cleaner.
nickchurch
2015-11-20
Login now works, had to switch the destination url.
=
2015-11-20
Fixed a bunch of bugs, the script will actually attempt to log in or register a user now.
nickchurch
2015-11-20
Initial commit to update the interactive branch with my current praxyk_client script state.
jhallard
2015-11-20
Fixed up client script to find correct praxyk library. Now can do import libs.python.praxyk to import from the interactive scripts'' directory.
jhallard
2015-11-20
Merge branch ''python'' into interactive Bringing in updates to the python libraries
jhallard
2015-11-20
Added bayes spam route.
jhallard
2015-11-14
Fixed another damned typo
jhallard
2015-11-14
Fixed a damned typo
jhallard
2015-11-13
Merge branch ''master'' into python Accidentally sent changes to master last night, brought them back over to python branch
jhallard
2015-11-13
Fixed up a lot of possible errors involving dict indexing.
jhallard
2015-11-09
Bringing in changes to pod base class
jhallard
2015-11-09
Brought over other changes from master
jhallard
2015-11-09
Bringing over files from master