aboutsummaryrefslogtreecommitdiff
path: root/src/routes/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Split messages into separate module; add unit tests for each message typeKevin J Hoerr2019-10-291-1/+1
|
* Add unit tests for routesKevin J Hoerr2019-10-261-0/+159
|
* Upgrade actix-web and other dependencies; Update version to 0.2.1Kevin J Hoerr2019-07-221-7/+5
|
* Implement NotUnderstood message; Wrap messages with OutgoingMsgKevin J Hoerr2018-08-311-7/+20
|
* Fix no newline at end of files for whole repositoryKevin J Hoerr2018-08-311-1/+1
|
* Clean up existing codeKevin J Hoerr2018-08-311-4/+6
|
* Replace error_chain with failure; return JSON object for callback apiKevin J Hoerr2018-08-311-0/+26