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

144 Commits

Author SHA1 Message Date
442d9e22b4 use pthread for mplex detach polling for better portability 2015-03-11 18:38:07 -04:00
0c39e7b158 Add support for auto-away based on screen attach/detach 2015-03-09 01:38:30 +02:00
2b19f56e63 Update for toxcore API break 2015-02-01 21:09:48 +01:00
7865cea284 group audio stuff 2014-12-09 18:29:07 -05:00
09bbec79cf group audio almost works 2014-11-26 15:22:34 -05:00
4e177d60b0 group title fixes and api update 2014-11-15 15:55:45 -05:00
7a7e8a7f8d prep for audio groups 2014-11-11 20:49:05 -05:00
e7697b8fba make ctrl-L force refresh the window 2014-10-01 16:24:36 -04:00
33cfca7ecc bug fixes and code cleanup 2014-09-28 17:49:48 -04:00
a9e5723ca4 a couple fixes 2014-09-27 03:08:19 -04:00
940af2c711 a few fixes, update example config file 2014-09-26 03:39:36 -04:00
544c402f78 implement avatars (setting only) and generalize path tab-complete 2014-09-26 03:10:44 -04:00
133c0e8d63 rename reserved identifiers per C standard 2014-09-22 21:24:45 -04:00
1c16467eb9 don't share chatlogs across data files (changes log naming convention) 2014-09-22 17:09:39 -04:00
68f1dffba7 add command to decline friend requests 2014-08-25 14:08:01 -04:00
bd20513493 a few fixes 2014-08-19 23:41:43 -04:00
75e8486061 add command to list pending friend requests, a few related fixes 2014-08-19 20:52:17 -04:00
39556b36f3 port is no longer passed in network byte order to tox_bootstrap_from_address()
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2014-08-14 20:10:14 -04:00
dc9ffa6e56 ipv6enabled parameter was removed in toxcore.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2014-08-14 19:51:52 -04:00
5718ad52db a few fixes 2014-08-12 03:01:18 -04:00
396d08f0d2 refactor friend/blocklist, dynamically allocate memory 2014-08-07 13:24:29 -04:00
28633be2dd a few fixes and improve error messages 2014-08-04 14:35:34 -04:00
3cbe61e111 fix a few formatting bugs and simplify code a bit 2014-08-02 15:35:57 -04:00
973f6206ee enforce const correctess, fix undefined behaviour with string literals 2014-07-29 14:54:34 -04:00
b68deef6db allow line_info_add to take formatted strings with variable # of args 2014-07-24 23:03:55 -04:00
74b84c4252 some code cleanup 2014-07-07 03:12:47 -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
6754741f37 improve /help system and add startup welcome message 2014-07-04 03:24:29 -04:00
7ae807002e file sender thread was a failed experiment - do_file_senders should only be called once per tox_do iteration 2014-06-30 03:03:43 -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
ef097757f3 general cleanup: rm unused config.h, add license info to device.c/h, add a couple compiler options and fix warnings 2014-06-24 17:47:35 -04:00
34bd4a1c7c fix a bunch of implicit declarations 2014-06-21 21:41:38 -04:00
58a131426a better handling of fatal errors 2014-06-18 15:54:05 -04:00
72e9e7d9c4 add str_to_lower function, ignore DNS domain name case 2014-06-18 13:12:39 -04:00
b24325d879 threads for DNS lookups 2014-06-17 19:19:48 -04:00
1456cef991 implement toxdns3 username lookups 2014-06-17 00:48:30 -04:00
ce2d371c4b more fixes for line printing/scrolling 2014-06-14 01:45:51 -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
17ad66346e make cleaclear command refresh curses 2014-04-22 21:16:35 -04:00
4cac797b40 General cleanup
Signed-off-by: Sean Qureshi <sean@tox.im>
2014-04-19 14:58:13 -07:00
7f5dc0a756 Removed useless line. 2014-04-19 17:49:19 -04:00
411ae8d0f5 off by 1 error 2014-04-01 04:43:52 -04:00
3b7e161149 don't send null terminated strings, and null terminate all incoming strings 2014-03-31 22:34:05 -04:00
1420618eb0 small fix 2014-03-30 01:22:40 -04:00
1b89af9063 null fix 2014-03-29 05:44:20 -04:00
bd5453002e a few more fixes 2014-03-26 19:14:28 -04:00
29b549e677 few fixes 2014-03-25 21:43:49 -04:00
3baa830afb move log struct to proper place 2014-03-25 08:25:10 -04:00
a5ce17f44e refactor groupchats to allow scrolling 2014-03-25 08:21:50 -04:00
5e941427d3 refactor prompt to allow scrolling 2014-03-25 03:17:22 -04:00