Commit Graph

4144 Commits

Author SHA1 Message Date
irungentoo
79aa715514 First part of DHT hardening done.
Added crypto to the DHT communications.

This defeats completely the first attack mentioned in
docs/DHT_hardening.

Also updated the build system to build the latest test (it links it with
libsodium)
2013-07-12 16:27:19 -04:00
irungentoo
e830861a9d Use UTF-8 for all the text that is sent/recieved. 2013-07-11 08:54:34 -04:00
irungentoo
1989246f49 Some more ideas on how to harden the DHT. 2013-07-11 08:41:24 -04:00
irungentoo
a20efb7c1b Removed useless define. 2013-07-11 07:20:12 -04:00
irungentoo
0b18dcda6f Per friend request data added. 2013-07-10 17:31:58 -04:00
irungentoo
f471602d5d updated TODO 2013-07-10 12:54:39 -04:00
irungentoo
488ac35cc6 Merge pull request #27 from juryben/master
cast to unsigned char and environmental var
2013-07-10 03:29:23 -07:00
juryben-fedora
c600835ad3 cast parameters to unsigned char and terminal localhost regex without domain 2013-07-09 23:16:59 -04:00
irungentoo
e680d885d7 Delete friends function now works and some other changes. 2013-07-09 20:25:52 -04:00
irungentoo
116f7b20ef Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core 2013-07-09 18:28:39 -04:00
irungentoo
ae6f898a9e Added some thoughts on how to harden the DHT. 2013-07-09 18:27:56 -04:00
irungentoo
aad063f62a Merge pull request #22 from juryben/master
.gitignore additions
2013-07-09 14:40:19 -07:00
Ben B
458d7dc13e Update .gitignore 2013-07-09 17:05:06 -04:00
juryben-fedora
c310719f84 update gitingore 2013-07-09 17:02:07 -04:00
irungentoo
803fbafc50 Comments updated. 2013-07-09 13:42:28 -04:00
irungentoo
127fced11f Added comment block to Messenger test. 2013-07-09 13:27:47 -04:00
irungentoo
4d50638528 Basic IM messenger backend pretty much done (You can start the GUI)
And a couple of fixes to the other parts.
2013-07-09 13:20:48 -04:00
irungentoo
db37eca44b Some work done on the messenger part. 2013-07-08 20:50:25 -04:00
irungentoo
3df906c2db Merge pull request #19 from KenanY/travis-status-image
Add Travis-CI status image
2013-07-08 15:22:02 -07:00
Kenan Yildirim
4024a707f7 Add Travis-CI status image 2013-07-08 17:13:29 -04:00
irungentoo
ea2459f3a5 Merge pull request #17 from SHTheSuper/master
Small optimization.
2013-07-08 10:20:33 -07:00
Anthony Super
dd8d34d460 Quick fix
Used two if statements, both of which just broke a loop. Just threw them together with ||. Should be slightly faster.
2013-07-08 11:05:20 -06:00
irungentoo
c00cf85078 Spelling mistakes fixed. 2013-07-08 12:36:11 -04:00
irungentoo
9a0d749083 Added IDEAS.txt and added checks to 2 net_crypto functions. 2013-07-07 23:09:00 -04:00
irungentoo
a632d960f8 Fixed to be confilcts with the DHT and the messenger part. 2013-07-07 11:54:25 -04:00
irungentoo
2528ec148c Very basic start on the Tox messaging api.(Should give you a basic idea how it's gonna work) 2013-07-06 22:28:15 -04:00
irungentoo
6a9805d368 Small fixes in the crypto doc. 2013-07-06 11:02:47 -04:00
irungentoo
7458473dca Forward secrecy implemented into crypto. 2013-07-06 10:57:49 -04:00
irungentoo
928fc1e65a Fixed link. 2013-07-05 21:08:39 -04:00
irungentoo
244705b577 Added WHY.txt 2013-07-05 21:06:46 -04:00
irungentoo
b75b99a20a Updated roadmap and TODO. 2013-07-05 17:24:43 -04:00
irungentoo
a480c0195a Crypto done(still need to test it a bit more thought)
Replaced chars with uint8_t

Added a new test program.

Added some functions to Lossless UDP.

And some other stuff.
2013-07-05 17:00:39 -04:00
irungentoo
358f46f648 Some slight modifications to the crypto protocol. 2013-07-04 18:38:01 -04:00
irungentoo
ccb270add2 Compiled for windows and fixed stuff accordingly. 2013-07-03 16:35:44 -04:00
irungentoo
1e17492b78 Update TODO. 2013-07-03 10:05:44 -04:00
irungentoo
c86c1c8132 TODO updated. 2013-07-03 09:45:01 -04:00
irungentoo
1767fd574e Updated readme and TODO. 2013-07-03 08:20:40 -04:00
irungentoo
168e0fd105 Fixed typo. 2013-07-02 20:53:03 -04:00
irungentoo
5591d44632 Fixed typos. 2013-07-02 18:39:13 -04:00
irungentoo
e1acd327ed Draft proposal of how crypto will be implemented added. TODO updated. 2013-07-02 15:28:59 -04:00
irungentoo
e2967396ac Added NaCl crypto library. 2013-07-02 09:53:34 -04:00
Magmus
8928c817df Update and rename groups_parser to groups_parser.c 2013-07-01 20:15:05 -07:00
irungentoo
8ffd1006d0 Updated TODO 2013-07-01 20:47:30 -04:00
irungentoo
a10a4aaa96 Added basic draft of the messenger protocol. 2013-07-01 15:17:09 -04:00
irungentoo
62839f1bd9 Small changes. 2013-07-01 10:55:39 -04:00
irungentoo
65a198ffa5 Fixed small bug. Updated TODO. 2013-07-01 10:15:04 -04:00
irungentoo
7c40150c59 Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core 2013-07-01 08:54:42 -04:00
irungentoo
9f6b609e08 Made code more portable. 2013-07-01 08:54:21 -04:00
Magmus
755757a65d Added Group Parser 2013-06-30 22:43:00 -07:00
Magmus
d228211043 Update and rename main.c to friends_parser.c 2013-06-30 22:41:42 -07:00