Commit Graph

2104 Commits

Author SHA1 Message Date
irungentoo
dd47a905a0 Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core 2013-07-18 17:10:43 -04:00
irungentoo
6291a04ed2 Fixed bug in the messenger loading. 2013-07-18 17:10:26 -04:00
Sebastian Stal
0de611627d Move packet IDs to Messenger.h. 2013-07-18 13:58:03 -07:00
irungentoo
01a9fb8f5b Merge pull request #48 from sometwo/patch-1
Update TODO.txt
2013-07-18 13:33:31 -07:00
irungentoo
fa8852ad02 Merge pull request #49 from nurupo/master
Added installation guide
2013-07-18 13:33:10 -07:00
Maxim Biro
70da858758 Added installation guide 2013-07-18 16:29:59 -04:00
sometwo
d6f6d4e860 Update TODO.txt 2013-07-18 17:03:49 -03:00
irungentoo
c8d7044efb Status packet is now id 49 (It's cleaner that way). 2013-07-18 15:59:14 -04:00
irungentoo
8a71941423 Merge pull request #47 from stal888/master
Add custom user statuses to core, updated nTox to support nicknames and user statuses.
2013-07-18 12:44:14 -07:00
Sebastian Stal
eb26220743 Fix a leak. 2013-07-18 11:13:29 -07:00
Sebastian Stal
b190dc6fbe Add custom user statuses to core, updated nTox to support nicknames and user statuses. 2013-07-18 10:56:50 -07:00
irungentoo
7611ca810f Added draft of routing protocol. 2013-07-18 13:45:28 -04:00
irungentoo
ad44110fd5 Added nicknames and nickname syncing. 2013-07-18 11:47:27 -04:00
irungentoo
e02620c7be Merge pull request #45 from nurupo/master
Improved build system
2013-07-17 15:46:59 -07:00
Maxim Biro
ec38df6f91 Set appropriative cmake_policy 2013-07-17 18:41:58 -04:00
Maxim Biro
6939a48226 Apply compiler flags only once 2013-07-17 18:29:26 -04:00
Maxim Biro
e9f0059a15 Make Travis use clang 2013-07-17 18:20:46 -04:00
Maxim Biro
ef0efd72b5 Improved build system 2013-07-17 18:18:27 -04:00
irungentoo
817ad50d96 Fixed small mistake (Thank you stal). 2013-07-17 15:10:52 -04:00
irungentoo
f27b5c9296 Fixed bug with deleting friends. 2013-07-17 13:54:19 -04:00
irungentoo
4864cb9edb Bug fixed, Loading and saving added to core. 2013-07-17 12:07:19 -04:00
irungentoo
ffa809b379 ncurses test now tells you when you connect to the DHT. 2013-07-16 19:45:20 -04:00
irungentoo
bec416a050 Fixed some bugs and a regression. 2013-07-16 19:02:44 -04:00
irungentoo
5572396c53 Saving and loading of keys added. 2013-07-16 13:44:46 -04:00
irungentoo
e63ba9c61b Loading and saving added to DHT. 2013-07-16 13:20:45 -04:00
irungentoo
c8d046e348 Some very basic flow control added to lossless UDP. 2013-07-16 10:36:59 -04:00
irungentoo
d62b91f3ac Lossless UDP tests fixed. 2013-07-16 10:22:32 -04:00
irungentoo
619ecb0bb3 Merge pull request #43 from Jeffail/master
Mostly superficial changes
2013-07-15 08:16:38 -07:00
Jeffail
859f31c160 Just cleaning up as I read, no behaviour changes 2013-07-15 15:42:50 +01:00
irungentoo
7674e65726 Merge pull request #40 from m0jo/master
Added clean way to exit (/q)
2013-07-14 12:44:27 -07:00
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