Commit Graph

4724 Commits

Author SHA1 Message Date
Tim
0b366ed3ec Added /q to exit 2013-07-14 21:29:43 +02:00
irungentoo
f3dfeb607b Fixed useless inbound connection not timing out. 2013-07-14 15:22:49 -04:00
irungentoo
41d31e9802 Deleting friend now kills the connection to that friend. 2013-07-14 11:52:32 -04:00
irungentoo
6e1390554c Some dynamic memory allocation added to the DHT. 2013-07-14 11:50:34 -04:00
irungentoo
084185a2c2 use DEBUG define to turn on some printfs. 2013-07-14 11:40:42 -04:00
irungentoo
71abd15c1b Fixed ncurses problems. 2013-07-13 23:11:57 -04:00
irungentoo
9160a12ee1 Merge pull request #39 from ollieh/ncursesclient
prettier output
2013-07-13 19:30:33 -07:00
irungentoo
96b8cb1c43 Fixed @ appearing in messages. 2013-07-13 22:28:25 -04:00
Oliver Hunt
a58a6f5c7b prettier output 2013-07-14 03:27:23 +01:00
irungentoo
383630b3d4 Merge pull request #38 from ollieh/ncursesclient
Ncursesclient
2013-07-13 19:06:58 -07:00
Oliver Hunt
b69fbb15e2 Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core into ncursesclient 2013-07-14 02:57:16 +01:00
Oliver Hunt
9f38ab582c fixed the ncurses client i believe 2013-07-14 02:57:09 +01:00
irungentoo
65bda2a6c9 ncurses test doesn't work very well. Putting back the old test. 2013-07-13 21:07:30 -04:00
irungentoo
5b761ba9ca Added FAQ 2013-07-13 19:49:27 -04:00
irungentoo
11a39bb49a Cmake changed, small change in random_int()
Cmake builds now builds the new ncurses test only on non windows.
2013-07-13 19:24:14 -04:00
irungentoo
5b3c4442dd Merge pull request #36 from ollieh/ncursesclient
Ncursesclient
2013-07-13 16:14:24 -07:00
Oliver Hunt
b3e5da125c Added doMessenger() to the loop and connecting to the bootstrap node 2013-07-13 23:43:01 +01:00
Oliver Hunt
5441562e11 Added ncurses tox client 2013-07-13 23:42:05 +01:00
irungentoo
11a2bf0878 Fixed 2 small mistakes present in the last pull request. 2013-07-13 18:20:58 -04:00
irungentoo
3a95d5da41 Merge pull request #33 from nurupo/master
Added conversion from friend_id to client_id
2013-07-13 15:10:51 -07:00
Maxim Biro
c2fb803ad5 Added conversion from friend_id to client_id 2013-07-13 18:09:17 -04:00
irungentoo
d63d63de9b Simple boostrap server added. 2013-07-13 13:20:12 -04:00
irungentoo
d4fe483efd NaCl moved to other repo. 2013-07-13 10:09:38 -04:00
irungentoo
835ef0320d Added something to DHT_hardening.txt 2013-07-13 10:01:19 -04:00
irungentoo
5f2fdf1b18 Removed useless XML parser. 2013-07-13 00:12:27 -04:00
irungentoo
4899be84d1 Merge pull request #31 from nurupo/master
Fixed cmake and Travis
2013-07-12 18:10:43 -07:00
Maxim Biro
573c88df44 Fixed cmake and Travis 2013-07-12 21:06:22 -04:00
irungentoo
e21e414248 If someone wants to fix the cmake, go ahead. 2013-07-12 17:19:51 -04:00
irungentoo
5725e86a93 Build fixed? 2013-07-12 17:03:54 -04:00
irungentoo
e80ac120e1 Build fixed? 2013-07-12 16:35:45 -04:00
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