1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 14:56:44 +02:00
Commit Graph

155 Commits

Author SHA1 Message Date
3241551cfb Began conversion of audio code to new ToxAV API 2015-08-21 00:14:03 -05:00
ca1fca5aa5 separate bootstrapping and adding TCP relays per toxcore API changes 2015-08-21 00:14:03 -05:00
bbdf4c96b9 fix a few avatar bugs 2015-08-21 00:14:02 -05:00
92d76c7f99 Display a user warning when log fails to initialize 2015-08-19 00:42:28 -04:00
035420e5c7 Revert commit 312d0c3 (localization/gettext)
There were serious problems with branch merging that need to be resolved first
2015-07-04 01:19:16 -04:00
85d3c18ba6 Add localization system (gettext) 2015-05-28 15:50:55 +02:00
d0a7ca17d2 separate bootstrapping and adding TCP relays per toxcore API changes 2015-05-24 17:56:30 -04:00
1a7eaeddba fix a few avatar bugs 2015-04-04 21:15:34 -04:00
dd9186e834 re-implement avatar setting 2015-04-04 03:26:38 -04:00
2d3c5c9450 Mostly finished with new API port
- File transfers currently don't support pausing/resuming
- Avatars are not yet done
2015-03-28 02:56:54 -04:00
ae87b2eb2d begin port to new API 2015-03-25 22:56:45 -04:00
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