Commit Graph

2015 Commits

Author SHA1 Message Date
irungentoo
e32b5f0c95 Merge pull request #764 from mouseym/patch-2
Update INSTALL.md
2014-02-24 17:57:33 -05:00
irungentoo
718b5e8ca3 Speeded up DHT peer finding and decreased DHT bandwidth usage. 2014-02-24 17:14:47 -05:00
mouseym
4937024ec2 Update INSTALL.md 2014-02-24 21:55:00 +00:00
irungentoo
95d0c831a8 Merge pull request #763 from mannol1/master
Pkg-config config for av
2014-02-23 17:58:10 -05:00
mannol
cf8a090cde Merge remote-tracking branch 'upstream/master' 2014-02-23 23:24:07 +01:00
mannol
4888d916d0 pkg-config and av 2014-02-23 23:13:38 +01:00
irungentoo
f219fb4ac1 Merge pull request #760 from nurupo/server-to-node
Renamed dht server to dht node
2014-02-22 17:52:26 -05:00
Maxim Biro
5a142bb697 Renamed dht server to dht node 2014-02-22 17:07:15 -05:00
Maxim Biro
44c1dfc5fd Enable nTox in Travis 2014-02-22 17:05:12 -05:00
Maxim Biro
41ad4c4068 Fixed some dht bootstrap daemon related things in install.md 2014-02-22 17:00:46 -05:00
Maxim Biro
9b1de38b60 Make Travis build bootstrap daemon again 2014-02-22 16:54:33 -05:00
irungentoo
388b1229b9 Merge pull request #753 from nurupo/master
Removed typedefs for consistency
2014-02-20 18:25:55 -05:00
Maxim Biro
046f92cf52 Removed typedefs for consistency 2014-02-20 18:16:32 -05:00
irungentoo
c84df4a4af Merge pull request #751 from sonOfRa/master
Add a configure flag for disabling soname versions
2014-02-20 16:33:43 -05:00
sonOfRa
b9825218fc Add a configure flag for disabling soname versions
The loader on Android cannot deal with soname versions properly. To circumvent this problem, libtool has a -avoid-version flag that does not versionate the shared libraries.

To disable soname versions, "./configure --disable-soname". Soname versions are enabled by default, as only Android needs to disable them
2014-02-20 17:18:40 +01:00
irungentoo
0a73a62689 Merge pull request #749 from mannol1/master
Removed user agent header from msi and fixed travis build stuff
2014-02-19 17:43:42 -05:00
mannol
bc61d969e0 Apparently libvpx needs yasm 2014-02-19 23:27:38 +01:00
irungentoo
098df5ae31 Added local file sending test to tox_test and updated TODO. 2014-02-19 17:16:47 -05:00
mannol
4f80d2995f Fixed pointer position 2014-02-19 23:15:33 +01:00
mannol
efb070df9f Removed user agent header from msi and updated travis build stuff 2014-02-19 23:12:36 +01:00
irungentoo
fb757bcd49 Merge pull request #747 from Jman012/master
Groupchat crashing bug fixed.
2014-02-19 12:34:21 -05:00
Jman012
7838973ef3 Fixed the groupchat bug in a smarter way. 2014-02-19 09:31:29 -08:00
Jman012
fdf1b6932b Groupchat crashing bug fixed. 2014-02-19 09:02:10 -08:00
irungentoo
354a392d69 Added better documentation to the api, move some defines, fixed a possible issue. 2014-02-19 08:08:55 -05:00
irungentoo
a3904932bf crypto_secretbox_NONCEBYTES is the one to use for the symmetric encryption.
Not currently a big deal since they are the same size, but...
2014-02-19 07:34:44 -05:00
irungentoo
80d5aaa98e Fixed bug in DHT. 2014-02-19 07:14:37 -05:00
irungentoo
bd973152cc Merge pull request #742 from mannol1/master
Updated files with latest changes
2014-02-18 16:21:12 -05:00
mannol
7395bacd88 Stupid mistake 2014-02-18 22:07:18 +01:00
mannol
b267a36519 No need for libconfig in travis 2014-02-18 22:05:48 +01:00
mannol
63ad1cb422 Fixed some stuff 2014-02-18 21:51:27 +01:00
irungentoo
62ef4ed95d Astyled and added tests. 2014-02-18 13:49:17 -05:00
irungentoo
472ab51bc5 Merge branch 'master' of https://github.com/Jman012/ProjectTox-Core into Jman012-master 2014-02-18 11:37:29 -05:00
irungentoo
4b4507b44f Fixed test issue. 2014-02-17 19:28:31 -05:00
mannol
186c852aa6 Ugh 2014-02-18 00:35:26 +01:00
irungentoo
34a5fc8b47 Merge pull request #736 from exonity/master
Problem with libtoxcore_la_LDADD in toxcore/Makefile.inc
2014-02-17 18:05:04 -05:00
exonity
a77dacbdf0 Changed libtoxcore_la_LDADD to libtoxcore_la_LIBADD cause of creating a library. 2014-02-17 21:44:10 +01:00
irungentoo
3df67bc6aa Updated TODO. 2014-02-17 09:35:24 -05:00
irungentoo
8de8022d5a astyled last commit. 2014-02-17 09:28:26 -05:00
irungentoo
f152d4c94d Merge branch 'lehi-dev' of https://github.com/lehitoskin/ProjectTox-Core into lehitoskin-lehi-dev 2014-02-17 09:18:27 -05:00
Jman012
5cd5f32576 Typing: Forgot the callback argument types. 2014-02-16 17:14:22 -08:00
Jman012
32afb6b1e4 Typing: Changed all return values to int for consistency and the -1 error. 2014-02-16 17:06:11 -08:00
irungentoo
baa4a2f11d Astyled av code. 2014-02-16 20:01:30 -05:00
Jman012
00f38c8deb Typos. 2014-02-16 16:50:57 -08:00
Jman012
00d44597f0 Fixed user typing bug where it'd alway return an error. 2014-02-16 16:41:40 -08:00
irungentoo
9d1eb27717 Merge branch 'av-fix' into av-good 2014-02-16 19:13:34 -05:00
mannol
f79b327fd6 Fixed build 'error' 2014-02-16 19:11:55 -05:00
mannol
272ed7e6db Moved event to toxav 2014-02-16 19:11:55 -05:00
mannol
b47ae4f595 Try this fix 2014-02-16 19:11:55 -05:00
mannol
99b1b108dc This should install vpx 2014-02-16 19:11:55 -05:00
mannol
3ae37315e1 Added comments... 2014-02-16 19:11:55 -05:00