43ca840658
Conditionally compile api.c and python_api.c contents.
...
Based on `-DPYTHON`, instead of based on which files are listed in the
source list. This simplifies people's lives when compiling from the
command line with `cc *.c`.
2018-07-06 14:42:33 +00:00
46f646afcf
Add an option to disable qr codes
2018-06-16 05:07:16 +02:00
221edb0012
add a .travis file and some build fixes
2018-02-26 02:34:38 -05:00
ecf1c317b7
Make Toxic compile at NetBSD, STAGE 0
2017-11-15 05:24:19 +02:00
6bc5d8c543
QR PNG: convert some variables to macros
2016-10-06 11:52:26 +02:00
958df9f2e8
Add possibility to save QR code in PNG file format
2016-10-05 20:57:50 +02:00
a009f11c0c
Automatically update DHT nodeslist
...
List is now automatically fetched from nodes.tox.chat and placed in the
user config directory. The list is updated once every 30 days, and
will attempt to detect problems and re-fetch the list if necessary.
Also fixed a couple file descriptor leaks and cleaned some things up.
2016-09-20 00:00:09 -04:00
1f02bb2be5
Refactor DHT bootstrap code
...
- Separate node list loading from connecting
- Put code in its own source file
- Rename a few functions
2016-09-17 14:26:23 -04:00
d16be574f3
Add stack protection compile flag to Makefile
2015-11-10 23:34:46 -05:00
39c4b7ecdd
Add ability to print your Tox ID's QR code to a file
2015-11-08 22:51:46 -05:00
93a73cbef2
Merge pull request #351 from mneumann/fix_build_dragonfly
...
Fix compile for DragonFlyBSD
2015-11-07 17:26:30 -05:00
4ab99c73a0
Merge with master
2015-11-02 15:22:52 -05:00
8584feab80
Replace DNS-based username lookups with HTTPS & drop utox.org support
2015-10-28 17:14:17 -04:00
2c3921a9fb
Fix compile for DragonFlyBSD
2015-09-09 13:23:48 +02:00
c8a9ac21f3
Implemented OSX device listing
2015-08-21 00:44:25 -05: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
dfbb1338a5
Makefile: be less aggressive when cleaning
2015-03-21 19:31:00 +01:00
a11289de79
Move makefile into root directory
...
Requested by @mannol.
2015-03-21 18:35:40 +01:00