ic-core-module

Crates.ioic-core-module
lib.rsic-core-module
version1.0.0
sourcesrc
created_at2022-03-04 20:08:36.455489
updated_at2022-03-04 20:08:36.455489
descriptionNative client for interacting with IntelCache
homepage
repository
max_upload_size
id543657
size11,210
(case-prudolicce)

documentation

README

The CORE module deals with accounts

Commands

  • 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.

Commit count: 0

cargo fmt