2013-07-26 09:45:56 +08:00
|
|
|
/* nTox.c
|
|
|
|
*
|
|
|
|
* Textual frontend for Tox.
|
|
|
|
*
|
|
|
|
* Copyright (C) 2013 Tox project All Rights Reserved.
|
|
|
|
*
|
|
|
|
* This file is part of Tox.
|
|
|
|
*
|
|
|
|
* Tox is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* Tox is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with Tox. If not, see <http://www.gnu.org/licenses/>.
|
2013-08-03 19:27:52 +08:00
|
|
|
*
|
2013-07-26 09:45:56 +08:00
|
|
|
*/
|
2013-08-27 19:06:19 +08:00
|
|
|
#ifdef HAVE_CONFIG_H
|
2013-08-30 19:53:51 +08:00
|
|
|
#include "config.h"
|
2013-08-27 19:06:19 +08:00
|
|
|
#endif
|
|
|
|
|
2014-01-20 07:18:25 +08:00
|
|
|
#if defined(_WIN32) || defined(__WIN32__) || defined (WIN32)
|
2013-08-30 19:53:51 +08:00
|
|
|
#define _WIN32_WINNT 0x501
|
|
|
|
#include <winsock2.h>
|
|
|
|
#include <ws2tcpip.h>
|
2013-08-27 19:06:19 +08:00
|
|
|
#else
|
2013-08-30 19:53:51 +08:00
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <netinet/in.h>
|
|
|
|
#include <arpa/inet.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <netdb.h>
|
2013-08-27 19:06:19 +08:00
|
|
|
#endif
|
|
|
|
|
2014-06-08 22:08:52 +08:00
|
|
|
#include <sys/select.h>
|
2013-08-27 19:06:19 +08:00
|
|
|
|
2013-07-14 01:31:16 +08:00
|
|
|
#include "nTox.h"
|
2013-08-30 20:16:34 +08:00
|
|
|
#include "misc_tools.c"
|
2013-07-28 00:17:31 +08:00
|
|
|
|
2013-07-22 04:54:09 +08:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <time.h>
|
2013-11-11 22:25:43 +08:00
|
|
|
#include <locale.h>
|
2013-07-31 14:15:01 +08:00
|
|
|
|
2014-01-20 07:18:25 +08:00
|
|
|
#if defined(_WIN32) || defined(__WIN32__) || defined (WIN32)
|
2013-07-17 07:02:44 +08:00
|
|
|
#define c_sleep(x) Sleep(1*x)
|
|
|
|
#else
|
|
|
|
#include <unistd.h>
|
|
|
|
#define c_sleep(x) usleep(1000*x)
|
|
|
|
#endif
|
|
|
|
|
2013-07-14 01:31:16 +08:00
|
|
|
char lines[HISTORY][STRING_LENGTH];
|
2013-11-11 02:04:01 +08:00
|
|
|
uint8_t flag[HISTORY];
|
2013-09-27 17:24:33 +08:00
|
|
|
char input_line[STRING_LENGTH];
|
2013-07-31 22:25:29 +08:00
|
|
|
|
2013-11-11 02:04:01 +08:00
|
|
|
/* wrap: continuation mark */
|
|
|
|
const size_t wrap_cont_len = 3;
|
|
|
|
const char wrap_cont_str[] = "\n+ ";
|
|
|
|
|
2013-11-14 09:44:21 +08:00
|
|
|
#define STRING_LENGTH_WRAPPED (STRING_LENGTH + 16 * (wrap_cont_len + 1))
|
|
|
|
|
|
|
|
/* documented: fdmnlsahxgiztq(c[rfg]) */
|
2013-11-11 02:04:01 +08:00
|
|
|
/* undocumented: d (tox_do()) */
|
|
|
|
|
2013-11-28 03:59:00 +08:00
|
|
|
/* 251+1 characters */
|
2013-11-11 02:04:01 +08:00
|
|
|
char *help_main =
|
|
|
|
"[i] Available main commands:\n+ "
|
|
|
|
"/x (to print one's own id)|"
|
|
|
|
"/s status (to change status, e.g. AFK)|"
|
|
|
|
"/n nick (to change your nickname)|"
|
|
|
|
"/q (to quit)|"
|
2013-11-14 05:33:33 +08:00
|
|
|
"/cr (to reset conversation)|"
|
2013-11-11 02:04:01 +08:00
|
|
|
"/h friend (for friend related commands)|"
|
|
|
|
"/h group (for group related commands)";
|
|
|
|
|
2013-11-28 03:59:00 +08:00
|
|
|
/* 190+1 characters */
|
2013-11-14 05:33:33 +08:00
|
|
|
char *help_friend1 =
|
|
|
|
"[i] Available friend commands (1/2):\n+ "
|
2013-11-11 02:04:01 +08:00
|
|
|
"/l list (to list friends)|"
|
2013-11-28 03:59:00 +08:00
|
|
|
"/r friend no. (to remove from the friend list)|"
|
2013-11-11 02:04:01 +08:00
|
|
|
"/f ID (to send a friend request)|"
|
2013-11-14 05:33:33 +08:00
|
|
|
"/a request no. (to accept a friend request)";
|
|
|
|
|
2013-11-28 03:59:00 +08:00
|
|
|
/* 187+1 characters */
|
2013-11-14 05:33:33 +08:00
|
|
|
char *help_friend2 =
|
|
|
|
"[i] Available friend commands (2/2):\n+ "
|
2013-11-11 02:04:01 +08:00
|
|
|
"/m friend no. message (to send a message)|"
|
2013-11-14 05:33:33 +08:00
|
|
|
"/t friend no. filename (to send a file to a friend)|"
|
|
|
|
"/cf friend no. (to talk to that friend per default)";
|
2013-11-11 02:04:01 +08:00
|
|
|
|
2013-11-28 03:59:00 +08:00
|
|
|
/* 253+1 characters */
|
2013-11-11 02:04:01 +08:00
|
|
|
char *help_group =
|
|
|
|
"[i] Available group commands:\n+ "
|
2013-11-25 04:11:54 +08:00
|
|
|
"/g (to create a group)|"
|
2013-11-11 02:04:01 +08:00
|
|
|
"/i friend no. group no. (to invite a friend to a group)|"
|
2013-11-14 05:33:33 +08:00
|
|
|
"/z group no. message (to send a message to a group)|"
|
2013-11-25 04:11:54 +08:00
|
|
|
"/p group no. (to list a group's peers)|"
|
2013-11-14 05:33:33 +08:00
|
|
|
"/cg group no. (to talk to that group per default)";
|
2013-11-11 02:04:01 +08:00
|
|
|
|
2013-07-31 14:15:01 +08:00
|
|
|
int x, y;
|
2013-07-28 08:04:56 +08:00
|
|
|
|
2013-11-14 05:33:33 +08:00
|
|
|
int conversation_default = 0;
|
|
|
|
|
2013-08-04 07:46:54 +08:00
|
|
|
typedef struct {
|
2013-08-23 22:26:52 +08:00
|
|
|
uint8_t id[TOX_CLIENT_ID_SIZE];
|
2013-08-04 07:46:54 +08:00
|
|
|
uint8_t accepted;
|
|
|
|
} Friend_request;
|
|
|
|
|
|
|
|
Friend_request pending_requests[256];
|
2013-07-31 17:52:08 +08:00
|
|
|
uint8_t num_requests = 0;
|
2013-07-28 08:04:56 +08:00
|
|
|
|
2013-10-01 01:13:49 +08:00
|
|
|
#define NUM_FILE_SENDERS 256
|
|
|
|
typedef struct {
|
|
|
|
FILE *file;
|
|
|
|
uint16_t friendnum;
|
|
|
|
uint8_t filenumber;
|
|
|
|
uint8_t nextpiece[1024];
|
|
|
|
uint16_t piecelength;
|
|
|
|
} File_Sender;
|
|
|
|
File_Sender file_senders[NUM_FILE_SENDERS];
|
|
|
|
uint8_t numfilesenders;
|
|
|
|
|
|
|
|
void send_filesenders(Tox *m)
|
|
|
|
{
|
|
|
|
uint32_t i;
|
|
|
|
|
|
|
|
for (i = 0; i < NUM_FILE_SENDERS; ++i) {
|
|
|
|
if (file_senders[i].file == 0)
|
|
|
|
continue;
|
|
|
|
|
|
|
|
while (1) {
|
2013-11-29 23:12:07 +08:00
|
|
|
if (tox_file_send_data(m, file_senders[i].friendnum, file_senders[i].filenumber, file_senders[i].nextpiece,
|
2013-11-29 18:26:09 +08:00
|
|
|
file_senders[i].piecelength) == -1)
|
2013-10-01 01:13:49 +08:00
|
|
|
break;
|
|
|
|
|
2013-11-29 23:12:07 +08:00
|
|
|
file_senders[i].piecelength = fread(file_senders[i].nextpiece, 1, tox_file_data_size(m, file_senders[i].friendnum),
|
2013-10-09 06:55:35 +08:00
|
|
|
file_senders[i].file);
|
2013-10-01 01:13:49 +08:00
|
|
|
|
|
|
|
if (file_senders[i].piecelength == 0) {
|
|
|
|
fclose(file_senders[i].file);
|
|
|
|
file_senders[i].file = 0;
|
2013-11-29 23:12:07 +08:00
|
|
|
tox_file_send_control(m, file_senders[i].friendnum, 0, file_senders[i].filenumber, 3, 0, 0);
|
2013-10-03 08:08:14 +08:00
|
|
|
char msg[512];
|
|
|
|
sprintf(msg, "[t] %u file transfer: %u completed", file_senders[i].friendnum, file_senders[i].filenumber);
|
|
|
|
new_lines(msg);
|
2013-10-01 01:13:49 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
int add_filesender(Tox *m, uint16_t friendnum, char *filename)
|
|
|
|
{
|
2013-10-02 06:59:33 +08:00
|
|
|
FILE *tempfile = fopen(filename, "r");
|
2013-10-01 01:13:49 +08:00
|
|
|
|
2013-10-02 06:59:33 +08:00
|
|
|
if (tempfile == 0)
|
2013-10-01 01:13:49 +08:00
|
|
|
return -1;
|
|
|
|
|
2013-10-02 06:59:33 +08:00
|
|
|
fseek(tempfile, 0, SEEK_END);
|
|
|
|
uint64_t filesize = ftell(tempfile);
|
|
|
|
fseek(tempfile, 0, SEEK_SET);
|
2013-11-29 23:12:07 +08:00
|
|
|
int filenum = tox_new_file_sender(m, friendnum, filesize, (uint8_t *)filename, strlen(filename) + 1);
|
2013-10-02 06:59:33 +08:00
|
|
|
|
|
|
|
if (filenum == -1)
|
|
|
|
return -1;
|
|
|
|
|
|
|
|
file_senders[numfilesenders].file = tempfile;
|
2013-11-29 23:12:07 +08:00
|
|
|
file_senders[numfilesenders].piecelength = fread(file_senders[numfilesenders].nextpiece, 1, tox_file_data_size(m,
|
2013-10-09 06:55:35 +08:00
|
|
|
file_senders[numfilesenders].friendnum),
|
2013-10-01 01:13:49 +08:00
|
|
|
file_senders[numfilesenders].file);
|
|
|
|
file_senders[numfilesenders].friendnum = friendnum;
|
2013-10-02 06:59:33 +08:00
|
|
|
file_senders[numfilesenders].filenumber = filenum;
|
2013-10-01 01:13:49 +08:00
|
|
|
++numfilesenders;
|
2013-10-02 06:59:33 +08:00
|
|
|
return filenum;
|
2013-10-01 01:13:49 +08:00
|
|
|
}
|
|
|
|
|
2013-08-27 19:06:19 +08:00
|
|
|
|
|
|
|
|
2013-11-28 03:59:00 +08:00
|
|
|
#define FRADDR_TOSTR_CHUNK_LEN 8
|
|
|
|
#define FRADDR_TOSTR_BUFSIZE (TOX_FRIEND_ADDRESS_SIZE * 2 + TOX_FRIEND_ADDRESS_SIZE / FRADDR_TOSTR_CHUNK_LEN + 1)
|
|
|
|
|
|
|
|
static void fraddr_to_str(uint8_t *id_bin, char *id_str)
|
|
|
|
{
|
2013-12-20 01:36:51 +08:00
|
|
|
uint32_t i, delta = 0, pos_extra, sum_extra = 0;
|
2013-11-28 03:59:00 +08:00
|
|
|
|
|
|
|
for (i = 0; i < TOX_FRIEND_ADDRESS_SIZE; i++) {
|
|
|
|
sprintf(&id_str[2 * i + delta], "%02hhX", id_bin[i]);
|
|
|
|
|
|
|
|
if ((i + 1) == TOX_CLIENT_ID_SIZE)
|
|
|
|
pos_extra = 2 * (i + 1) + delta;
|
|
|
|
|
|
|
|
if (i >= TOX_CLIENT_ID_SIZE)
|
|
|
|
sum_extra |= id_bin[i];
|
|
|
|
|
|
|
|
if (!((i + 1) % FRADDR_TOSTR_CHUNK_LEN)) {
|
|
|
|
id_str[2 * (i + 1) + delta] = ' ';
|
|
|
|
delta++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
id_str[2 * i + delta] = 0;
|
|
|
|
|
|
|
|
if (!sum_extra)
|
|
|
|
id_str[pos_extra] = 0;
|
|
|
|
}
|
|
|
|
|
2013-08-23 22:26:52 +08:00
|
|
|
void get_id(Tox *m, char *data)
|
2013-07-14 01:31:16 +08:00
|
|
|
{
|
2013-08-14 16:44:25 +08:00
|
|
|
sprintf(data, "[i] ID: ");
|
|
|
|
int offset = strlen(data);
|
2013-08-23 22:26:52 +08:00
|
|
|
uint8_t address[TOX_FRIEND_ADDRESS_SIZE];
|
2013-11-29 23:38:06 +08:00
|
|
|
tox_get_address(m, address);
|
2013-11-28 03:59:00 +08:00
|
|
|
fraddr_to_str(address, data + offset);
|
2013-08-03 07:51:08 +08:00
|
|
|
}
|
|
|
|
|
2013-11-11 22:25:43 +08:00
|
|
|
int getfriendname_terminated(Tox *m, int friendnum, char *namebuf)
|
|
|
|
{
|
2013-11-29 23:12:07 +08:00
|
|
|
int res = tox_get_name(m, friendnum, (uint8_t *)namebuf);
|
2013-11-11 22:25:43 +08:00
|
|
|
|
|
|
|
if (res >= 0)
|
|
|
|
namebuf[res] = 0;
|
|
|
|
else
|
|
|
|
namebuf[0] = 0;
|
|
|
|
|
|
|
|
return res;
|
|
|
|
}
|
|
|
|
|
2013-11-11 02:04:01 +08:00
|
|
|
void new_lines_mark(char *line, uint8_t special)
|
2013-08-03 07:51:08 +08:00
|
|
|
{
|
|
|
|
int i = 0;
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-11-11 02:04:01 +08:00
|
|
|
for (i = HISTORY - 1; i > 0; i--) {
|
2013-08-17 01:11:09 +08:00
|
|
|
strncpy(lines[i], lines[i - 1], STRING_LENGTH - 1);
|
2013-11-11 02:04:01 +08:00
|
|
|
flag[i] = flag[i - 1];
|
|
|
|
}
|
2013-08-03 19:27:52 +08:00
|
|
|
|
2013-08-03 07:51:08 +08:00
|
|
|
strncpy(lines[0], line, STRING_LENGTH - 1);
|
2013-11-11 02:04:01 +08:00
|
|
|
flag[i] = special;
|
|
|
|
|
2013-07-14 09:57:09 +08:00
|
|
|
do_refresh();
|
2013-07-14 01:31:16 +08:00
|
|
|
}
|
|
|
|
|
2013-11-11 02:04:01 +08:00
|
|
|
void new_lines(char *line)
|
|
|
|
{
|
|
|
|
new_lines_mark(line, 0);
|
|
|
|
}
|
2013-07-31 02:30:33 +08:00
|
|
|
|
2013-11-11 02:04:01 +08:00
|
|
|
|
2013-11-28 03:59:00 +08:00
|
|
|
const char ptrn_friend[] = "[i] Friend %i: %s\n+ id: %s";
|
|
|
|
const int id_str_len = TOX_FRIEND_ADDRESS_SIZE * 2 + 3;
|
2013-08-23 22:26:52 +08:00
|
|
|
void print_friendlist(Tox *m)
|
2013-07-30 15:19:07 +08:00
|
|
|
{
|
|
|
|
new_lines("[i] Friend List:");
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-11-28 03:59:00 +08:00
|
|
|
char name[TOX_MAX_NAME_LENGTH + 1];
|
|
|
|
uint8_t fraddr_bin[TOX_FRIEND_ADDRESS_SIZE];
|
|
|
|
char fraddr_str[FRADDR_TOSTR_BUFSIZE];
|
|
|
|
|
|
|
|
/* account for the longest name and the longest "base" string and number (int) and id_str */
|
|
|
|
char fstring[TOX_MAX_NAME_LENGTH + strlen(ptrn_friend) + 21 + id_str_len];
|
|
|
|
|
2013-12-20 01:36:51 +08:00
|
|
|
uint32_t i = 0;
|
2013-11-28 03:59:00 +08:00
|
|
|
|
2013-11-11 22:25:43 +08:00
|
|
|
while (getfriendname_terminated(m, i, name) != -1) {
|
2013-11-29 23:12:07 +08:00
|
|
|
if (!tox_get_client_id(m, i, fraddr_bin))
|
2013-11-28 03:59:00 +08:00
|
|
|
fraddr_to_str(fraddr_bin, fraddr_str);
|
|
|
|
else
|
|
|
|
sprintf(fraddr_str, "???");
|
2013-08-03 09:22:02 +08:00
|
|
|
|
2013-07-30 15:19:07 +08:00
|
|
|
if (strlen(name) <= 0) {
|
2013-11-28 03:59:00 +08:00
|
|
|
sprintf(fstring, ptrn_friend, i, "No name?", fraddr_str);
|
2013-07-30 15:26:58 +08:00
|
|
|
} else {
|
2013-11-28 03:59:00 +08:00
|
|
|
sprintf(fstring, ptrn_friend, i, (uint8_t *)name, fraddr_str);
|
2013-07-30 15:19:07 +08:00
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-08-03 12:45:34 +08:00
|
|
|
i++;
|
2013-07-30 15:19:07 +08:00
|
|
|
new_lines(fstring);
|
|
|
|
}
|
2013-08-03 09:22:02 +08:00
|
|
|
|
2013-08-17 01:11:09 +08:00
|
|
|
if (i == 0)
|
2013-11-11 02:04:01 +08:00
|
|
|
new_lines("+ no friends! D:");
|
2013-07-30 15:19:07 +08:00
|
|
|
}
|
|
|
|
|
2013-11-11 22:25:43 +08:00
|
|
|
static int fmtmsg_tm_mday = -1;
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-11-11 22:25:43 +08:00
|
|
|
static void print_formatted_message(Tox *m, char *message, int friendnum, uint8_t outgoing)
|
|
|
|
{
|
|
|
|
char name[TOX_MAX_NAME_LENGTH + 1];
|
|
|
|
getfriendname_terminated(m, friendnum, name);
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-11-11 22:25:43 +08:00
|
|
|
char msg[100 + strlen(message) + strlen(name) + 1];
|
2013-07-31 22:25:29 +08:00
|
|
|
|
2013-07-30 23:32:17 +08:00
|
|
|
time_t rawtime;
|
2013-08-17 01:11:09 +08:00
|
|
|
struct tm *timeinfo;
|
2013-07-30 23:32:17 +08:00
|
|
|
time ( &rawtime );
|
|
|
|
timeinfo = localtime ( &rawtime );
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-11-11 22:25:43 +08:00
|
|
|
/* assume that printing the date once a day is enough */
|
|
|
|
if (fmtmsg_tm_mday != timeinfo->tm_mday) {
|
|
|
|
fmtmsg_tm_mday = timeinfo->tm_mday;
|
|
|
|
/* strftime(msg, 100, "Today is %a %b %d %Y.", timeinfo); */
|
|
|
|
/* %x is the locale's preferred date format */
|
|
|
|
strftime(msg, 100, "Today is %x.", timeinfo);
|
|
|
|
new_lines(msg);
|
|
|
|
}
|
|
|
|
|
|
|
|
char time[64];
|
|
|
|
/* strftime(time, 64, "%I:%M:%S %p", timeinfo); */
|
|
|
|
/* %X is the locale's preferred time format */
|
|
|
|
strftime(time, 64, "%X", timeinfo);
|
|
|
|
|
|
|
|
if (outgoing) {
|
|
|
|
/* tgt: friend */
|
|
|
|
sprintf(msg, "[%d] %s =>{%s} %s", friendnum, time, name, message);
|
2013-08-02 06:15:25 +08:00
|
|
|
} else {
|
2013-11-11 22:25:43 +08:00
|
|
|
/* src: friend */
|
|
|
|
sprintf(msg, "[%d] %s <%s>: %s", friendnum, time, name, message);
|
2013-08-02 06:15:25 +08:00
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-11-11 22:25:43 +08:00
|
|
|
new_lines(msg);
|
2013-07-30 23:32:17 +08:00
|
|
|
}
|
|
|
|
|
2013-11-25 04:11:54 +08:00
|
|
|
/* forward declarations */
|
2013-09-13 15:16:48 +08:00
|
|
|
static int save_data(Tox *m);
|
2013-11-25 04:11:54 +08:00
|
|
|
void print_groupchatpeers(Tox *m, int groupnumber);
|
2013-09-12 06:01:46 +08:00
|
|
|
|
2013-08-23 22:26:52 +08:00
|
|
|
void line_eval(Tox *m, char *line)
|
2013-07-14 01:31:16 +08:00
|
|
|
{
|
|
|
|
if (line[0] == '/') {
|
2013-07-31 14:15:01 +08:00
|
|
|
char inpt_command = line[1];
|
2013-08-17 01:11:09 +08:00
|
|
|
char prompt[STRING_LENGTH + 2] = "> ";
|
2013-08-01 05:30:16 +08:00
|
|
|
int prompt_offset = 3;
|
2013-07-31 14:15:01 +08:00
|
|
|
strcat(prompt, line);
|
|
|
|
new_lines(prompt);
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-07-31 14:15:01 +08:00
|
|
|
if (inpt_command == 'f') { // add friend command: /f ID
|
2013-11-28 03:59:00 +08:00
|
|
|
int i, delta = 0;
|
2013-07-14 01:31:16 +08:00
|
|
|
char temp_id[128];
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-11-28 03:59:00 +08:00
|
|
|
for (i = 0; i < 128; i++) {
|
|
|
|
temp_id[i - delta] = line[i + prompt_offset];
|
|
|
|
|
|
|
|
if ((temp_id[i - delta] == ' ') || (temp_id[i - delta] == '+'))
|
|
|
|
delta++;
|
|
|
|
}
|
2013-08-02 03:27:08 +08:00
|
|
|
|
2013-08-04 17:09:12 +08:00
|
|
|
unsigned char *bin_string = hex_string_to_bin(temp_id);
|
2013-11-29 23:12:07 +08:00
|
|
|
int num = tox_add_friend(m, bin_string, (uint8_t *)"Install Gentoo", sizeof("Install Gentoo"));
|
2013-08-04 17:09:12 +08:00
|
|
|
free(bin_string);
|
2013-07-14 01:31:16 +08:00
|
|
|
char numstring[100];
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-08-01 05:30:16 +08:00
|
|
|
switch (num) {
|
2013-08-23 22:26:52 +08:00
|
|
|
case TOX_FAERR_TOOLONG:
|
2013-08-17 01:11:09 +08:00
|
|
|
sprintf(numstring, "[i] Message is too long.");
|
|
|
|
break;
|
|
|
|
|
2013-08-23 22:26:52 +08:00
|
|
|
case TOX_FAERR_NOMESSAGE:
|
2013-08-17 01:11:09 +08:00
|
|
|
sprintf(numstring, "[i] Please add a message to your request.");
|
|
|
|
break;
|
|
|
|
|
2013-08-23 22:26:52 +08:00
|
|
|
case TOX_FAERR_OWNKEY:
|
2013-08-17 01:11:09 +08:00
|
|
|
sprintf(numstring, "[i] That appears to be your own ID.");
|
|
|
|
break;
|
|
|
|
|
2013-08-23 22:26:52 +08:00
|
|
|
case TOX_FAERR_ALREADYSENT:
|
2013-08-17 01:11:09 +08:00
|
|
|
sprintf(numstring, "[i] Friend request already sent.");
|
|
|
|
break;
|
|
|
|
|
2013-08-23 22:26:52 +08:00
|
|
|
case TOX_FAERR_UNKNOWN:
|
2013-08-17 01:11:09 +08:00
|
|
|
sprintf(numstring, "[i] Undefined error when adding friend.");
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2013-09-15 00:39:59 +08:00
|
|
|
if (num >= 0) {
|
2013-09-12 06:01:46 +08:00
|
|
|
sprintf(numstring, "[i] Added friend as %d.", num);
|
2013-09-15 00:39:59 +08:00
|
|
|
save_data(m);
|
2013-09-18 04:28:39 +08:00
|
|
|
} else
|
2013-09-12 06:01:46 +08:00
|
|
|
sprintf(numstring, "[i] Unknown error %i.", num);
|
2013-09-18 04:28:39 +08:00
|
|
|
|
2013-08-17 01:11:09 +08:00
|
|
|
break;
|
2013-08-01 05:30:16 +08:00
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-07-14 01:31:16 +08:00
|
|
|
new_lines(numstring);
|
2013-08-17 01:11:09 +08:00
|
|
|
} else if (inpt_command == 'd') {
|
2013-08-23 22:26:52 +08:00
|
|
|
tox_do(m);
|
2013-08-17 01:11:09 +08:00
|
|
|
} else if (inpt_command == 'm') { //message command: /m friendnumber messsage
|
2013-09-18 23:11:10 +08:00
|
|
|
char *posi[1];
|
|
|
|
int num = strtoul(line + prompt_offset, posi, 0);
|
|
|
|
|
|
|
|
if (**posi != 0) {
|
2014-06-08 21:21:37 +08:00
|
|
|
if (tox_send_message(m, num, (uint8_t *) *posi + 1, strlen(*posi + 1)) < 1) {
|
2013-09-18 23:11:10 +08:00
|
|
|
char sss[256];
|
|
|
|
sprintf(sss, "[i] could not send message to friend num %u", num);
|
|
|
|
new_lines(sss);
|
2013-07-14 01:31:16 +08:00
|
|
|
} else {
|
2013-11-11 22:25:43 +08:00
|
|
|
print_formatted_message(m, *posi + 1, num, 1);
|
2013-07-14 01:31:16 +08:00
|
|
|
}
|
2013-09-18 23:19:32 +08:00
|
|
|
} else
|
2013-09-18 23:11:10 +08:00
|
|
|
new_lines("Error, bad input.");
|
2013-08-17 01:11:09 +08:00
|
|
|
} else if (inpt_command == 'n') {
|
2013-08-23 22:26:52 +08:00
|
|
|
uint8_t name[TOX_MAX_NAME_LENGTH];
|
2013-09-16 16:37:22 +08:00
|
|
|
size_t i, len = strlen(line);
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-07-31 14:15:01 +08:00
|
|
|
for (i = 3; i < len; i++) {
|
2013-07-19 01:56:50 +08:00
|
|
|
if (line[i] == 0 || line[i] == '\n') break;
|
2013-08-17 01:11:09 +08:00
|
|
|
|
|
|
|
name[i - 3] = line[i];
|
2013-07-19 01:56:50 +08:00
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
|
|
|
|
name[i - 3] = 0;
|
2013-11-29 23:12:07 +08:00
|
|
|
tox_set_name(m, name, i - 2);
|
2013-07-19 01:56:50 +08:00
|
|
|
char numstring[100];
|
2013-08-17 01:11:09 +08:00
|
|
|
sprintf(numstring, "[i] changed nick to %s", (char *)name);
|
2013-07-19 01:56:50 +08:00
|
|
|
new_lines(numstring);
|
2013-08-17 01:11:09 +08:00
|
|
|
} else if (inpt_command == 'l') {
|
2013-08-11 11:24:11 +08:00
|
|
|
print_friendlist(m);
|
2013-08-17 01:11:09 +08:00
|
|
|
} else if (inpt_command == 's') {
|
2013-08-23 22:26:52 +08:00
|
|
|
uint8_t status[TOX_MAX_STATUSMESSAGE_LENGTH];
|
2013-09-16 16:37:22 +08:00
|
|
|
size_t i, len = strlen(line);
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-07-31 14:15:01 +08:00
|
|
|
for (i = 3; i < len; i++) {
|
2013-07-19 01:56:50 +08:00
|
|
|
if (line[i] == 0 || line[i] == '\n') break;
|
2013-08-17 01:11:09 +08:00
|
|
|
|
|
|
|
status[i - 3] = line[i];
|
2013-07-19 01:56:50 +08:00
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
|
|
|
|
status[i - 3] = 0;
|
2014-06-08 21:21:37 +08:00
|
|
|
tox_set_status_message(m, status, strlen((char *)status));
|
2013-07-19 01:56:50 +08:00
|
|
|
char numstring[100];
|
2013-08-17 01:11:09 +08:00
|
|
|
sprintf(numstring, "[i] changed status to %s", (char *)status);
|
2013-07-19 01:56:50 +08:00
|
|
|
new_lines(numstring);
|
2013-11-28 03:59:00 +08:00
|
|
|
} else if (inpt_command == 'a') { // /a #: accept
|
2013-07-28 08:04:56 +08:00
|
|
|
uint8_t numf = atoi(line + 3);
|
|
|
|
char numchar[100];
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-08-04 19:01:20 +08:00
|
|
|
if (numf >= num_requests || pending_requests[numf].accepted) {
|
2013-08-17 01:11:09 +08:00
|
|
|
sprintf(numchar, "[i] you either didn't receive that request or you already accepted it");
|
2013-08-01 00:38:13 +08:00
|
|
|
new_lines(numchar);
|
|
|
|
} else {
|
2013-11-29 23:12:07 +08:00
|
|
|
int num = tox_add_friend_norequest(m, pending_requests[numf].id);
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-08-04 07:46:54 +08:00
|
|
|
if (num != -1) {
|
|
|
|
pending_requests[numf].accepted = 1;
|
2013-11-11 22:25:43 +08:00
|
|
|
sprintf(numchar, "[i] friend request %u accepted as friend no. %d", numf, num);
|
2013-08-04 07:46:54 +08:00
|
|
|
new_lines(numchar);
|
2013-09-15 00:39:59 +08:00
|
|
|
save_data(m);
|
2013-08-04 07:46:54 +08:00
|
|
|
} else {
|
|
|
|
sprintf(numchar, "[i] failed to add friend");
|
|
|
|
new_lines(numchar);
|
|
|
|
}
|
2013-08-01 00:38:13 +08:00
|
|
|
}
|
2013-11-28 03:59:00 +08:00
|
|
|
} else if (inpt_command == 'r') { // /r #: remove friend
|
|
|
|
uint8_t numf = atoi(line + 3);
|
|
|
|
|
|
|
|
if (!tox_friend_exists(m, numf)) {
|
|
|
|
char err[64];
|
|
|
|
sprintf(err, "You don't have a friend %i.", numf);
|
|
|
|
new_lines(err);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
char msg[128 + TOX_MAX_NAME_LENGTH];
|
|
|
|
char fname[TOX_MAX_NAME_LENGTH ];
|
|
|
|
getfriendname_terminated(m, numf, fname);
|
|
|
|
sprintf(msg, "Are you sure you want to delete friend %i: %s? (y/n)", numf, fname);
|
|
|
|
input_line[0] = 0;
|
|
|
|
new_lines(msg);
|
|
|
|
|
|
|
|
int c;
|
|
|
|
|
|
|
|
do {
|
|
|
|
c = getchar();
|
|
|
|
} while ((c != 'y') && (c != 'n') && (c != EOF));
|
|
|
|
|
|
|
|
if (c == 'y') {
|
2013-11-29 23:12:07 +08:00
|
|
|
int res = tox_del_friend(m, numf);
|
2013-11-28 03:59:00 +08:00
|
|
|
|
|
|
|
if (res == 0)
|
|
|
|
sprintf(msg, "[i] [%i: %s] is no longer your friend", numf, fname);
|
|
|
|
else
|
|
|
|
sprintf(msg, "[i] failed to remove friend");
|
|
|
|
|
|
|
|
new_lines(msg);
|
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
} else if (inpt_command == 'h') { //help
|
2013-11-11 02:04:01 +08:00
|
|
|
if (line[2] == ' ') {
|
|
|
|
if (line[3] == 'f') {
|
2013-11-14 05:33:33 +08:00
|
|
|
new_lines_mark(help_friend1, 1);
|
|
|
|
new_lines_mark(help_friend2, 1);
|
2013-11-11 02:04:01 +08:00
|
|
|
return;
|
|
|
|
} else if (line[3] == 'g') {
|
|
|
|
new_lines_mark(help_group, 1);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
new_lines_mark(help_main, 1);
|
2013-09-13 07:26:30 +08:00
|
|
|
} else if (inpt_command == 'x') { //info
|
2013-08-17 01:11:09 +08:00
|
|
|
char idstring[200];
|
|
|
|
get_id(m, idstring);
|
|
|
|
new_lines(idstring);
|
2013-09-13 07:26:30 +08:00
|
|
|
} else if (inpt_command == 'g') { //create new group chat
|
|
|
|
char msg[256];
|
2013-09-13 08:29:30 +08:00
|
|
|
sprintf(msg, "[g] Created new group chat with number: %u", tox_add_groupchat(m));
|
2013-09-13 07:26:30 +08:00
|
|
|
new_lines(msg);
|
|
|
|
} else if (inpt_command == 'i') { //invite friendnum to groupnum
|
|
|
|
char *posi[1];
|
|
|
|
int friendnumber = strtoul(line + prompt_offset, posi, 0);
|
|
|
|
int groupnumber = strtoul(*posi + 1, NULL, 0);
|
|
|
|
char msg[256];
|
|
|
|
sprintf(msg, "[g] Invited friend number %u to group number %u, returned: %u (0 means success)", friendnumber,
|
2013-09-13 08:29:30 +08:00
|
|
|
groupnumber, tox_invite_friend(m, friendnumber, groupnumber));
|
2013-09-13 07:26:30 +08:00
|
|
|
new_lines(msg);
|
|
|
|
} else if (inpt_command == 'z') { //send message to groupnum
|
|
|
|
char *posi[1];
|
|
|
|
int groupnumber = strtoul(line + prompt_offset, posi, 0);
|
|
|
|
|
|
|
|
if (**posi != 0) {
|
2014-06-08 21:21:37 +08:00
|
|
|
int res = tox_group_message_send(m, groupnumber, (uint8_t *)*posi + 1, strlen(*posi + 1));
|
2013-11-14 05:33:33 +08:00
|
|
|
|
|
|
|
if (res == 0) {
|
|
|
|
char msg[32 + STRING_LENGTH];
|
|
|
|
sprintf(msg, "[g] #%u: YOU: %s", groupnumber, *posi + 1);
|
|
|
|
new_lines(msg);
|
|
|
|
} else {
|
|
|
|
char msg[128];
|
|
|
|
sprintf(msg, "[i] could not send message to group no. %u: %i", groupnumber, res);
|
|
|
|
new_lines(msg);
|
|
|
|
}
|
2013-09-13 07:26:30 +08:00
|
|
|
}
|
2013-10-01 01:13:49 +08:00
|
|
|
} else if (inpt_command == 't') {
|
|
|
|
char *posi[1];
|
|
|
|
int friendnum = strtoul(line + prompt_offset, posi, 0);
|
|
|
|
|
|
|
|
if (**posi != 0) {
|
2014-06-21 03:32:13 +08:00
|
|
|
char msg[512];
|
2013-10-02 06:59:33 +08:00
|
|
|
sprintf(msg, "[t] Sending file %s to friendnum %u filenumber is %i (-1 means failure)", *posi + 1, friendnum,
|
2013-10-01 01:13:49 +08:00
|
|
|
add_filesender(m, friendnum, *posi + 1));
|
|
|
|
new_lines(msg);
|
|
|
|
}
|
2013-09-13 07:26:30 +08:00
|
|
|
} else if (inpt_command == 'q') { //exit
|
2013-09-12 06:01:46 +08:00
|
|
|
save_data(m);
|
2013-07-24 00:11:07 +08:00
|
|
|
endwin();
|
2014-05-31 01:20:36 +08:00
|
|
|
tox_kill(m);
|
2013-07-24 00:11:07 +08:00
|
|
|
exit(EXIT_SUCCESS);
|
2013-11-14 05:33:33 +08:00
|
|
|
} else if (inpt_command == 'c') { //set conversation partner
|
|
|
|
if (line[2] == 'r') {
|
|
|
|
if (conversation_default != 0) {
|
|
|
|
conversation_default = 0;
|
|
|
|
new_lines("[i] default conversation reset");
|
|
|
|
} else
|
|
|
|
new_lines("[i] default conversation wasn't set, nothing to do");
|
|
|
|
} else if (line[3] != ' ') {
|
|
|
|
new_lines("[i] invalid command");
|
|
|
|
} else {
|
|
|
|
int num = atoi(line + 4);
|
|
|
|
|
|
|
|
/* zero is also returned for not-a-number */
|
|
|
|
if (!num && strcmp(line + 4, "0"))
|
|
|
|
num = -1;
|
|
|
|
|
|
|
|
if (num < 0)
|
|
|
|
new_lines("[i] invalid command parameter");
|
|
|
|
else if (line[2] == 'f') {
|
|
|
|
conversation_default = num + 1;
|
|
|
|
char buffer[128];
|
|
|
|
sprintf(buffer, "[i] default conversation is now to friend %i", num);
|
|
|
|
new_lines(buffer);
|
|
|
|
} else if (line[2] == 'g') {
|
|
|
|
char buffer[128];
|
|
|
|
conversation_default = - (num + 1);
|
|
|
|
sprintf(buffer, "[i] default conversation is now to group %i", num);
|
|
|
|
new_lines(buffer);
|
|
|
|
} else
|
|
|
|
new_lines("[i] invalid command");
|
|
|
|
}
|
2013-11-25 04:11:54 +08:00
|
|
|
} else if (inpt_command == 'p') { //list peers
|
|
|
|
char *posi = NULL;
|
|
|
|
int group_number = strtoul(line + prompt_offset, &posi, 0);
|
|
|
|
|
|
|
|
if (posi != NULL) {
|
|
|
|
char msg[64];
|
|
|
|
int peer_cnt = tox_group_number_peers(m, group_number);
|
|
|
|
|
|
|
|
if (peer_cnt < 0) {
|
|
|
|
new_lines("[g] Invalid group number.");
|
|
|
|
} else if (peer_cnt == 0) {
|
|
|
|
sprintf(msg, "[g] #%i: No peers in group.", group_number);
|
|
|
|
new_lines(msg);
|
|
|
|
} else {
|
|
|
|
sprintf(msg, "[g] #%i: Group has %i peers. Names:", group_number, peer_cnt);
|
|
|
|
new_lines(msg);
|
|
|
|
print_groupchatpeers(m, group_number);
|
|
|
|
}
|
|
|
|
}
|
2013-08-03 19:27:52 +08:00
|
|
|
} else {
|
2013-07-30 17:31:02 +08:00
|
|
|
new_lines("[i] invalid command");
|
2013-07-14 01:31:16 +08:00
|
|
|
}
|
|
|
|
} else {
|
2013-11-14 05:33:33 +08:00
|
|
|
if (conversation_default != 0) {
|
|
|
|
if (conversation_default > 0) {
|
|
|
|
int friendnumber = conversation_default - 1;
|
2014-06-08 21:21:37 +08:00
|
|
|
uint32_t res = tox_send_message(m, friendnumber, (uint8_t *)line, strlen(line));
|
2013-11-14 05:33:33 +08:00
|
|
|
|
|
|
|
if (res == 0) {
|
|
|
|
char sss[128];
|
|
|
|
sprintf(sss, "[i] could not send message to friend no. %u", friendnumber);
|
|
|
|
new_lines(sss);
|
|
|
|
} else
|
|
|
|
print_formatted_message(m, line, friendnumber, 1);
|
|
|
|
} else {
|
|
|
|
int groupnumber = - conversation_default - 1;
|
2014-06-08 21:21:37 +08:00
|
|
|
int res = tox_group_message_send(m, groupnumber, (uint8_t *)line, strlen(line));
|
2013-11-14 05:33:33 +08:00
|
|
|
|
|
|
|
if (res == 0) {
|
|
|
|
char msg[32 + STRING_LENGTH];
|
|
|
|
sprintf(msg, "[g] #%u: YOU: %s", groupnumber, line);
|
|
|
|
new_lines(msg);
|
|
|
|
} else {
|
|
|
|
char msg[128];
|
|
|
|
sprintf(msg, "[i] could not send message to group no. %u: %i", groupnumber, res);
|
|
|
|
new_lines(msg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else
|
|
|
|
new_lines("[i] invalid input: neither command nor in conversation");
|
2013-07-14 01:31:16 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-14 09:44:21 +08:00
|
|
|
/* basic wrap, ignores embedded '\t', '\n' or '|'
|
|
|
|
* inserts continuation markers if there's enough space left,
|
|
|
|
* otherwise turns spaces into newlines if possible */
|
|
|
|
void wrap(char output[STRING_LENGTH_WRAPPED], char input[STRING_LENGTH], int line_width)
|
2013-07-14 01:31:16 +08:00
|
|
|
{
|
2014-06-21 03:32:13 +08:00
|
|
|
size_t i, len = strlen(input);
|
2013-11-14 09:44:21 +08:00
|
|
|
|
|
|
|
if ((line_width < 4) || (len < (size_t)line_width)) {
|
|
|
|
/* if line_width ridiculously tiny, it's not worth the effort */
|
|
|
|
strcpy(output, input);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* how much can we shift? */
|
|
|
|
size_t delta_is = 0, delta_remain = STRING_LENGTH_WRAPPED - len - 1;
|
|
|
|
|
|
|
|
/* if the line is very very short, don't insert continuation markers,
|
|
|
|
* as they would use up too much of the line */
|
|
|
|
if ((size_t)line_width < 2 * wrap_cont_len)
|
|
|
|
delta_remain = 0;
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-11-14 09:44:21 +08:00
|
|
|
for (i = line_width; i < len; i += line_width) {
|
|
|
|
/* look backward for a space to expand/turn into a new line */
|
2014-06-21 03:32:13 +08:00
|
|
|
size_t k = i;
|
|
|
|
size_t m = i - line_width;
|
2013-11-11 02:04:01 +08:00
|
|
|
|
2013-11-14 09:44:21 +08:00
|
|
|
while (input[k] != ' ' && k > m) {
|
2013-11-11 02:04:01 +08:00
|
|
|
k--;
|
|
|
|
}
|
|
|
|
|
2013-11-12 21:17:26 +08:00
|
|
|
if (k > m) {
|
2013-11-14 09:44:21 +08:00
|
|
|
if (delta_remain > wrap_cont_len) {
|
|
|
|
/* replace space with continuation, then
|
|
|
|
* set the pos. after the space as new line start
|
|
|
|
* (i.e. space is being "eaten") */
|
|
|
|
memcpy(output + m + delta_is, input + m, k - m);
|
|
|
|
strcpy(output + k + delta_is, wrap_cont_str);
|
|
|
|
|
|
|
|
delta_remain -= wrap_cont_len - 1;
|
|
|
|
delta_is += wrap_cont_len - 1;
|
|
|
|
i = k + 1;
|
|
|
|
} else {
|
|
|
|
/* no more space to push forward: replace the space,
|
|
|
|
* use its pos. + 1 as starting point for the next line */
|
|
|
|
memcpy(output + m + delta_is, input + m, k - m);
|
|
|
|
output[k + delta_is] = '\n';
|
|
|
|
i = k + 1;
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
/* string ends right here:
|
|
|
|
* don't add a continuation marker with nothing following */
|
|
|
|
if (i == len - 1)
|
|
|
|
break;
|
|
|
|
|
|
|
|
/* nothing found backwards */
|
|
|
|
if (delta_remain > wrap_cont_len) {
|
|
|
|
/* break at the end of the line,
|
|
|
|
* i.e. in the middle of the word at the border */
|
|
|
|
memcpy(output + m + delta_is, input + m, line_width);
|
|
|
|
strcpy(output + i + delta_is, wrap_cont_str);
|
2013-11-12 21:17:26 +08:00
|
|
|
|
2013-11-14 09:44:21 +08:00
|
|
|
delta_remain -= wrap_cont_len;
|
|
|
|
delta_is += wrap_cont_len;
|
|
|
|
} else {
|
|
|
|
/* no more space to push, no space to convert:
|
|
|
|
* just copy the whole line and move on;
|
|
|
|
* means the line count calc'ed will be off */
|
|
|
|
memcpy(output + m + delta_is, input + m, line_width);
|
|
|
|
}
|
|
|
|
}
|
2013-11-11 02:04:01 +08:00
|
|
|
}
|
2013-11-14 09:44:21 +08:00
|
|
|
|
|
|
|
i -= line_width;
|
|
|
|
memcpy(output + i + delta_is, input + i, len - i);
|
|
|
|
|
|
|
|
output[len + delta_is] = 0;
|
2013-11-11 02:04:01 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* extended wrap, honors '\n', accepts '|' as "break here when necessary"
|
|
|
|
* marks wrapped lines with "+ " in front, which does expand output
|
|
|
|
* does NOT honor '\t': would require a lot more work (and tab width isn't always 8)
|
|
|
|
*/
|
2013-11-14 09:44:21 +08:00
|
|
|
void wrap_bars(char output[STRING_LENGTH_WRAPPED], char input[STRING_LENGTH], size_t line_width)
|
2013-11-11 02:04:01 +08:00
|
|
|
{
|
|
|
|
size_t len = strlen(input);
|
|
|
|
size_t ipos, opos = 0;
|
|
|
|
size_t bar_avail = 0, space_avail = 0, nl_got = 0; /* in opos */
|
|
|
|
|
|
|
|
for (ipos = 0; ipos < len; ipos++) {
|
|
|
|
if (opos - nl_got < line_width) {
|
|
|
|
/* not yet at the limit */
|
|
|
|
char c = input[ipos];
|
|
|
|
|
|
|
|
if (c == ' ')
|
|
|
|
space_avail = opos;
|
|
|
|
|
|
|
|
output[opos++] = input[ipos];
|
|
|
|
|
2013-11-14 09:44:21 +08:00
|
|
|
if (opos >= STRING_LENGTH_WRAPPED) {
|
|
|
|
opos = STRING_LENGTH_WRAPPED - 1;
|
2013-11-11 02:04:01 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (c == '|') {
|
|
|
|
output[opos - 1] = ' ';
|
|
|
|
bar_avail = opos;
|
|
|
|
|
2013-11-14 09:44:21 +08:00
|
|
|
if (opos + 2 >= STRING_LENGTH_WRAPPED) {
|
|
|
|
opos = STRING_LENGTH_WRAPPED - 1;
|
2013-11-11 02:04:01 +08:00
|
|
|
break;
|
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-11-11 02:04:01 +08:00
|
|
|
output[opos++] = '|';
|
|
|
|
output[opos++] = ' ';
|
|
|
|
}
|
|
|
|
|
|
|
|
if (c == '\n')
|
|
|
|
nl_got = opos;
|
|
|
|
|
|
|
|
continue;
|
|
|
|
} else {
|
|
|
|
/* at the limit */
|
|
|
|
if (bar_avail > nl_got) {
|
|
|
|
/* overwrite */
|
|
|
|
memcpy(output + bar_avail - 1, wrap_cont_str, wrap_cont_len);
|
|
|
|
nl_got = bar_avail;
|
|
|
|
|
|
|
|
ipos--;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (space_avail > nl_got) {
|
2013-11-14 09:44:21 +08:00
|
|
|
if (opos + wrap_cont_len - 1 >= STRING_LENGTH_WRAPPED) {
|
|
|
|
opos = STRING_LENGTH_WRAPPED - 1;
|
2013-11-11 02:04:01 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* move forward by 2 characters */
|
|
|
|
memmove(output + space_avail + 3, output + space_avail + 1, opos - (space_avail + 1));
|
|
|
|
memcpy(output + space_avail, wrap_cont_str, wrap_cont_len);
|
|
|
|
nl_got = space_avail + 1;
|
|
|
|
|
|
|
|
opos += 2;
|
|
|
|
ipos--;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
|
|
|
|
char c = input[ipos];
|
|
|
|
|
|
|
|
if ((c == '|') || (c == ' ') || (c == '\n')) {
|
2013-11-14 09:44:21 +08:00
|
|
|
if (opos + wrap_cont_len >= STRING_LENGTH_WRAPPED) {
|
|
|
|
opos = STRING_LENGTH_WRAPPED - 1;
|
2013-11-11 02:04:01 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
memcpy(output + opos, wrap_cont_str, wrap_cont_len);
|
|
|
|
|
|
|
|
nl_got = opos;
|
|
|
|
opos += wrap_cont_len;
|
|
|
|
}
|
|
|
|
|
|
|
|
output[opos++] = input[ipos];
|
|
|
|
|
2013-11-14 09:44:21 +08:00
|
|
|
if (opos >= STRING_LENGTH_WRAPPED) {
|
|
|
|
opos = STRING_LENGTH_WRAPPED - 1;
|
2013-11-11 02:04:01 +08:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
continue;
|
2013-07-14 01:31:16 +08:00
|
|
|
}
|
|
|
|
}
|
2013-11-11 02:04:01 +08:00
|
|
|
|
2013-11-14 09:44:21 +08:00
|
|
|
if (opos >= STRING_LENGTH_WRAPPED)
|
|
|
|
opos = STRING_LENGTH_WRAPPED - 1;
|
|
|
|
|
2013-11-11 02:04:01 +08:00
|
|
|
output[opos] = 0;
|
2013-07-14 01:31:16 +08:00
|
|
|
}
|
|
|
|
|
2013-07-19 01:56:50 +08:00
|
|
|
int count_lines(char *string)
|
2013-07-14 01:31:16 +08:00
|
|
|
{
|
2013-09-16 16:37:22 +08:00
|
|
|
size_t i, len = strlen(string);
|
2013-07-14 01:31:16 +08:00
|
|
|
int count = 1;
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-07-31 14:15:01 +08:00
|
|
|
for (i = 0; i < len; i++) {
|
2013-07-27 11:07:25 +08:00
|
|
|
if (string[i] == '\n')
|
2013-07-14 01:31:16 +08:00
|
|
|
count++;
|
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-07-14 01:31:16 +08:00
|
|
|
return count;
|
|
|
|
}
|
|
|
|
|
|
|
|
char *appender(char *str, const char c)
|
|
|
|
{
|
2013-07-27 04:16:58 +08:00
|
|
|
size_t len = strlen(str);
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-07-14 01:31:16 +08:00
|
|
|
if (len < STRING_LENGTH) {
|
2013-08-17 01:11:09 +08:00
|
|
|
str[len + 1] = str[len];
|
2013-07-14 01:31:16 +08:00
|
|
|
str[len] = c;
|
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-07-14 01:31:16 +08:00
|
|
|
return str;
|
|
|
|
}
|
|
|
|
|
|
|
|
void do_refresh()
|
|
|
|
{
|
2013-08-17 01:11:09 +08:00
|
|
|
int count = 0;
|
2013-11-14 09:44:21 +08:00
|
|
|
char wrap_output[STRING_LENGTH_WRAPPED];
|
2013-07-31 14:15:01 +08:00
|
|
|
int i;
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-07-31 14:15:01 +08:00
|
|
|
for (i = 0; i < HISTORY; i++) {
|
2013-11-11 02:04:01 +08:00
|
|
|
if (flag[i])
|
|
|
|
wrap_bars(wrap_output, lines[i], x);
|
|
|
|
else
|
|
|
|
wrap(wrap_output, lines[i], x);
|
|
|
|
|
2014-06-21 03:32:13 +08:00
|
|
|
int L = count_lines(wrap_output);
|
2013-07-31 14:15:01 +08:00
|
|
|
count = count + L;
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-07-14 01:31:16 +08:00
|
|
|
if (count < y) {
|
2013-08-17 01:11:09 +08:00
|
|
|
move(y - 1 - count, 0);
|
2013-11-28 03:59:00 +08:00
|
|
|
printw("%s", wrap_output);
|
2013-07-14 01:31:16 +08:00
|
|
|
clrtoeol();
|
|
|
|
}
|
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
|
|
|
|
move(y - 1, 0);
|
2013-07-14 01:31:16 +08:00
|
|
|
clrtoeol();
|
|
|
|
printw(">> ");
|
2013-11-28 03:59:00 +08:00
|
|
|
printw("%s", input_line);
|
2013-07-14 01:31:16 +08:00
|
|
|
clrtoeol();
|
|
|
|
refresh();
|
|
|
|
}
|
2013-07-26 16:02:17 +08:00
|
|
|
|
2014-06-11 06:35:55 +08:00
|
|
|
void print_request(Tox *m, const uint8_t *public_key, const uint8_t *data, uint16_t length, void *userdata)
|
2013-07-14 01:31:16 +08:00
|
|
|
{
|
2013-07-28 08:04:56 +08:00
|
|
|
new_lines("[i] received friend request with message:");
|
|
|
|
new_lines((char *)data);
|
|
|
|
char numchar[100];
|
2013-07-30 02:17:30 +08:00
|
|
|
sprintf(numchar, "[i] accept request with /a %u", num_requests);
|
2013-07-28 08:04:56 +08:00
|
|
|
new_lines(numchar);
|
2013-08-23 22:26:52 +08:00
|
|
|
memcpy(pending_requests[num_requests].id, public_key, TOX_CLIENT_ID_SIZE);
|
2013-08-04 07:46:54 +08:00
|
|
|
pending_requests[num_requests].accepted = 0;
|
2013-07-28 08:04:56 +08:00
|
|
|
++num_requests;
|
2013-07-14 01:31:16 +08:00
|
|
|
do_refresh();
|
|
|
|
}
|
2013-07-26 16:02:17 +08:00
|
|
|
|
2014-07-03 04:04:41 +08:00
|
|
|
void print_message(Tox *m, int friendnumber, const uint8_t *string, uint16_t length, void *userdata)
|
2013-07-14 01:31:16 +08:00
|
|
|
{
|
2013-11-11 22:25:43 +08:00
|
|
|
/* ensure null termination */
|
2014-07-03 04:04:41 +08:00
|
|
|
uint8_t null_string[length + 1];
|
|
|
|
memcpy(null_string, string, length);
|
|
|
|
null_string[length] = 0;
|
|
|
|
print_formatted_message(m, (char *)null_string, friendnumber, 0);
|
2013-07-19 01:56:50 +08:00
|
|
|
}
|
2013-07-26 16:02:17 +08:00
|
|
|
|
2014-07-03 04:04:41 +08:00
|
|
|
void print_nickchange(Tox *m, int friendnumber, const uint8_t *string, uint16_t length, void *userdata)
|
2013-07-31 14:15:01 +08:00
|
|
|
{
|
2013-11-11 22:25:43 +08:00
|
|
|
char name[TOX_MAX_NAME_LENGTH + 1];
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-11-11 22:25:43 +08:00
|
|
|
if (getfriendname_terminated(m, friendnumber, name) != -1) {
|
2013-08-17 01:11:09 +08:00
|
|
|
char msg[100 + length];
|
2013-11-14 05:33:33 +08:00
|
|
|
|
|
|
|
if (name[0] != 0)
|
|
|
|
sprintf(msg, "[i] [%d] %s is now known as %s.", friendnumber, name, string);
|
|
|
|
else
|
|
|
|
sprintf(msg, "[i] [%d] Friend's name is %s.", friendnumber, string);
|
|
|
|
|
2013-08-04 06:02:09 +08:00
|
|
|
new_lines(msg);
|
|
|
|
}
|
2013-07-19 01:56:50 +08:00
|
|
|
}
|
2013-07-26 16:02:17 +08:00
|
|
|
|
2014-07-03 04:04:41 +08:00
|
|
|
void print_statuschange(Tox *m, int friendnumber, const uint8_t *string, uint16_t length, void *userdata)
|
2013-07-31 14:15:01 +08:00
|
|
|
{
|
2013-11-11 22:25:43 +08:00
|
|
|
char name[TOX_MAX_NAME_LENGTH + 1];
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-11-11 22:25:43 +08:00
|
|
|
if (getfriendname_terminated(m, friendnumber, name) != -1) {
|
2013-08-17 01:11:09 +08:00
|
|
|
char msg[100 + length + strlen(name) + 1];
|
2013-11-14 05:33:33 +08:00
|
|
|
|
|
|
|
if (name[0] != 0)
|
|
|
|
sprintf(msg, "[i] [%d] %s's status changed to %s.", friendnumber, name, string);
|
|
|
|
else
|
|
|
|
sprintf(msg, "[i] [%d] Their status changed to %s.", friendnumber, string);
|
|
|
|
|
2013-08-04 06:02:09 +08:00
|
|
|
new_lines(msg);
|
|
|
|
}
|
2013-07-14 01:31:16 +08:00
|
|
|
}
|
2013-07-26 16:02:17 +08:00
|
|
|
|
2013-09-12 06:01:46 +08:00
|
|
|
static char *data_file_name = NULL;
|
|
|
|
|
2013-09-13 15:16:48 +08:00
|
|
|
static int load_data(Tox *m)
|
2013-07-31 14:15:01 +08:00
|
|
|
{
|
2013-09-12 06:01:46 +08:00
|
|
|
FILE *data_file = fopen(data_file_name, "r");
|
2013-09-18 04:28:39 +08:00
|
|
|
|
2013-07-31 14:15:01 +08:00
|
|
|
if (data_file) {
|
2013-07-24 00:11:07 +08:00
|
|
|
fseek(data_file, 0, SEEK_END);
|
2014-06-21 03:32:13 +08:00
|
|
|
size_t size = ftell(data_file);
|
2013-08-04 05:57:44 +08:00
|
|
|
rewind(data_file);
|
|
|
|
|
2013-07-24 00:11:07 +08:00
|
|
|
uint8_t data[size];
|
2013-09-18 04:28:39 +08:00
|
|
|
|
2013-08-17 01:11:09 +08:00
|
|
|
if (fread(data, sizeof(uint8_t), size, data_file) != size) {
|
2013-09-12 20:19:22 +08:00
|
|
|
fputs("[!] could not read data file!\n", stderr);
|
2013-09-16 16:37:22 +08:00
|
|
|
fclose(data_file);
|
2013-09-12 06:01:46 +08:00
|
|
|
return 0;
|
2013-07-24 00:11:07 +08:00
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-08-23 22:26:52 +08:00
|
|
|
tox_load(m, data, size);
|
2013-08-03 12:45:34 +08:00
|
|
|
|
2013-09-12 06:01:46 +08:00
|
|
|
if (fclose(data_file) < 0) {
|
|
|
|
perror("[!] fclose failed");
|
2013-09-12 20:19:22 +08:00
|
|
|
/* we got it open and the expected data read... let it be ok */
|
|
|
|
/* return 0; */
|
2013-08-03 12:45:34 +08:00
|
|
|
}
|
|
|
|
|
2013-09-12 06:01:46 +08:00
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2013-09-13 15:16:48 +08:00
|
|
|
static int save_data(Tox *m)
|
2013-09-12 06:01:46 +08:00
|
|
|
{
|
|
|
|
FILE *data_file = fopen(data_file_name, "w");
|
2013-09-18 04:28:39 +08:00
|
|
|
|
2013-09-12 06:01:46 +08:00
|
|
|
if (!data_file) {
|
|
|
|
perror("[!] load_key");
|
|
|
|
return 0;
|
2013-07-24 00:11:07 +08:00
|
|
|
}
|
2013-08-04 05:57:44 +08:00
|
|
|
|
2013-09-16 16:37:22 +08:00
|
|
|
int res = 1;
|
|
|
|
size_t size = tox_size(m);
|
2013-09-12 06:01:46 +08:00
|
|
|
uint8_t data[size];
|
|
|
|
tox_save(m, data);
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-09-12 06:01:46 +08:00
|
|
|
if (fwrite(data, sizeof(uint8_t), size, data_file) != size) {
|
|
|
|
fputs("[!] could not write data file (1)!", stderr);
|
2013-09-16 16:37:22 +08:00
|
|
|
res = 0;
|
2013-09-12 06:01:46 +08:00
|
|
|
}
|
2013-08-04 09:59:17 +08:00
|
|
|
|
2013-09-12 06:01:46 +08:00
|
|
|
if (fclose(data_file) < 0) {
|
|
|
|
perror("[!] could not write data file (2)");
|
2013-09-16 16:37:22 +08:00
|
|
|
res = 0;
|
2013-09-12 06:01:46 +08:00
|
|
|
}
|
2013-09-16 16:37:22 +08:00
|
|
|
|
|
|
|
return res;
|
2013-09-12 06:01:46 +08:00
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-09-13 15:20:03 +08:00
|
|
|
static int load_data_or_init(Tox *m, char *path)
|
2013-09-12 06:01:46 +08:00
|
|
|
{
|
|
|
|
data_file_name = path;
|
2013-09-18 04:28:39 +08:00
|
|
|
|
2013-09-12 06:01:46 +08:00
|
|
|
if (load_data(m))
|
|
|
|
return 1;
|
|
|
|
|
|
|
|
if (save_data(m))
|
|
|
|
return 1;
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-09-12 06:01:46 +08:00
|
|
|
return 0;
|
2013-07-23 01:09:30 +08:00
|
|
|
}
|
2013-07-26 16:02:17 +08:00
|
|
|
|
2013-11-11 02:04:01 +08:00
|
|
|
void print_help(char *prog_name)
|
2013-08-03 12:45:34 +08:00
|
|
|
{
|
|
|
|
printf("nTox %.1f - Command-line tox-core client\n", 0.1);
|
2013-11-11 02:04:01 +08:00
|
|
|
printf("Usage: %s [--ipv4|--ipv6] IP PORT KEY [-f keyfile]\n", prog_name);
|
|
|
|
|
|
|
|
puts("Options: (order IS relevant)");
|
|
|
|
puts(" --ipv4 / --ipv6 [Optional] Support IPv4 only or IPv4 & IPv6.");
|
2014-02-23 06:06:07 +08:00
|
|
|
puts(" IP PORT KEY [REQUIRED] A node to connect to (IP/Port) and its key.");
|
2013-11-11 02:04:01 +08:00
|
|
|
puts(" -f keyfile [Optional] Specify a keyfile to read from and write to.");
|
2013-08-03 12:45:34 +08:00
|
|
|
}
|
|
|
|
|
2014-11-11 06:59:14 +08:00
|
|
|
void print_invite(Tox *m, int friendnumber, uint8_t type, const uint8_t *data, uint16_t length, void *userdata)
|
2013-09-13 07:26:30 +08:00
|
|
|
{
|
|
|
|
char msg[256];
|
2014-11-11 06:59:14 +08:00
|
|
|
|
|
|
|
if (type == TOX_GROUPCHAT_TYPE_TEXT) {
|
|
|
|
sprintf(msg, "[i] received group chat invite from: %u, auto accepting and joining. group number: %u", friendnumber,
|
|
|
|
tox_join_groupchat(m, friendnumber, data, length));
|
|
|
|
} else {
|
|
|
|
sprintf(msg, "[i] Group chat invite received of type %u that could not be accepted by ntox.", type);
|
|
|
|
}
|
|
|
|
|
2013-09-13 07:26:30 +08:00
|
|
|
new_lines(msg);
|
|
|
|
}
|
2013-11-25 04:11:54 +08:00
|
|
|
|
2013-11-23 12:31:55 +08:00
|
|
|
void print_groupchatpeers(Tox *m, int groupnumber)
|
|
|
|
{
|
|
|
|
int num = tox_group_number_peers(m, groupnumber);
|
2013-11-25 04:11:54 +08:00
|
|
|
|
|
|
|
if (num < 0)
|
2013-11-23 12:31:55 +08:00
|
|
|
return;
|
2013-09-13 07:26:30 +08:00
|
|
|
|
2013-11-25 04:11:54 +08:00
|
|
|
if (!num) {
|
|
|
|
new_lines("[g]+ no peers left in group.");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2013-11-23 12:31:55 +08:00
|
|
|
uint8_t names[num][TOX_MAX_NAME_LENGTH];
|
2014-04-01 08:37:03 +08:00
|
|
|
uint16_t lengths[num];
|
|
|
|
tox_group_get_names(m, groupnumber, names, lengths, num);
|
2013-11-25 04:11:54 +08:00
|
|
|
int i;
|
|
|
|
char numstr[16];
|
|
|
|
char header[] = "[g]+ ";
|
|
|
|
size_t header_len = strlen(header);
|
|
|
|
char msg[STRING_LENGTH];
|
|
|
|
strcpy(msg, header);
|
|
|
|
size_t len_total = header_len;
|
|
|
|
|
|
|
|
for (i = 0; i < num; ++i) {
|
2014-04-01 08:37:03 +08:00
|
|
|
size_t len_name = lengths[i];
|
2013-11-25 04:11:54 +08:00
|
|
|
size_t len_num = sprintf(numstr, "%i: ", i);
|
|
|
|
|
|
|
|
if (len_num + len_name + len_total + 3 >= STRING_LENGTH) {
|
|
|
|
new_lines_mark(msg, 1);
|
|
|
|
|
|
|
|
strcpy(msg, header);
|
|
|
|
len_total = header_len;
|
|
|
|
}
|
|
|
|
|
|
|
|
strcpy(msg + len_total, numstr);
|
|
|
|
len_total += len_num;
|
2014-04-01 08:37:03 +08:00
|
|
|
memcpy(msg + len_total, (char *)names[i], len_name);
|
2013-11-25 04:11:54 +08:00
|
|
|
len_total += len_name;
|
|
|
|
|
|
|
|
if (i < num - 1) {
|
|
|
|
strcpy(msg + len_total, "|");
|
|
|
|
len_total++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
new_lines_mark(msg, 1);
|
2013-11-23 12:31:55 +08:00
|
|
|
}
|
2013-11-25 04:11:54 +08:00
|
|
|
|
2014-07-03 04:04:41 +08:00
|
|
|
void print_groupmessage(Tox *m, int groupnumber, int peernumber, const uint8_t *message, uint16_t length,
|
|
|
|
void *userdata)
|
2013-09-13 07:26:30 +08:00
|
|
|
{
|
|
|
|
char msg[256 + length];
|
2014-06-08 21:21:37 +08:00
|
|
|
uint8_t name[TOX_MAX_NAME_LENGTH] = {0};
|
2013-11-13 02:56:32 +08:00
|
|
|
int len = tox_group_peername(m, groupnumber, peernumber, name);
|
2013-11-25 04:11:54 +08:00
|
|
|
|
2013-11-23 12:31:55 +08:00
|
|
|
//print_groupchatpeers(m, groupnumber);
|
2013-11-13 02:56:32 +08:00
|
|
|
if (len <= 0)
|
|
|
|
name[0] = 0;
|
|
|
|
|
|
|
|
if (name[0] != 0)
|
|
|
|
sprintf(msg, "[g] %u: %u <%s>: %s", groupnumber, peernumber, name, message);
|
|
|
|
else
|
2013-11-14 05:33:33 +08:00
|
|
|
sprintf(msg, "[g] #%u: %u Unknown: %s", groupnumber, peernumber, message);
|
2013-11-13 02:56:32 +08:00
|
|
|
|
2013-09-13 07:26:30 +08:00
|
|
|
new_lines(msg);
|
|
|
|
}
|
2013-11-25 04:11:54 +08:00
|
|
|
void print_groupnamelistchange(Tox *m, int groupnumber, int peernumber, uint8_t change, void *userdata)
|
2013-11-24 06:19:02 +08:00
|
|
|
{
|
|
|
|
char msg[256];
|
2013-11-25 04:11:54 +08:00
|
|
|
|
|
|
|
if (change == TOX_CHAT_CHANGE_PEER_ADD) {
|
|
|
|
sprintf(msg, "[g] #%i: New peer %i.", groupnumber, peernumber);
|
|
|
|
new_lines(msg);
|
|
|
|
} else if (change == TOX_CHAT_CHANGE_PEER_DEL) {
|
2013-11-27 01:55:06 +08:00
|
|
|
/* if peer was the last in list, it simply dropped,
|
|
|
|
* otherwise it was overwritten by the last peer
|
|
|
|
*
|
|
|
|
* adjust output
|
|
|
|
*/
|
|
|
|
int peers_total = tox_group_number_peers(m, groupnumber);
|
|
|
|
|
|
|
|
if (peers_total == peernumber) {
|
|
|
|
sprintf(msg, "[g] #%i: Peer %i left.", groupnumber, peernumber);
|
|
|
|
new_lines(msg);
|
|
|
|
} else {
|
2014-06-08 21:21:37 +08:00
|
|
|
uint8_t peername[TOX_MAX_NAME_LENGTH] = {0};
|
2013-11-27 01:55:06 +08:00
|
|
|
int len = tox_group_peername(m, groupnumber, peernumber, peername);
|
|
|
|
|
|
|
|
if (len <= 0)
|
|
|
|
peername[0] = 0;
|
|
|
|
|
|
|
|
sprintf(msg, "[g] #%i: Peer %i left. Former peer [%i: <%s>] is now peer %i.", groupnumber, peernumber,
|
|
|
|
peers_total, peername, peernumber);
|
|
|
|
new_lines(msg);
|
|
|
|
}
|
2013-11-25 04:11:54 +08:00
|
|
|
} else if (change == TOX_CHAT_CHANGE_PEER_NAME) {
|
2014-06-08 21:21:37 +08:00
|
|
|
uint8_t peername[TOX_MAX_NAME_LENGTH] = {0};
|
2013-11-25 04:11:54 +08:00
|
|
|
int len = tox_group_peername(m, groupnumber, peernumber, peername);
|
|
|
|
|
|
|
|
if (len <= 0)
|
|
|
|
peername[0] = 0;
|
|
|
|
|
|
|
|
sprintf(msg, "[g] #%i: Peer %i's name changed: %s", groupnumber, peernumber, peername);
|
|
|
|
new_lines(msg);
|
|
|
|
} else {
|
|
|
|
sprintf(msg, "[g] #%i: Name list changed (peer %i, change %i?):", groupnumber, peernumber, change);
|
|
|
|
new_lines(msg);
|
|
|
|
print_groupchatpeers(m, groupnumber);
|
|
|
|
}
|
2013-11-24 06:19:02 +08:00
|
|
|
}
|
2014-07-03 04:04:41 +08:00
|
|
|
void file_request_accept(Tox *m, int friendnumber, uint8_t filenumber, uint64_t filesize, const uint8_t *filename,
|
2013-10-02 06:59:33 +08:00
|
|
|
uint16_t filename_length, void *userdata)
|
|
|
|
{
|
|
|
|
char msg[512];
|
2013-10-05 23:24:30 +08:00
|
|
|
sprintf(msg, "[t] %u is sending us: %s of size %llu", friendnumber, filename, (long long unsigned int)filesize);
|
2013-10-02 06:59:33 +08:00
|
|
|
new_lines(msg);
|
|
|
|
|
2013-11-29 23:12:07 +08:00
|
|
|
if (tox_file_send_control(m, friendnumber, 1, filenumber, 0, 0, 0) == 0) {
|
2013-10-02 06:59:33 +08:00
|
|
|
sprintf(msg, "Accepted file transfer. (saving file as: %u.%u.bin)", friendnumber, filenumber);
|
|
|
|
new_lines(msg);
|
|
|
|
} else
|
|
|
|
new_lines("Could not accept file transfer.");
|
|
|
|
}
|
|
|
|
|
2013-10-03 08:08:14 +08:00
|
|
|
void file_print_control(Tox *m, int friendnumber, uint8_t send_recieve, uint8_t filenumber, uint8_t control_type,
|
2014-07-03 04:04:41 +08:00
|
|
|
const uint8_t *data, uint16_t length, void *userdata)
|
2013-10-02 06:59:33 +08:00
|
|
|
{
|
|
|
|
char msg[512] = {0};
|
|
|
|
|
|
|
|
if (control_type == 0)
|
2013-10-03 08:53:24 +08:00
|
|
|
sprintf(msg, "[t] %u accepted file transfer: %u", friendnumber, filenumber);
|
2013-10-02 06:59:33 +08:00
|
|
|
else if (control_type == 3)
|
|
|
|
sprintf(msg, "[t] %u file transfer: %u completed", friendnumber, filenumber);
|
|
|
|
else
|
|
|
|
sprintf(msg, "[t] control %u received", control_type);
|
|
|
|
|
|
|
|
new_lines(msg);
|
|
|
|
}
|
|
|
|
|
2014-07-03 04:04:41 +08:00
|
|
|
void write_file(Tox *m, int friendnumber, uint8_t filenumber, const uint8_t *data, uint16_t length, void *userdata)
|
2013-10-01 01:13:49 +08:00
|
|
|
{
|
|
|
|
char filename[256];
|
|
|
|
sprintf(filename, "%u.%u.bin", friendnumber, filenumber);
|
|
|
|
FILE *pFile = fopen(filename, "a");
|
2013-10-02 06:59:33 +08:00
|
|
|
|
2013-11-29 23:12:07 +08:00
|
|
|
if (tox_file_data_remaining(m, friendnumber, filenumber, 1) == 0) {
|
2013-10-03 08:08:14 +08:00
|
|
|
//file_control(m, friendnumber, 1, filenumber, 3, 0, 0);
|
2013-10-02 06:59:33 +08:00
|
|
|
char msg[512];
|
|
|
|
sprintf(msg, "[t] %u file transfer: %u completed", friendnumber, filenumber);
|
|
|
|
new_lines(msg);
|
|
|
|
}
|
|
|
|
|
2013-10-05 23:24:30 +08:00
|
|
|
if (fwrite(data, length, 1, pFile) != 1)
|
|
|
|
new_lines("Error writing to file");
|
|
|
|
|
2013-10-01 01:13:49 +08:00
|
|
|
fclose(pFile);
|
|
|
|
}
|
|
|
|
|
2014-06-08 22:08:52 +08:00
|
|
|
char timeout_getch(Tox *m)
|
|
|
|
{
|
|
|
|
char c;
|
|
|
|
int slpval = tox_do_interval(m);
|
|
|
|
|
|
|
|
fd_set fds;
|
|
|
|
FD_ZERO(&fds);
|
|
|
|
FD_SET(0, &fds);
|
|
|
|
struct timeval tv;
|
|
|
|
tv.tv_sec = 0;
|
|
|
|
tv.tv_usec = slpval * 1000;
|
|
|
|
|
|
|
|
c = ERR;
|
|
|
|
int n = select(1, &fds, NULL, NULL, &tv);
|
2014-06-11 06:35:55 +08:00
|
|
|
|
2014-06-08 22:08:52 +08:00
|
|
|
if (n < 0) {
|
|
|
|
new_lines("select error: maybe interupted");
|
|
|
|
} else if (n == 0) {
|
|
|
|
} else {
|
|
|
|
c = getch();
|
|
|
|
}
|
|
|
|
|
|
|
|
return c;
|
|
|
|
}
|
|
|
|
|
2013-07-14 01:31:16 +08:00
|
|
|
int main(int argc, char *argv[])
|
|
|
|
{
|
2013-11-11 22:25:43 +08:00
|
|
|
/* minimalistic locale support (i.e. when printing dates) */
|
|
|
|
setlocale(LC_ALL, "");
|
|
|
|
|
2013-09-11 04:59:33 +08:00
|
|
|
if (argc < 4) {
|
2013-11-11 02:04:01 +08:00
|
|
|
if ((argc == 2) && !strcmp(argv[1], "-h")) {
|
|
|
|
print_help(argv[0]);
|
|
|
|
exit(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
printf("Usage: %s [--ipv4|--ipv6] IP PORT KEY [-f keyfile] (or %s -h for help)\n", argv[0], argv[0]);
|
2013-09-11 04:59:33 +08:00
|
|
|
exit(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* let user override default by cmdline */
|
|
|
|
uint8_t ipv6enabled = TOX_ENABLE_IPV6_DEFAULT; /* x */
|
2013-09-11 06:14:20 +08:00
|
|
|
int argvoffset = cmdline_parsefor_ipv46(argc, argv, &ipv6enabled);
|
2013-09-15 00:42:17 +08:00
|
|
|
|
2013-09-11 06:14:20 +08:00
|
|
|
if (argvoffset < 0)
|
|
|
|
exit(1);
|
2013-09-10 22:36:20 +08:00
|
|
|
|
2013-08-03 12:45:34 +08:00
|
|
|
int on = 0;
|
|
|
|
char *filename = "data";
|
|
|
|
char idstring[200] = {0};
|
2013-08-23 22:26:52 +08:00
|
|
|
Tox *m;
|
2013-08-03 12:45:34 +08:00
|
|
|
|
2013-09-11 04:59:33 +08:00
|
|
|
/* [-f keyfile] MUST be last two arguments, no point in walking over the list
|
|
|
|
* especially not a good idea to accept it anywhere in the middle */
|
|
|
|
if (argc > argvoffset + 3)
|
|
|
|
if (!strcmp(argv[argc - 2], "-f"))
|
|
|
|
filename = argv[argc - 1];
|
2013-08-03 12:45:34 +08:00
|
|
|
|
2014-08-15 06:34:20 +08:00
|
|
|
m = tox_new(0);
|
2013-08-17 01:11:09 +08:00
|
|
|
|
|
|
|
if ( !m ) {
|
2013-08-11 11:24:11 +08:00
|
|
|
fputs("Failed to allocate Messenger datastructure", stderr);
|
|
|
|
exit(0);
|
|
|
|
}
|
|
|
|
|
2013-09-13 15:20:03 +08:00
|
|
|
load_data_or_init(m, filename);
|
2013-08-03 12:45:34 +08:00
|
|
|
|
2013-11-29 23:12:07 +08:00
|
|
|
tox_callback_friend_request(m, print_request, NULL);
|
|
|
|
tox_callback_friend_message(m, print_message, NULL);
|
|
|
|
tox_callback_name_change(m, print_nickchange, NULL);
|
|
|
|
tox_callback_status_message(m, print_statuschange, NULL);
|
2013-09-13 08:29:30 +08:00
|
|
|
tox_callback_group_invite(m, print_invite, NULL);
|
|
|
|
tox_callback_group_message(m, print_groupmessage, NULL);
|
2013-10-03 08:53:24 +08:00
|
|
|
tox_callback_file_data(m, write_file, NULL);
|
|
|
|
tox_callback_file_control(m, file_print_control, NULL);
|
2013-11-29 23:12:07 +08:00
|
|
|
tox_callback_file_send_request(m, file_request_accept, NULL);
|
|
|
|
tox_callback_group_namelist_change(m, print_groupnamelistchange, NULL);
|
2013-08-03 07:51:08 +08:00
|
|
|
|
2013-07-14 01:31:16 +08:00
|
|
|
initscr();
|
|
|
|
noecho();
|
|
|
|
raw();
|
2013-07-31 14:15:01 +08:00
|
|
|
getmaxyx(stdscr, y, x);
|
2013-08-03 10:34:45 +08:00
|
|
|
|
|
|
|
new_lines("/h for list of commands");
|
2013-08-13 23:50:33 +08:00
|
|
|
get_id(m, idstring);
|
2013-08-03 07:51:08 +08:00
|
|
|
new_lines(idstring);
|
2013-09-27 17:24:33 +08:00
|
|
|
strcpy(input_line, "");
|
2013-08-03 10:34:45 +08:00
|
|
|
|
2014-08-15 07:01:21 +08:00
|
|
|
uint16_t port = atoi(argv[argvoffset + 2]);
|
2013-09-11 04:59:33 +08:00
|
|
|
unsigned char *binary_string = hex_string_to_bin(argv[argvoffset + 3]);
|
2014-08-15 07:01:21 +08:00
|
|
|
int res = tox_bootstrap_from_address(m, argv[argvoffset + 1], port, binary_string);
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-09-11 04:59:33 +08:00
|
|
|
if (!res) {
|
|
|
|
printf("Failed to convert \"%s\" into an IP address. Exiting...\n", argv[argvoffset + 1]);
|
|
|
|
endwin();
|
2013-07-21 02:50:54 +08:00
|
|
|
exit(1);
|
2013-09-11 04:59:33 +08:00
|
|
|
}
|
2013-08-03 19:27:52 +08:00
|
|
|
|
2013-07-14 09:57:09 +08:00
|
|
|
nodelay(stdscr, TRUE);
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-09-12 06:01:46 +08:00
|
|
|
new_lines("[i] change username with /n");
|
2013-11-11 22:25:43 +08:00
|
|
|
uint8_t name[TOX_MAX_NAME_LENGTH + 1];
|
2014-02-22 00:38:04 +08:00
|
|
|
uint16_t namelen = tox_get_self_name(m, name);
|
2013-11-11 22:25:43 +08:00
|
|
|
name[namelen] = 0;
|
2013-09-18 04:28:39 +08:00
|
|
|
|
2013-09-12 06:01:46 +08:00
|
|
|
if (namelen > 0) {
|
|
|
|
char whoami[128 + TOX_MAX_NAME_LENGTH];
|
|
|
|
snprintf(whoami, sizeof(whoami), "[i] your current username is: %s", name);
|
|
|
|
new_lines(whoami);
|
|
|
|
}
|
|
|
|
|
2013-09-21 08:02:27 +08:00
|
|
|
time_t timestamp0 = time(NULL);
|
2013-10-01 01:13:49 +08:00
|
|
|
|
2013-08-27 19:06:19 +08:00
|
|
|
while (1) {
|
2013-09-21 08:02:27 +08:00
|
|
|
if (on == 0) {
|
|
|
|
if (tox_isconnected(m)) {
|
|
|
|
new_lines("[i] connected to DHT");
|
|
|
|
on = 1;
|
|
|
|
} else {
|
|
|
|
time_t timestamp1 = time(NULL);
|
2013-10-01 01:13:49 +08:00
|
|
|
|
2013-09-21 08:02:27 +08:00
|
|
|
if (timestamp0 + 10 < timestamp1) {
|
|
|
|
timestamp0 = timestamp1;
|
2014-08-15 07:01:21 +08:00
|
|
|
tox_bootstrap_from_address(m, argv[argvoffset + 1], port, binary_string);
|
2013-09-21 08:02:27 +08:00
|
|
|
}
|
|
|
|
}
|
2013-07-17 07:45:20 +08:00
|
|
|
}
|
2013-07-24 00:11:07 +08:00
|
|
|
|
2014-05-31 01:20:36 +08:00
|
|
|
|
2013-11-28 03:59:00 +08:00
|
|
|
|
2013-10-01 01:13:49 +08:00
|
|
|
send_filesenders(m);
|
2013-08-23 22:26:52 +08:00
|
|
|
tox_do(m);
|
2013-07-14 01:31:16 +08:00
|
|
|
do_refresh();
|
2013-07-24 00:11:07 +08:00
|
|
|
|
2014-06-21 03:32:13 +08:00
|
|
|
int c = timeout_getch(m);
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-07-24 00:11:07 +08:00
|
|
|
if (c == ERR || c == 27)
|
|
|
|
continue;
|
|
|
|
|
|
|
|
getmaxyx(stdscr, y, x);
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2013-08-27 19:06:19 +08:00
|
|
|
if ((c == 0x0d) || (c == 0x0a)) {
|
2013-09-27 17:24:33 +08:00
|
|
|
line_eval(m, input_line);
|
|
|
|
strcpy(input_line, "");
|
2013-08-03 19:27:52 +08:00
|
|
|
} else if (c == 8 || c == 127) {
|
2013-09-27 17:24:33 +08:00
|
|
|
input_line[strlen(input_line) - 1] = '\0';
|
2013-07-24 00:11:07 +08:00
|
|
|
} else if (isalnum(c) || ispunct(c) || c == ' ') {
|
2013-09-27 17:24:33 +08:00
|
|
|
strcpy(input_line, appender(input_line, (char) c));
|
2013-07-24 00:11:07 +08:00
|
|
|
}
|
2013-07-14 01:31:16 +08:00
|
|
|
}
|
2013-08-17 01:11:09 +08:00
|
|
|
|
2014-08-15 06:34:20 +08:00
|
|
|
free(binary_string);
|
2013-08-23 22:26:52 +08:00
|
|
|
tox_kill(m);
|
2013-07-14 01:31:16 +08:00
|
|
|
endwin();
|
|
|
|
return 0;
|
|
|
|
}
|