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

25 Commits

Author SHA1 Message Date
973f6206ee enforce const correctess, fix undefined behaviour with string literals 2014-07-29 14:54:34 -04:00
bc94e08970 sendfile tab-complete for ~/ shortcut 2014-07-21 15:11:30 -04:00
98ac4d7983 Added sound notifications and prepared for later system notifications. Also, now using libconfig for configuration loading. 2014-07-21 03:25:21 +02:00
9fa5a3fdb6 fix window cleanup bugs & give prompt its own cleanup func 2014-07-08 19:24:44 -04:00
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
a2e6a25fc8 make prompt window look like chat/groupchat windows (fixes various bugs, allows history scrolling) 2014-06-28 18:40:22 -04:00
31acdcada3 reorganize toxic_windows.h into two separate header files, rename main.c to toxic.c 2014-06-11 18:14:12 -04:00
4cac797b40 General cleanup
Signed-off-by: Sean Qureshi <sean@tox.im>
2014-04-19 14:58:13 -07:00
50a37495f8 API update 2014-03-18 21:48:26 -04:00
c678d41709 Now supporting device selection 2014-03-08 01:12:51 +01:00
9b57c05648 add command to turn logs on/off 2014-02-26 19:00:13 -05:00
b6613a015f add license info to source files 2014-02-25 02:28:24 -05:00
44d9f7fe61 busy status mutes beeping 2013-12-09 19:25:09 -05:00
4065715b78 split lists up so only commands that work in given window autocomplete 2013-12-09 17:56:20 -05:00
ce45580c83 partially fix bug where input line eats prompt messages 2013-12-06 05:07:35 -05:00
7a14845790 add line kill and discard ability 2013-12-05 22:55:14 -05:00
a57f94306a put back prompt char 2013-12-04 18:09:51 -05:00
89cb29afed moved misc helper functions to separate file and removed redundant includes 2013-09-20 20:35:03 -04:00
d49a5ca993 moved command parsing code to separate files 2013-09-19 17:03:22 -04:00
e2de6a829e refactored prompt command parser to work with chat and groupchat windows 2013-09-19 06:37:42 -04:00
b4512811ba fixed prompt scroll bugs and statusbar struct issues 2013-09-18 17:30:35 -04:00
40dcfc82d2 made error handling more consistent and added exit function 2013-09-11 00:02:27 -04:00
261310b091 added status bar to prompt and fixed some bugs 2013-09-06 19:59:45 -04: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