aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactor messages module to be separate from routes and easily referencableKevin J Hoerr2019-10-305-3/+5
|
* Split messages into separate module; add unit tests for each message typeKevin J Hoerr2019-10-295-45/+139
|
* Add unit tests for routesKevin J Hoerr2019-10-261-0/+159
|
* Intermediate package updatesKevin J Hoerr2019-10-202-14/+16
|
* Upgrade actix-web and other dependencies; Update version to 0.2.1Kevin J Hoerr2019-07-224-35/+31
|
* Update version to 0.2.0Kevin J Hoerr2018-09-061-1/+1
|
* Format main.rs according to format RFCsKevin J Hoerr2018-08-311-11/+8
|
* Implement NotUnderstood message; Wrap messages with OutgoingMsgKevin J Hoerr2018-08-312-11/+49
|
* Fix no newline at end of files for whole repositoryKevin J Hoerr2018-08-319-9/+9
|
* Modify migration files to work seamlessly; update README.mdKevin J Hoerr2018-08-314-60/+83
|
* Clean up existing codeKevin J Hoerr2018-08-313-6/+7
|
* Replace error_chain with failure; return JSON object for callback apiKevin J Hoerr2018-08-315-23/+61
|
* Add Diesel schema and initial migration SQL filesKevin J Hoerr2018-08-315-12/+82
|
* Enable error chaining with error definitions file (empty)Kevin J Hoerr2018-08-313-9/+37
|
* Begin migration to Rust; Add actix-web, diesel as main dependenciesKevin J Hoerr2018-08-3122-664/+105
|
* Update README.mdKevin Hoerr2017-09-131-1/+2
|
* Update README.mdKevin Hoerr2017-09-131-1/+1
| | | Added Travis-CI build status to readme
* Update README.mdKevin Hoerr2017-09-131-1/+7
|
* Add .travis.yml to root to run unit tests (#6)Kevin Hoerr2017-09-132-2/+7
|
* 2 - Tests (#3)Kevin Hoerr2017-09-137-17/+229
| | | | | | | | | | | | | | * Move autoload to separate script, add two unit tests * Add integration tests for Controller * Add unit test for Output * Fix Model\Result-as-a-method error * encode JSON output as utf-8, and retrieve as assoc array * Ignore utf-8 definitions
* Update README.mdKevin Hoerr2017-07-091-4/+8
|
* Fix compat issues with Apache and PHP7.0Kevin J Hoerr2017-07-092-16/+21
|
* Provide callback mechanismKevin J Hoerr2017-07-083-7/+18
|
* Declare content-type earlyKevin J Hoerr2017-07-082-5/+3
|
* Improve exception handling, introduce autoloadingKevin J Hoerr2017-07-085-26/+124
|
* Delete creds.phpKevin Hoerr2017-07-081-11/+0
|
* Update creds.phpKevin Hoerr2017-07-081-4/+3
|
* Expand on query and result, begin sql designKevin J Hoerr2017-07-0810-95/+390
|
* Report PDO error correctlyKevin J Hoerr2017-07-051-1/+1
|
* Assume creds.php unchangedKevin J Hoerr2017-07-051-1/+0
|
* Changed cred to disappearable object, fix compile errorsKevin J Hoerr2017-07-055-113/+23
|
* Correctly typed namespace referencesKevin J Hoerr2017-06-242-3/+5
|
* Remove unexpected keyword from statementKevin J Hoerr2017-06-241-1/+1
|
* Fix strict_types literalsKevin J Hoerr2017-06-245-5/+5
|
* Add creds.php to .gitignore so it doesn't get overwrittenKevin J Hoerr2017-06-241-0/+1
|
* Add creds.php file, attempt to connect to databaseKevin J Hoerr2017-06-246-2/+135
|
* Fix compilation errors, return JSON from view\Result->Collect()Kevin J Hoerr2017-06-233-9/+5
|
* Add basic MVC structure with namespacing and PHPDOC (not tested)Kevin J Hoerr2017-06-215-1/+116
|
* Update the README to reflect goalsKevin Hoerr2017-06-171-1/+11
| | | Filthy casuals want to ruin OUR game by imposing GAIN LIMITS?!? We go SUDDEN DEATH!
* Attach ISC License to projectKevin Hoerr2017-06-171-0/+15
|
* Initial commitKevin Hoerr2017-06-171-0/+1