mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-24 23:33:03 +01:00
Compare commits
No commits in common. "ff669be8d1e9221f605ddd773c3ffca4885a792f" and "efbfa2c95c24c384e59b042d7a726f6bedb11656" have entirely different histories.
ff669be8d1
...
efbfa2c95c
@ -55,9 +55,9 @@ author = 'Jakob Kreuze'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.12.0'
|
version = '0.11.3'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.12.0'
|
release = '0.11.3'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Version
|
# Version
|
||||||
TOXIC_VERSION = 0.12.0
|
TOXIC_VERSION = 0.11.3
|
||||||
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
|
REV = $(shell git rev-list HEAD --count 2>/dev/null || echo -n "error")
|
||||||
ifneq (, $(findstring error, $(REV)))
|
ifneq (, $(findstring error, $(REV)))
|
||||||
VERSION = $(TOXIC_VERSION)
|
VERSION = $(TOXIC_VERSION)
|
||||||
|
16
doc/toxic.1
16
doc/toxic.1
@ -1,13 +1,13 @@
|
|||||||
'\" t
|
'\" t
|
||||||
.\" Title: toxic
|
.\" Title: toxic
|
||||||
.\" Author: [see the "AUTHORS" section]
|
.\" Author: [see the "AUTHORS" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 2021-12-05
|
.\" Date: 2021-05-24
|
||||||
.\" Manual: Toxic Manual
|
.\" Manual: Toxic Manual
|
||||||
.\" Source: toxic __VERSION__
|
.\" Source: toxic __VERSION__
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "TOXIC" "1" "2021\-12\-05" "toxic __VERSION__" "Toxic Manual"
|
.TH "TOXIC" "1" "2021\-05\-24" "toxic __VERSION__" "Toxic Manual"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
@ -156,14 +156,14 @@ Configuration example\&.
|
|||||||
\-Screen flickering sometimes occurs on certain terminals\&.
|
\-Screen flickering sometimes occurs on certain terminals\&.
|
||||||
.sp
|
.sp
|
||||||
\-Resizing the terminal window when a game window is open will break things\&.
|
\-Resizing the terminal window when a game window is open will break things\&.
|
||||||
.SH "LINKS"
|
|
||||||
.sp
|
|
||||||
Project page: https://github\&.com/JFreegman/toxic
|
|
||||||
.sp
|
|
||||||
Tox development group public key: 360497DA684BCE2A500C1AF9B3A5CE949BBB9F6FB1F91589806FB04CA039E313
|
|
||||||
.SH "AUTHORS"
|
.SH "AUTHORS"
|
||||||
.sp
|
.sp
|
||||||
JFreegman <JFreegman@gmail\&.com>
|
JFreegman <JFreegman@gmail\&.com>
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.sp
|
.sp
|
||||||
\fBtoxic\&.conf\fR(5)
|
\fBtoxic\&.conf\fR(5)
|
||||||
|
.SH "LINKS"
|
||||||
|
.sp
|
||||||
|
Project page: https://github\&.com/JFreegman/toxic
|
||||||
|
.sp
|
||||||
|
IRC channel: irc\&.libera\&.chat#tox
|
||||||
|
@ -93,12 +93,6 @@ behaviour.
|
|||||||
|
|
||||||
-Resizing the terminal window when a game window is open will break things.
|
-Resizing the terminal window when a game window is open will break things.
|
||||||
|
|
||||||
LINKS
|
|
||||||
-----
|
|
||||||
Project page: <https://github.com/JFreegman/toxic>
|
|
||||||
|
|
||||||
Tox development group public key: 360497DA684BCE2A500C1AF9B3A5CE949BBB9F6FB1F91589806FB04CA039E313
|
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
JFreegman <JFreegman@gmail.com>
|
JFreegman <JFreegman@gmail.com>
|
||||||
@ -106,3 +100,9 @@ JFreegman <JFreegman@gmail.com>
|
|||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
*toxic.conf*(5)
|
*toxic.conf*(5)
|
||||||
|
|
||||||
|
LINKS
|
||||||
|
-----
|
||||||
|
Project page: <https://github.com/JFreegman/toxic>
|
||||||
|
|
||||||
|
IRC channel: irc.libera.chat#tox
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
'\" t
|
'\" t
|
||||||
.\" Title: toxic.conf
|
.\" Title: toxic.conf
|
||||||
.\" Author: [see the "AUTHORS" section]
|
.\" Author: [see the "AUTHORS" section]
|
||||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
||||||
.\" Date: 2022-06-27
|
.\" Date: 2020-11-12
|
||||||
.\" Manual: Toxic Manual
|
.\" Manual: Toxic Manual
|
||||||
.\" Source: toxic __VERSION__
|
.\" Source: toxic __VERSION__
|
||||||
.\" Language: English
|
.\" Language: English
|
||||||
.\"
|
.\"
|
||||||
.TH "TOXIC\&.CONF" "5" "2022\-06\-27" "toxic __VERSION__" "Toxic Manual"
|
.TH "TOXIC\&.CONF" "5" "2020\-11\-12" "toxic __VERSION__" "Toxic Manual"
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
.\" * Define some portability stuff
|
.\" * Define some portability stuff
|
||||||
.\" -----------------------------------------------------------------
|
.\" -----------------------------------------------------------------
|
||||||
@ -417,14 +417,14 @@ __DATADIR__/toxic\&.conf\&.example
|
|||||||
.RS 4
|
.RS 4
|
||||||
Configuration example\&.
|
Configuration example\&.
|
||||||
.RE
|
.RE
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.sp
|
||||||
|
\fBtoxic\fR(1)
|
||||||
.SH "RESOURCES"
|
.SH "RESOURCES"
|
||||||
.sp
|
.sp
|
||||||
Project page: https://github\&.com/JFreegman/toxic
|
Project page: https://github\&.com/JFreegman/toxic
|
||||||
.sp
|
.sp
|
||||||
Tox development group public key: 360497DA684BCE2A500C1AF9B3A5CE949BBB9F6FB1F91589806FB04CA039E313
|
IRC channel: irc\&.libera\&.chat#tox
|
||||||
.SH "AUTHORS"
|
.SH "AUTHORS"
|
||||||
.sp
|
.sp
|
||||||
JFreegman <JFreegman@gmail\&.com>
|
JFreegman <JFreegman@gmail\&.com>
|
||||||
.SH "SEE ALSO"
|
|
||||||
.sp
|
|
||||||
\fBtoxic\fR(1)
|
|
||||||
|
@ -263,19 +263,19 @@ FILES
|
|||||||
{datadir}/toxic.conf.example::
|
{datadir}/toxic.conf.example::
|
||||||
Configuration example.
|
Configuration example.
|
||||||
|
|
||||||
RESOURCES
|
|
||||||
---------
|
|
||||||
Project page: <https://github.com/JFreegman/toxic>
|
|
||||||
|
|
||||||
Tox development group public key: 360497DA684BCE2A500C1AF9B3A5CE949BBB9F6FB1F91589806FB04CA039E313
|
|
||||||
|
|
||||||
AUTHORS
|
|
||||||
-------
|
|
||||||
JFreegman <JFreegman@gmail.com>
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
*toxic*(1)
|
*toxic*(1)
|
||||||
|
|
||||||
|
|
||||||
|
RESOURCES
|
||||||
|
---------
|
||||||
|
Project page: <https://github.com/JFreegman/toxic>
|
||||||
|
|
||||||
|
IRC channel: irc.libera.chat#tox
|
||||||
|
|
||||||
|
|
||||||
|
AUTHORS
|
||||||
|
-------
|
||||||
|
JFreegman <JFreegman@gmail.com>
|
||||||
|
@ -136,10 +136,10 @@ mkdir -p "$BUILD_DIR"
|
|||||||
cd "$BUILD_DIR"
|
cd "$BUILD_DIR"
|
||||||
|
|
||||||
# The git hash of the c-toxcore version we're using
|
# The git hash of the c-toxcore version we're using
|
||||||
TOXCORE_VERSION="172f279dc0647a538b30e62c96bab8bb1b0c8960"
|
TOXCORE_VERSION="0a277b52ea22fe297a8487ac05a0c507a74c6480"
|
||||||
|
|
||||||
# The sha256sum of the c-toxcore tarball for TOXCORE_VERSION
|
# The sha256sum of the c-toxcore tarball for TOXCORE_VERSION
|
||||||
TOXCORE_HASH="9884d4ad9b80917e22495c2ebe7a76c509fb98c61031824562883225e66684ae"
|
TOXCORE_HASH="a63f3d8c9ee8bf51dd40fd0035914a73b4214e8d314c06f38a366c79c20278fb"
|
||||||
|
|
||||||
TOXCORE_FILENAME="c-toxcore-$TOXCORE_VERSION.tar.gz"
|
TOXCORE_FILENAME="c-toxcore-$TOXCORE_VERSION.tar.gz"
|
||||||
|
|
||||||
@ -180,8 +180,8 @@ cmake --build _build --target install
|
|||||||
# location with SSL_CERT_FILE env variable.
|
# location with SSL_CERT_FILE env variable.
|
||||||
cd "$BUILD_DIR"
|
cd "$BUILD_DIR"
|
||||||
|
|
||||||
CURL_VERSION="7.88.1"
|
CURL_VERSION="7.81.0"
|
||||||
CURL_HASH="cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7"
|
CURL_HASH="ac8e1087711084548d788ef18b9b732c8de887457b81f616fc681d1044b32f98"
|
||||||
CURL_FILENAME="curl-$CURL_VERSION.tar.gz"
|
CURL_FILENAME="curl-$CURL_VERSION.tar.gz"
|
||||||
|
|
||||||
wget --timeout=10 -O "$CURL_FILENAME" "https://curl.haxx.se/download/$CURL_FILENAME"
|
wget --timeout=10 -O "$CURL_FILENAME" "https://curl.haxx.se/download/$CURL_FILENAME"
|
||||||
|
@ -130,7 +130,6 @@ static struct cmd_func groupchat_commands[] = {
|
|||||||
{ "/list", cmd_list },
|
{ "/list", cmd_list },
|
||||||
{ "/locktopic", cmd_set_topic_lock },
|
{ "/locktopic", cmd_set_topic_lock },
|
||||||
{ "/mod", cmd_mod },
|
{ "/mod", cmd_mod },
|
||||||
{ "/nick", cmd_group_nick },
|
|
||||||
{ "/passwd", cmd_set_passwd },
|
{ "/passwd", cmd_set_passwd },
|
||||||
{ "/peerlimit", cmd_set_peerlimit },
|
{ "/peerlimit", cmd_set_peerlimit },
|
||||||
{ "/privacy", cmd_set_privacy },
|
{ "/privacy", cmd_set_privacy },
|
||||||
|
@ -777,6 +777,7 @@ void cmd_nick(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MA
|
|||||||
|
|
||||||
tox_self_set_name(m, (uint8_t *) nick, len, NULL);
|
tox_self_set_name(m, (uint8_t *) nick, len, NULL);
|
||||||
prompt_update_nick(prompt, nick);
|
prompt_update_nick(prompt, nick);
|
||||||
|
set_nick_all_groups(m, nick, len);
|
||||||
|
|
||||||
store_data(m, DATA_FILE);
|
store_data(m, DATA_FILE);
|
||||||
}
|
}
|
||||||
|
@ -76,32 +76,6 @@ void cmd_disconnect(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*ar
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void cmd_group_nick(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE])
|
|
||||||
{
|
|
||||||
UNUSED_VAR(window);
|
|
||||||
|
|
||||||
if (argc < 1) {
|
|
||||||
line_info_add(self, false, NULL, NULL, SYS_MSG, 0, 0, "Input required.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
char nick[MAX_STR_SIZE];
|
|
||||||
snprintf(nick, sizeof(nick), "%s", argv[1]);
|
|
||||||
size_t len = strlen(nick);
|
|
||||||
|
|
||||||
if (!valid_nick(nick)) {
|
|
||||||
line_info_add(self, false, NULL, NULL, SYS_MSG, 0, 0, "Invalid name.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
len = MIN(len, TOXIC_MAX_NAME_LENGTH - 1);
|
|
||||||
nick[len] = '\0';
|
|
||||||
|
|
||||||
set_nick_this_group(self, m, nick, len);
|
|
||||||
|
|
||||||
store_data(m, DATA_FILE);
|
|
||||||
}
|
|
||||||
|
|
||||||
void cmd_ignore(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE])
|
void cmd_ignore(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE])
|
||||||
{
|
{
|
||||||
if (argc < 1) {
|
if (argc < 1) {
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
|
|
||||||
void cmd_chatid(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE]);
|
void cmd_chatid(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE]);
|
||||||
void cmd_disconnect(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE]);
|
void cmd_disconnect(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE]);
|
||||||
void cmd_group_nick(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE]);
|
|
||||||
void cmd_ignore(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE]);
|
void cmd_ignore(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE]);
|
||||||
void cmd_kick(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE]);
|
void cmd_kick(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE]);
|
||||||
void cmd_list(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE]);
|
void cmd_list(WINDOW *window, ToxWindow *self, Tox *m, int argc, char (*argv)[MAX_STR_SIZE]);
|
||||||
|
@ -363,75 +363,40 @@ int init_groupchat_win(Tox *m, uint32_t groupnumber, const char *groupname, size
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void set_nick_this_group(ToxWindow *self, Tox *m, const char *new_nick, size_t length)
|
void set_nick_all_groups(Tox *m, const char *new_nick, size_t length)
|
||||||
{
|
{
|
||||||
if (self == NULL) {
|
for (int i = 0; i < max_groupchat_index; ++i) {
|
||||||
return;
|
if (groupchats[i].active) {
|
||||||
}
|
ToxWindow *self = get_window_ptr(groupchats[i].chatwin);
|
||||||
|
|
||||||
char old_nick[TOX_MAX_NAME_LENGTH + 1];
|
if (!self) {
|
||||||
size_t old_length = get_group_self_nick_truncate(m, old_nick, self->num);
|
continue;
|
||||||
|
|
||||||
Tox_Err_Group_Self_Name_Set err;
|
|
||||||
tox_group_self_set_name(m, self->num, (uint8_t *) new_nick, length, &err);
|
|
||||||
|
|
||||||
GroupChat *chat = get_groupchat(self->num);
|
|
||||||
|
|
||||||
if (chat == NULL) {
|
|
||||||
line_info_add(self, false, NULL, 0, SYS_MSG, 0, RED, "-!- Failed to set nick: invalid groupnumber");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
switch (err) {
|
|
||||||
case TOX_ERR_GROUP_SELF_NAME_SET_OK: {
|
|
||||||
groupchat_onGroupSelfNickChange(self, m, self->num, old_nick, old_length, new_nick, length);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
default: {
|
|
||||||
if (chat->time_connected > 0) {
|
|
||||||
line_info_add(self, false, NULL, 0, SYS_MSG, 0, RED, "-!- Failed to set nick (error %d).", err);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
char old_nick[TOX_MAX_NAME_LENGTH + 1];
|
||||||
|
size_t old_length = get_group_self_nick_truncate(m, old_nick, self->num);
|
||||||
|
|
||||||
|
Tox_Err_Group_Self_Name_Set err;
|
||||||
|
tox_group_self_set_name(m, groupchats[i].groupnumber, (uint8_t *) new_nick, length, &err);
|
||||||
|
|
||||||
|
switch (err) {
|
||||||
|
case TOX_ERR_GROUP_SELF_NAME_SET_OK: {
|
||||||
|
groupchat_onGroupSelfNickChange(self, m, self->num, old_nick, old_length, new_nick, length);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
default: {
|
||||||
|
if (groupchats[i].time_connected > 0) {
|
||||||
|
line_info_add(self, false, NULL, 0, SYS_MSG, 0, RED, "-!- Failed to set nick (error %d).", err);
|
||||||
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* void set_nick_all_groups(Tox *m, const char *new_nick, size_t length) */
|
|
||||||
/* { */
|
|
||||||
/* for (int i = 0; i < max_groupchat_index; ++i) { */
|
|
||||||
/* if (groupchats[i].active) { */
|
|
||||||
/* ToxWindow *self = get_window_ptr(groupchats[i].chatwin); */
|
|
||||||
|
|
||||||
/* if (!self) { */
|
|
||||||
/* continue; */
|
|
||||||
/* } */
|
|
||||||
|
|
||||||
/* char old_nick[TOX_MAX_NAME_LENGTH + 1]; */
|
|
||||||
/* size_t old_length = get_group_self_nick_truncate(m, old_nick, self->num); */
|
|
||||||
|
|
||||||
/* Tox_Err_Group_Self_Name_Set err; */
|
|
||||||
/* tox_group_self_set_name(m, groupchats[i].groupnumber, (uint8_t *) new_nick, length, &err); */
|
|
||||||
|
|
||||||
/* switch (err) { */
|
|
||||||
/* case TOX_ERR_GROUP_SELF_NAME_SET_OK: { */
|
|
||||||
/* groupchat_onGroupSelfNickChange(self, m, self->num, old_nick, old_length, new_nick, length); */
|
|
||||||
/* break; */
|
|
||||||
/* } */
|
|
||||||
|
|
||||||
/* default: { */
|
|
||||||
/* if (groupchats[i].time_connected > 0) { */
|
|
||||||
/* line_info_add(self, false, NULL, 0, SYS_MSG, 0, RED, "-!- Failed to set nick (error %d).", err); */
|
|
||||||
/* } */
|
|
||||||
|
|
||||||
/* break; */
|
|
||||||
/* } */
|
|
||||||
/* } */
|
|
||||||
/* } */
|
|
||||||
/* } */
|
|
||||||
/* } */
|
|
||||||
|
|
||||||
void set_status_all_groups(Tox *m, uint8_t status)
|
void set_status_all_groups(Tox *m, uint8_t status)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < max_groupchat_index; ++i) {
|
for (int i = 0; i < max_groupchat_index; ++i) {
|
||||||
|
@ -68,7 +68,7 @@ typedef struct {
|
|||||||
|
|
||||||
void exit_groupchat(ToxWindow *self, Tox *m, uint32_t groupnumber, const char *partmessage, size_t length);
|
void exit_groupchat(ToxWindow *self, Tox *m, uint32_t groupnumber, const char *partmessage, size_t length);
|
||||||
int init_groupchat_win(Tox *m, uint32_t groupnumber, const char *groupname, size_t length, Group_Join_Type join_type);
|
int init_groupchat_win(Tox *m, uint32_t groupnumber, const char *groupname, size_t length, Group_Join_Type join_type);
|
||||||
void set_nick_this_group(ToxWindow *self, Tox *m, const char *new_nick, size_t length);
|
void set_nick_all_groups(Tox *m, const char *new_nick, size_t length);
|
||||||
void set_status_all_groups(Tox *m, uint8_t status);
|
void set_status_all_groups(Tox *m, uint8_t status);
|
||||||
int get_peer_index(uint32_t groupnumber, uint32_t peer_id);
|
int get_peer_index(uint32_t groupnumber, uint32_t peer_id);
|
||||||
void groupchat_onGroupPeerExit(ToxWindow *self, Tox *m, uint32_t groupnumber, uint32_t peer_id,
|
void groupchat_onGroupPeerExit(ToxWindow *self, Tox *m, uint32_t groupnumber, uint32_t peer_id,
|
||||||
|
18
src/help.c
18
src/help.c
@ -183,7 +183,7 @@ static void help_draw_global(ToxWindow *self)
|
|||||||
wprintw(win, " /requests : List pending friend requests\n");
|
wprintw(win, " /requests : List pending friend requests\n");
|
||||||
wprintw(win, " /status <type> : Set status (Online, Busy, Away)\n");
|
wprintw(win, " /status <type> : Set status (Online, Busy, Away)\n");
|
||||||
wprintw(win, " /note <msg> : Set a personal note\n");
|
wprintw(win, " /note <msg> : Set a personal note\n");
|
||||||
wprintw(win, " /nick <name> : Set your global name (doesn't affect groups)\n");
|
wprintw(win, " /nick <nick> : Set your nickname\n");
|
||||||
wprintw(win, " /nospam <value> : Change part of your Tox ID to stop spam\n");
|
wprintw(win, " /nospam <value> : Change part of your Tox ID to stop spam\n");
|
||||||
wprintw(win, " /log <on> or <off> : Enable/disable logging\n");
|
wprintw(win, " /log <on> or <off> : Enable/disable logging\n");
|
||||||
wprintw(win, " /myid : Print your Tox ID\n");
|
wprintw(win, " /myid : Print your Tox ID\n");
|
||||||
@ -307,7 +307,6 @@ static void help_draw_groupchats(ToxWindow *self)
|
|||||||
wprintw(win, " /list : Print a list of peers currently in the group\n");
|
wprintw(win, " /list : Print a list of peers currently in the group\n");
|
||||||
wprintw(win, " /locktopic : Set the topic lock: on | off\n");
|
wprintw(win, " /locktopic : Set the topic lock: on | off\n");
|
||||||
wprintw(win, " /mod <name> : Promote a peer to moderator\n");
|
wprintw(win, " /mod <name> : Promote a peer to moderator\n");
|
||||||
wprintw(win, " /nick <name> : Set your name for this group only\n");
|
|
||||||
wprintw(win, " /passwd <s> : Set a password needed to join the group\n");
|
wprintw(win, " /passwd <s> : Set a password needed to join the group\n");
|
||||||
wprintw(win, " /peerlimit <n> : Set the maximum number of peers that can join\n");
|
wprintw(win, " /peerlimit <n> : Set the maximum number of peers that can join\n");
|
||||||
wprintw(win, " /privacy <state> : Set the privacy state: private | public\n");
|
wprintw(win, " /privacy <state> : Set the privacy state: private | public\n");
|
||||||
@ -434,21 +433,18 @@ void help_onKey(ToxWindow *self, wint_t key)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case L'c':
|
case L'c':
|
||||||
height = 12;
|
|
||||||
#ifdef VIDEO
|
#ifdef VIDEO
|
||||||
height += 15;
|
help_init_window(self, 26, 80);
|
||||||
#elif AUDIO
|
#elif AUDIO
|
||||||
height += 5;
|
help_init_window(self, 21, 80);
|
||||||
|
#else
|
||||||
|
help_init_window(self, 13, 80);
|
||||||
#endif
|
#endif
|
||||||
#ifdef GAMES
|
|
||||||
height += 1;
|
|
||||||
#endif
|
|
||||||
help_init_window(self, height, 80);
|
|
||||||
self->help->type = HELP_CHAT;
|
self->help->type = HELP_CHAT;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case L'g':
|
case L'g':
|
||||||
height = 24;
|
height = 23;
|
||||||
#ifdef VIDEO
|
#ifdef VIDEO
|
||||||
height += 8;
|
height += 8;
|
||||||
#elif AUDIO
|
#elif AUDIO
|
||||||
@ -497,7 +493,7 @@ void help_onKey(ToxWindow *self, wint_t key)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case L'r':
|
case L'r':
|
||||||
help_init_window(self, 27, 80);
|
help_init_window(self, 26, 80);
|
||||||
self->help->type = HELP_GROUP;
|
self->help->type = HELP_GROUP;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user