|
Xonotic
|
#include "matrix.qh"
Include dependency graph for matrix.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | MX_Forget (string room) |
| void | MX_JLF_ (entity fh, entity pass, int status) |
| void | MX_Join (string room) |
| void | MX_Leave (string room) |
| void | MX_Messages (string from) |
| void | MX_Messages_ (entity fh, entity pass, int status) |
| void | MX_Nick (string name) |
| void | MX_Nick_ (entity fh, entity pass, int status) |
| void | MX_Say (string body) |
| void | MX_Say_ (entity fh, entity pass, int status) |
| void | MX_Sync (string since) |
| void | MX_Sync_ (entity fh, entity pass, int status) |
| void | MX_Typing (bool state) |
| void | MX_Typing_ (entity fh, entity pass, int status) |
Variables | |
| string | message |
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().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 145 of file matrix.qc.
References entity(), MX_Typing_(), pass, url_fclose(), url_fputs(), and URL_READY_CANWRITE.
Referenced by MX_Forget(), MX_Join(), MX_Leave(), and MX_Sync_().
Here is the call graph for this function:
Here is the caller graph for this function: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().
Here is the call graph for this function:
Here is the caller graph for this function: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().
Here is the call graph for this function:
Here is the caller graph for this function: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_().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 45 of file matrix.qc.
References _json_parse_object(), entity(), EXPECT_NE, json_get(), json_parse(), LOG_WARNF, MX_Handle(), MX_Messages(), MX_Sync_(), pass, stof(), strcat(), url_fclose(), url_fgets(), URL_READY_CANREAD, and URL_READY_CLOSED.
Referenced by MX_Messages(), and MX_Nick_().
Here is the call graph for this function:
Here is the caller graph for this function: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().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 18 of file matrix.qc.
References entity(), MX_Messages_(), pass, url_fclose(), url_fputs(), and URL_READY_CANWRITE.
Referenced by MX_Nick().
Here is the call graph for this function:
Here is the caller graph for this function: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().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 200 of file matrix.qc.
References pass, strfree, url_fclose(), url_fputs(), and URL_READY_CANWRITE.
Referenced by MX_Say(), and MX_Typing_().
Here is the call graph for this function:
Here is the caller graph for this function: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_().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 89 of file matrix.qc.
References _json_parse_object(), entity(), EXPECT_NE, json_get(), json_parse(), LOG_WARNF, matrix_room, MX_Handle(), MX_JLF_(), MX_Sync(), pass, stof(), strcat(), url_fclose(), url_fgets(), URL_READY_CANREAD, and URL_READY_CLOSED.
Referenced by MX_Messages_(), and MX_Sync().
Here is the call graph for this function:
Here is the caller graph for this function: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().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 171 of file matrix.qc.
References entity(), MX_Say_(), pass, url_fclose(), url_fputs(), and URL_READY_CANWRITE.
Referenced by MX_JLF_(), and MX_Typing().
Here is the call graph for this function:
Here is the caller graph for this function: