Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-02 | web_service: Remove unnecessary inclusions | Lioncash | |
Reduces the potential amount of rebuilding necessary if any headers change. In particular, we were including a header from the core library when we don't even link the core library to the web_service library, so this also gets rid of an indirect dependency. | |||
2018-10-02 | Port web_service from Citra | fearlessTobi | |
2018-01-12 | Massive removal of unused modules | James Rowe | |
2017-09-18 | WebService: Verify username and token (#2930) | B3n30 | |
* WebService: Verify username and token; Log errors in PostJson * Fixup: added docstrings to the functions * Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits * fixup: fmt warning |