1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 10:46:45 +02:00
Commit Graph

117 Commits

Author SHA1 Message Date
20d1ad9842 save nicks and exit tox properly 2013-09-04 00:58:23 -04:00
577f42c075 fix more potential segfaults 2013-09-03 01:02:58 -04:00
094311785e fixed potential segfault 2013-09-03 00:20:17 -04:00
db309936ab Remove opening/closing quotes from strings 2013-09-02 23:39:33 -04:00
e5b5155c3e Change statusmsg to note for less confusion 2013-09-02 23:27:34 -04:00
e37aa54f3b Merge pull request #23 from lukechampine/betterprompt
refactor command argument parsing
2013-09-02 15:36:35 -07:00
82dee36729 Add documentation/error messages for missing quotation marks 2013-09-02 17:48:16 -04:00
a0e3b7dfd1 refactor command argument parsing 2013-09-02 13:35:38 -04:00
ed68350424 format fixes 2013-09-02 05:15:29 -04:00
713f2347bc add statusmsg command to chat windows 2013-09-02 01:14:51 -04:00
c5b9677fc0 properly implemented statuses 2013-09-01 22:11:47 -04:00
e6a13feae8 Fixed some warnings. 2013-08-24 19:16:43 -04:00
2db69f0fd6 Use tox_ instead of m_ functions 2013-08-24 00:21:01 +02:00
baadd95b45 Use new public api 2013-08-23 23:50:34 +02: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
43372f09a6 Move sources to an own subdirectory 2013-08-22 23:57:20 +03:00