redwire
b16013b86b
Fixed temp redeclaration
2013-07-21 21:23:21 -02:30
redwire
99c3426cbc
Going with irungentoo's suggestion and using memcpy instead of sectioning with arithmetic
2013-07-21 21:13:04 -02:30
redwire
5a5e6fd307
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
2013-07-21 21:10:44 -02:30
irungentoo
c211e361d2
Merge pull request #76 from notadecent/master
...
Updated nTox.c (added timestamp)
2013-07-21 14:37:31 -07:00
irungentoo
8563b0b3b3
Merge pull request #74 from mouseym/patch-1
...
Update INSTALL.md
2013-07-21 14:23:00 -07:00
Zack
9b634504a6
Fixed an embarassing typo
2013-07-21 18:40:24 -02:30
Zack
c999fb6462
Implemented a faster algorithm for generating nonces
2013-07-21 18:35:12 -02:30
notadecent
7863a552aa
Updated nTox.c (added timestamp)
...
It's very glitchy. But it works.
2013-07-21 22:54:09 +02:00
irungentoo
550725c11a
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
2013-07-21 13:15:42 -04:00
mouseym
eccdd80101
Update INSTALL.md
...
OSX Instructions added.
2013-07-21 18:15:05 +01:00
irungentoo
7fecd73ae0
Added routing functions to DHT.
2013-07-21 13:14:36 -04:00
irungentoo
0d26ee9aed
Merge pull request #72 from notadecent/master
...
Update nTox.c
2013-07-21 06:54:15 -07:00
notadecent
2cf96814ba
Update nTox.c
...
Formatting
2013-07-21 15:52:43 +02:00
irungentoo
38e49709c1
Fixed links in README.
2013-07-21 09:18:15 -04:00
irungentoo
71fef4e7bf
Merge pull request #71 from ollieh/master
...
Removed docs, all are now in the wiki
2013-07-21 06:02:37 -07:00
irungentoo
8da1a37210
Merge pull request #70 from NemDiggers/master
...
We've updated our URL
2013-07-21 06:01:06 -07:00
Oliver Hunt
0ec04a92af
Removed docs, all are now in the wiki
2013-07-21 09:50:36 +01:00
NemDiggers
6e827f2af1
We've updated our URL
2013-07-21 03:44:58 -04:00
irungentoo
4f4e41f2eb
Initial connections might be faster.
2013-07-20 22:22:17 -04:00
irungentoo
3793b0b7fa
Merge pull request #69 from stal888/arrows
...
Don't exit on arrow keys
2013-07-20 19:10:05 -07:00
Sebastian Stal
d88cdf7307
Don't exit on arrow keys
2013-07-20 19:08:10 -07:00
irungentoo
b9b50481be
Fixed segfault.
2013-07-20 19:59:01 -04:00
irungentoo
9eb301e51d
Merge pull request #68 from nurupo/master
...
Updated nTox
2013-07-20 15:21:08 -07:00
Maxim Biro
a1078ef9b3
Updated nTox
2013-07-20 17:56:18 -04:00
irungentoo
0ec94adea9
Merge pull request #67 from nurupo/master
...
Added address resolving function (Thank you stal).
2013-07-20 14:44:11 -07:00
Maxim Biro
e4469b5130
Added address resolving function (Thank you stal).
2013-07-20 17:31:36 -04:00
irungentoo
292ccc54e0
Merge pull request #66 from m3hr/master
...
Cleaned up some clarity issues
2013-07-20 14:26:10 -07:00
m3hr
24bca447d5
Cleaned up some clarity issues
...
Probably better to host the logo on tox.im than rbt.asia
2013-07-20 13:04:32 -07:00
irungentoo
fe7c7ed0dc
Merge pull request #65 from stal888/addr-resolve
...
Add DNS resolving to nTox
2013-07-20 12:05:45 -07:00
Sebastian Stal
e0b6e7c8bb
Fix sign on function
2013-07-20 12:01:19 -07:00
Sebastian Stal
497329aeab
Make nTox resolve DNS addresses.
2013-07-20 11:50:54 -07:00
irungentoo
ae8814ce69
Merge pull request #63 from nurupo/master
...
Fixed header inclusion for Windows
2013-07-20 11:12:39 -07:00
Maxim Biro
5ec78d75ce
Fixed header inclusion for Windows
2013-07-20 11:47:59 -04:00
irungentoo
72ea431489
Merge pull request #62 from Captainhat/master
...
More comments in core fixed
2013-07-20 08:25:19 -07:00
Andrew
9616cc6a89
More changes made to comments, as requested by jvrv
2013-07-20 11:02:43 -04:00
Andrew
5101ef756a
Fixed comments in other files as per request of jvrv
2013-07-20 10:39:05 -04:00
irungentoo
11e94066f7
Merge branch 'master' of https://github.com/sometwo/ProjectTox-Core into sometwo-master
...
Conflicts:
core/Messenger.c
2013-07-20 07:55:21 -04:00
irungentoo
41cc5b19ca
Merge pull request #60 from nurupo/master
...
Don't assume that all callbacks are set.
2013-07-20 04:46:23 -07:00
Maxim Biro
48e2a80720
Don't assume that all callbacks are set.
...
If one of callbacks is not set, the application crashes.
This is the case when you update the library and the update adds more
callbacks, or when you simply don't want to receive some of the updates
(callbacks).
In any case, defining all callbacks shouldn't be mandatory.
2013-07-19 23:17:15 -04:00
jvrv
a72777ed70
fix comments of some files
2013-07-20 00:00:10 -03:00
irungentoo
ac6003e932
Merge pull request #57 from Martijnvdc/patch-2
...
Patch 2
2013-07-19 10:54:42 -07:00
Martijnvdc
cf6327db49
Update net_crypto.c
...
changed all "i++" into "++i", as proposed by nfkd
2013-07-19 19:34:35 +02:00
Martijnvdc
727ab4adee
Update Lossless_UDP.c
...
changed all "i++" into "++i", as proposed by nfkd
2013-07-19 19:28:58 +02:00
irungentoo
00320267ae
Merge pull request #56 from Martijnvdc/patch-1
...
Patch 1
2013-07-19 10:02:52 -07:00
irungentoo
c657778f0c
The last fix was wrong, this time it's properly fixed.
2013-07-19 12:35:52 -04:00
Martijnvdc
2b4712122c
Update Messenger.c
...
changed all "i++" into "++i", as proposed by nfkd
2013-07-19 18:18:29 +02:00
irungentoo
2d88476d44
Fixed big bug in DHT.
2013-07-19 12:09:40 -04:00
Martijnvdc
c66787929f
Update DHT.c
...
changed all "i++" into "++i", as proposed by nfkd
2013-07-19 17:55:34 +02:00
irungentoo
8a50c04725
Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core
2013-07-19 10:57:23 -04:00
irungentoo
d792247dd8
Fixed bug that sometimes prevented two clients from connecting.
2013-07-19 10:57:05 -04:00