1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 00:46:36 +02:00
Commit Graph

22 Commits

Author SHA1 Message Date
92948abcf1 implement basic user settings 2014-04-07 06:03:45 -04:00
e5b6e0ad9f refactor chat history to allow scrolling 2014-03-24 07:18:58 -04:00
7f70345dae Add checks for pthreads to the build system
pthreads are now required, so add appropriate checks to the build system
and set the compile flags accordingly.

closes #98
2014-03-16 16:55:25 +01:00
bc8b1f170e Revert "Remove all traces of autotools"
This reverts commit 514cf8e460.
2014-03-13 09:04:30 -07:00
514cf8e460 Remove all traces of autotools 2014-03-13 09:01:49 -07:00
63745afe09 Toxic now supports audio calls 2014-03-07 03:27:48 +01:00
416419a6e7 Toxic now supports audio calls 2014-03-07 03:14:04 +01:00
2fcfa954ab move file sender stuff to its own files 2014-03-05 05:06:21 -05:00
5ff7065744 basic logging for groupchats 2014-02-26 03:51:26 -05:00
e775c51a06 Merge upsteam/master 2014-02-22 23:58:36 +01:00
ccc0640dab put string helpers in own file 2013-12-10 03:03:45 -05:00
174cb7de01 Yes @JFreeGman, Werror was a bad idea 2013-11-16 02:32:13 -08:00
677f57699f Werror was a bad idea 2013-11-15 21:48:54 -05:00
94bd68856d didn't mean to do that 2013-11-15 21:39:14 -05:00
e9ef2b1fc6 cflags were doing nothing 2013-11-15 21:36:05 -05:00
ce05e206f1 update Makefile.am 2013-11-09 21:58:44 -05:00
89cb29afed moved misc helper functions to separate file and removed redundant includes 2013-09-20 20:35:03 -04:00
1fe9c10910 updated makefile 2013-09-19 17:04:46 -04:00
390cdc7b33 update makefile 2013-09-15 18:16:41 -04:00
5cf982dfa1 Removed dht window because it's not supported by the new public api 2013-08-27 18:30:38 -04:00
78deb13c45 Added check and define for wide char support
Try to figure out if wide character support is available and provide
the necessary define for toxic.
2013-08-23 10:57:31 +03:00
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