JFreegman
|
5e175d5319
|
Merge pull request #220 from louipc/master
new tox_bootstrap_from_address() behaviour and a minor ui change
|
2014-08-14 20:47:17 -04:00 |
|
Jfreegman
|
778db0fece
|
core change: ports no longer in network byte order
|
2014-08-14 20:38:33 -04:00 |
|
Jfreegman
|
72010dd2e1
|
allow connections through proxies
|
2014-08-14 20:31:52 -04:00 |
|
Loui Chang
|
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 |
|
Loui Chang
|
dc9ffa6e56
|
ipv6enabled parameter was removed in toxcore.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
|
2014-08-14 19:51:52 -04:00 |
|
Jfreegman
|
edbdf2966a
|
toxcore API update, add option to force TCP connection
|
2014-08-14 18:45:41 -04:00 |
|
Jfreegman
|
35cc815cdb
|
add option to specify DNSservers path
|
2014-08-12 22:32:36 -04:00 |
|
Jfreegman
|
a318bdb034
|
add option to not connect to the DHT network
|
2014-08-12 18:59:27 -04:00 |
|
Jfreegman
|
d9a861331f
|
Use DNS server list instead of hard coding domains/keys
|
2014-08-10 21:40:19 -04:00 |
|
Jfreegman
|
6ab184e7ce
|
file transfer improvements and bug fixes
|
2014-08-05 17:38:33 -04:00 |
|
Jfreegman
|
bc4a730e76
|
re-adding until better solution found
|
2014-08-03 15:42:14 -04:00 |
|
Jfreegman
|
3fc7c90630
|
stderr redirect doesn't work as intended, add invalid command message when no sound
|
2014-08-03 01:31:33 -04:00 |
|
Jfreegman
|
53663a7832
|
try to end curses session gracefully on SIGSEGV
|
2014-08-03 00:26:44 -04:00 |
|
Jfreegman
|
c14f2a3fcd
|
put chatlogs in their own directory
|
2014-08-02 21:03:59 -04:00 |
|
Jfreegman
|
0884954c84
|
fix data file init bug
|
2014-08-02 13:04:29 -04:00 |
|
mannol1
|
43727c6730
|
Merge pull request #210 from mannol1/master
Fresh pack of backdoors
|
2014-08-02 17:31:36 +02:00 |
|
Jfreegman
|
618b731d5a
|
fix possible buffer overflow
|
2014-08-01 23:00:52 -04:00 |
|
mannol
|
46975bf38b
|
Updated with latest core
|
2014-08-02 02:10:21 +02:00 |
|
mannol
|
8f3989000d
|
Box notifications are like ready
|
2014-08-02 00:37:02 +02:00 |
|
Jfreegman
|
9fe75fbc47
|
fix
|
2014-08-01 15:05:10 -04:00 |
|
Jfreegman
|
c455e79604
|
dynamically adjust main loop sleep time according to recommended value
|
2014-08-01 13:56:49 -04:00 |
|
Jfreegman
|
fba0732faa
|
implement contact blocking
|
2014-07-31 12:48:49 -04:00 |
|
mannol
|
d5710d80e0
|
Upstream adaption
|
2014-07-28 01:35:40 +02:00 |
|
mannol
|
18a6f621f0
|
Started adding support for popup notifications and adjustments to new core
|
2014-07-27 01:49:59 +02:00 |
|
Jfreegman
|
02b192d6ee
|
fix bug and typo
|
2014-07-25 20:17:22 -04:00 |
|
Jfreegman
|
b68deef6db
|
allow line_info_add to take formatted strings with variable # of args
|
2014-07-24 23:03:55 -04:00 |
|
Jfreegman
|
a047cead05
|
fix a few notification issues
|
2014-07-22 14:38:32 -04:00 |
|
Jfreegman
|
bc94e08970
|
sendfile tab-complete for ~/ shortcut
|
2014-07-21 15:11:30 -04:00 |
|
mannol
|
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 |
|
mannol
|
933d46553f
|
Added sounds
|
2014-07-21 01:12:13 +02:00 |
|
Jfreegman
|
e61d070def
|
cleanup/error checks
|
2014-07-17 03:35:18 -04:00 |
|
Jfreegman
|
ce4f293574
|
fix undefined behaviour with string literals
|
2014-07-16 12:51:07 -04:00 |
|
Jfreegman
|
aaeb47dc14
|
create dns loopup threads in detached state & add a few missing error descriptions
|
2014-07-09 23:40:46 -04:00 |
|
Jfreegman
|
e19b0ed710
|
delete subwindows before parent window on resize to prevent memory leaks
|
2014-07-09 22:12:51 -04:00 |
|
Jfreegman
|
1ce731471d
|
fix potential race conditions
|
2014-07-09 02:21:01 -04:00 |
|
Jfreegman
|
f98c77432b
|
exit toxic properly on ^C
|
2014-07-08 20:21:51 -04:00 |
|
Jfreegman
|
9fa5a3fdb6
|
fix window cleanup bugs & give prompt its own cleanup func
|
2014-07-08 19:24:44 -04:00 |
|
Jfreegman
|
5b9fd70f30
|
autosave every 60 seconds
|
2014-07-08 14:46:50 -04:00 |
|
Jfreegman
|
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 |
|
Jfreegman
|
1575a40d61
|
reduce inactive window refresh rate
|
2014-07-06 16:18:34 -04:00 |
|
Jfreegman
|
6754741f37
|
improve /help system and add startup welcome message
|
2014-07-04 03:24:29 -04:00 |
|
Jfreegman
|
c271622670
|
fix resizing bugs
|
2014-06-30 23:56:47 -04:00 |
|
Jfreegman
|
44d524134f
|
need mutexes
|
2014-06-30 11:42:11 -04:00 |
|
Jfreegman
|
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 |
|
Jfreegman
|
a194f7ad87
|
add option to use the default locale
|
2014-06-29 18:14:28 -04:00 |
|
Jfreegman
|
a2e6a25fc8
|
make prompt window look like chat/groupchat windows (fixes various bugs, allows history scrolling)
|
2014-06-28 18:40:22 -04:00 |
|
Jfreegman
|
f8998b5891
|
properly close file senders on exit
|
2014-06-28 12:55:05 -04:00 |
|
Jfreegman
|
33e98fd720
|
put file senders in one thread due to weird issues & a few fixes
|
2014-06-28 12:14:43 -04:00 |
|
Jfreegman
|
d881312e3e
|
should fix the high cpu usage issue
|
2014-06-26 19:35:12 -04:00 |
|
Jfreegman
|
da65ba4e8d
|
give file senders their own threads
|
2014-06-26 18:20:56 -04:00 |
|