Xonotic
|
Go to the source code of this file.
Functions | |
void | MX_Forget (string room) |
void | MX_Join (string room) |
void | MX_Leave (string room) |
void | MX_Messages (string from) |
void | MX_Nick (string name) |
void | MX_Say (string body) |
void | MX_Sync (string since) |
void | MX_Typing (bool state) |
var | void (int buf, string ancestor) MX_Handle |
Variables | |
string | autocvar_matrix_server = "http://matrix.org" |
string | matrix_access_token |
string | matrix_room |
string | matrix_user |
Definition at line 135 of file matrix.qc.
References autocvar_matrix_server, FILE_WRITE, matrix_access_token, matrix_room, MX_JLF_(), NULL, and url_single_fopen().
Referenced by GENERIC_COMMAND().
Definition at line 115 of file matrix.qc.
References autocvar_matrix_server, FILE_WRITE, matrix_access_token, matrix_room, MX_JLF_(), NULL, and url_single_fopen().
Referenced by GENERIC_COMMAND().
Definition at line 125 of file matrix.qc.
References autocvar_matrix_server, FILE_WRITE, matrix_access_token, matrix_room, MX_JLF_(), NULL, and url_single_fopen().
Referenced by GENERIC_COMMAND().
Definition at line 34 of file matrix.qc.
References autocvar_matrix_server, FILE_READ, matrix_access_token, matrix_room, MX_Messages_(), NULL, and url_single_fopen().
Referenced by GENERIC_COMMAND(), and MX_Messages_().
Definition at line 6 of file matrix.qc.
References autocvar_matrix_server, entity(), FILE_WRITE, matrix_access_token, matrix_user, MX_Nick_(), name, new_pure, pass, and url_single_fopen().
Referenced by GENERIC_COMMAND().
Definition at line 187 of file matrix.qc.
References autocvar_matrix_server, entity(), FILE_WRITE, matrix_access_token, matrix_room, MX_Say_(), new_pure, pass, strzone(), and url_single_fopen().
Referenced by GENERIC_COMMAND(), and Say().
Definition at line 70 of file matrix.qc.
References autocvar_matrix_server, FILE_READ, matrix_access_token, matrix_room, MX_Sync_(), NULL, strcat(), and url_single_fopen().
Referenced by GENERIC_COMMAND(), and MX_Sync_().
Definition at line 159 of file matrix.qc.
References autocvar_matrix_server, entity(), FILE_WRITE, matrix_access_token, matrix_room, matrix_user, MX_Typing_(), new_pure, pass, and url_single_fopen().
Referenced by GENERIC_COMMAND().
string autocvar_matrix_server = "http://matrix.org" |
Definition at line 3 of file matrix.qh.
Referenced by MX_Forget(), MX_Join(), MX_Leave(), MX_Messages(), MX_Nick(), MX_Say(), MX_Sync(), and MX_Typing().
string matrix_access_token |
Definition at line 5 of file matrix.qh.
Referenced by GENERIC_COMMAND(), MX_Forget(), MX_Join(), MX_Leave(), MX_Messages(), MX_Nick(), MX_Say(), MX_Sync(), and MX_Typing().
string matrix_room |
Definition at line 6 of file matrix.qh.
Referenced by GENERIC_COMMAND(), MX_Forget(), MX_Join(), MX_Leave(), MX_Messages(), MX_Say(), MX_Sync(), MX_Sync_(), and MX_Typing().
string matrix_user |
Definition at line 4 of file matrix.qh.
Referenced by GENERIC_COMMAND(), MX_Handle(), MX_Nick(), and MX_Typing().