| Crates.io | ic-core-module |
| lib.rs | ic-core-module |
| version | 1.0.0 |
| created_at | 2022-03-04 20:08:36.455489+00 |
| updated_at | 2022-03-04 20:08:36.455489+00 |
| description | Native client for interacting with IntelCache |
| homepage | |
| repository | |
| max_upload_size | |
| id | 543657 |
| size | 11,210 |
CORE LOGIN <GLOBAL ID> <PASSWORD>The password must be hashed with sha512
Returns the cookie for the session in the header if valid.
CORE REGISTER <USERNAME> <PASSWORD>The password must be hashed with sha512
Returns OK! in the header if successfull
CORE FETCH USERS <USERNAME>Returns GlOBAL IDs from the given username (in the body), and UNIQUE or MULTIPLE in the header if found.
CORE NULL(Deprecated) used as heartbeat/alive signals to the server. It will return an empty response if connected.