Jfreegman
26dda8dbf9
implement new groupchats
2015-01-04 01:56:37 -05:00
Jfreegman
7a7e8a7f8d
prep for audio groups
2014-11-11 20:49:05 -05:00
Jfreegman
23cf9686cb
safer string handling
2014-10-03 17:53:50 -04:00
Jfreegman
33cfca7ecc
bug fixes and code cleanup
2014-09-28 17:49:48 -04:00
Jfreegman
05661ca9b6
core API update and refactor group invites a bit
2014-09-27 22:50:20 -04:00
Jfreegman
133c0e8d63
rename reserved identifiers per C standard
2014-09-22 21:24:45 -04:00
Jfreegman
58b0a04019
separate file transfer updates from callbacks
2014-08-17 00:11:49 -04:00
Jfreegman
b870679f2c
allow resuming of broken file transfers (needs testing)
2014-08-16 17:20:53 -04:00
Jfreegman
bb85f31bb2
convert bytes for file transfer message, general fixes
2014-08-07 19:31:36 -04:00
Jfreegman
396d08f0d2
refactor friend/blocklist, dynamically allocate memory
2014-08-07 13:24:29 -04:00
Jfreegman
6ab184e7ce
file transfer improvements and bug fixes
2014-08-05 17:38:33 -04:00
Jfreegman
6fdafceda8
add ability to cancel file transfers
2014-08-04 02:03:23 -04:00
Jfreegman
5da789cc37
save last online data in blocked list
2014-07-31 14:53:02 -04:00
Jfreegman
fba0732faa
implement contact blocking
2014-07-31 12:48:49 -04:00
Jfreegman
49538a986c
improve file transfer progress line
2014-07-27 18:00:33 -04:00
Jfreegman
f1a3ed379e
fix nick truncating
2014-07-07 19:08:33 -04:00
Jfreegman
00e6546f0c
namelength should be signed, -Werror is probably overkill
2014-07-06 22:31:11 -04:00
Jfreegman
a009fbf20c
use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang
2014-07-06 22:16:20 -04:00
Jfreegman
0f37e50419
groupchat keys can sometimes start with a 0
2014-07-02 14:13:35 -04:00
Jfreegman
a126f9c1a6
don't excessively update percentage complete line during file transfers
2014-06-30 14:17:07 -04:00
Jfreegman
7ac7713268
improve call duration string & remove a couple unused functions
2014-06-24 02:58:18 -04:00
Jfreegman
31acdcada3
reorganize toxic_windows.h into two separate header files, rename main.c to toxic.c
2014-06-11 18:14:12 -04:00
Jfreegman
c1dfb741c9
typging change callback update
2014-03-20 20:59:54 -04:00
Jfreegman
d49e911fe4
type fixes
2014-03-19 03:14:08 -04:00
Jfreegman
50a37495f8
API update
2014-03-18 21:48:26 -04:00
Jfreegman
33a4e806e2
handle last online stuff properly & update toxic version
2014-03-16 03:31:48 -04:00
Jfreegman
d8d198c81c
rm unused argument for sort func
2014-03-13 23:30:44 -04:00
Jfreegman
fe0641e981
add popup alert on friend delete
2014-03-08 23:57:21 -05:00
Jfreegman
4b8de0d16d
speed up friendlist loading on startup
2014-03-05 08:01:12 -05:00
Jfreegman
4fb82cceaa
save logging preference for friend chats and improve log command message
2014-02-27 23:33:00 -05:00
Jfreegman
b6613a015f
add license info to source files
2014-02-25 02:28:24 -05:00
Jfreegman
2b707f1d80
implemented typing status
2014-02-23 04:28:33 -05:00
Jfreegman
a4cb568558
small fix
2014-02-21 22:02:16 -05:00
Jfreegman
2982dc6ddd
show pseudo-unique identifier in friend chat windows
2014-02-21 21:21:12 -05:00
Jfreegman
42cd80efe9
use API function for friend count instead of global var
2014-02-07 18:44:10 -05:00
Jfreegman
57c2872b75
try to limit scope of globals
2013-11-29 18:52:21 -05:00
Jfreegman
3470a5eef7
improve friendlis sorting function
2013-11-24 18:22:48 -05:00
Jfreegman
f43d735861
remove redundant cmd func args, use global prompt instead
2013-11-19 15:32:35 -05:00
Jfreegman
e9ef2b1fc6
cflags were doing nothing
2013-11-15 21:36:05 -05:00
Jfreegman
8bbd796755
fix on_friendadded()
2013-11-15 14:59:49 -05:00
Jfreegman
42de821e3c
use/display nicks instead of friend numbers for groupchat invites
2013-09-17 19:11:23 -04:00
Jfreegman
0be84ecbb3
notes/status messages no longer forced
2013-09-03 22:05:36 -04:00
Jfreegman
73d6fba055
display status messages in friends list
2013-09-02 00:18:20 -04:00
Florian Hahn
baadd95b45
Use new public api
2013-08-23 23:50:34 +02:00
Sergey 'Jin' Bostandzhyan
c157837f97
Added autotools based build scripts
...
Limitations:
currently the tox core library does not ship proper public headers,
so we'll have to tell the configure script where the headers are (i.e.
directory in the ProjectTox-Core source tree.
Since these headers are not really public, they include sodium.h, so
right now the toxic configure script will check for sodium.h as well.
We also need to look for the libsodium library for linking vs Tox core.
2013-08-23 01:30:49 +03:00
Sergey 'Jin' Bostandzhyan
43372f09a6
Move sources to an own subdirectory
2013-08-22 23:57:20 +03:00