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

1100 Commits

Author SHA1 Message Date
7e122ceec6 Merge branch 'master' into new_groupchats 2015-12-06 22:12:02 -05:00
3cb6db3d60 Remove pointless null check 2015-12-05 00:19:11 -05:00
77238eeadf Improve file transfer progress bar 2015-12-04 19:41:50 -05:00
fe0eba9107 Fix merge conflict 2015-12-01 18:01:02 -05:00
1d1c051a44 Merge branch 'master' into new_groupchats 2015-12-01 17:57:45 -05:00
aade65bfe1 Correctly operational from OSX terminals 2015-11-25 10:26:12 +02:00
b24c5d8cf8 Fix AV bug
Pending call now properly hangs up when you use the /hangup command or close the chat window
2015-11-19 23:49:58 -05:00
9f0feb7223 Allow custom nospam values 2015-11-12 18:03:45 -05:00
65c07a57db Properly close audio devices on quit 2015-11-12 17:14:10 -05:00
ab99c1ac73 Fix building on FreeBSD (courtesy of thierry-FreeBSD) 2015-11-12 05:04:37 -05:00
05f5f16af3 Fix various video bugs; it should be working now! 2015-11-12 05:01:28 -05:00
fbd22003a8 Merge with upstream master 2015-11-10 23:52:54 -05:00
d16be574f3 Add stack protection compile flag to Makefile 2015-11-10 23:34:46 -05:00
7e0b8b4870 Slight improvement to qrcode printing 2015-11-09 02:28:41 -05:00
39c4b7ecdd Add ability to print your Tox ID's QR code to a file 2015-11-08 22:51:46 -05:00
fa0e645a79 Fix a bunch of misc bugs and corner cases 2015-11-08 03:57:01 -05:00
14a8bdb874 Store temp data in same directory as original file 2015-11-07 21:38:32 -05:00
3cfda32b5e Fix help menu 2015-11-07 01:17:06 -05:00
6aab9a79d8 Fix help menu 2015-11-07 01:00:56 -05:00
9b1592b335 Merge new_av from upstream 2015-11-07 00:21:42 -05:00
dfff777283 Save data in a safer manner
By saving to a temp file then renaming it we avoid the possibility of data corruption
due to an interrupt (hard reboot, power outage etc.)
2015-11-05 17:46:00 -05:00
a95fc7824c Fix bug causing profile to be overwritten under a rare condition 2015-11-05 16:15:59 -05:00
f707dce2da Disable recv video callback for now 2015-11-05 15:49:35 -05:00
0d07d14b13 Remove unnecessary/misleading line print 2015-11-05 15:28:24 -05:00
6cc1525daa Fix some build issues 2015-11-03 23:04:05 -05:00
49f5efaab0 A couple audio fixes (ugly but works)
- You will now receive an incoming call even if the caller's chat window is not opened
- Callbacks should all be working now
- Disable video command as video is currently broken
2015-11-03 20:36:41 -05:00
a5e5e98afc Disabled video calls for the time being 2015-11-03 23:50:01 +01:00
4ab99c73a0 Merge with master 2015-11-02 15:22:52 -05:00
fbf50ecc8c Merge branch 'master' of https://github.com/JFreegman/toxic into new_groupchats 2015-11-02 14:49:48 -05:00
e02cf1bb7d Use proxy for DNS requests when type is SOCKS5 2015-11-02 02:01:17 -05:00
9751cfc407 Force name lookups through proxy set by client 2015-11-01 21:34:42 -05:00
7025a33097 Merge with upstream 2015-11-01 21:07:22 -05:00
36963a5b38 rm redundant error message 2015-10-30 00:10:38 -04:00
7cf9c37aef Handle case where system doesn't support any of the specified TLS cipher suites 2015-10-29 20:35:31 -04:00
2b4b8c0289 Add more descriptive curl errors 2015-10-29 20:16:35 -04:00
368a1465ec Use a specified TLS cipher list for https name lookups 2015-10-29 15:13:42 -04:00
8584feab80 Replace DNS-based username lookups with HTTPS & drop utox.org support 2015-10-28 17:14:17 -04:00
7af9327b37 Add note about logs not being encrypted 2015-10-22 19:55:48 -04:00
6b97df2615 Add command to change the Tox ID nospam value 2015-10-22 19:44:05 -04:00
cea5f1fe04 Fix avatar size limit and fix comment 2015-10-20 22:47:11 -04:00
abfdbfe468 Fix some new AV api changes 2015-10-20 17:59:14 -04:00
462cfca175 Merge new AV branch 2015-10-20 17:57:54 -04:00
171024428b Merge with master branch 2015-10-16 21:01:49 -04:00
db410cb01e Use profile name that conforms with the standard 2015-10-14 23:09:11 -04:00
2e4c86be4b Add last seen and public key fields for group peers and add whois command 2015-09-13 23:15:58 -04:00
97d5fb84fc Add command to print your own group public key 2015-09-13 19:38:49 -04:00
a920f3edfe Replace toxme.se with toxme.io in DNSservers list and remove hardcoded servers from source 2015-09-12 21:31:19 -04:00
f295352495 Replace instances of unsafe atoi function with safe counterpart 2015-09-02 19:41:21 -04:00
b2c512687a Sort group peerlist by role/name 2015-09-01 17:27:17 -04:00
8526d4d77e Refactor group peerlist to match API refactor
Peerlists are now similar to the friendlist, which makes managing them much easier, and
improves efficiency
2015-09-01 02:29:25 -04:00