Commit Graph

224 Commits

Author SHA1 Message Date
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
irungentoo 8744bcdc61 Merge pull request #52 from NemDiggers/master
Update readme; I'm vain like that.
2013-07-19 04:12:05 -07:00
irungentoo 44da025629 Merge pull request #53 from stal888/master
Add support for DHT_bootstrap to connect to other nodes
2013-07-19 04:10:55 -07:00
Sebastian Stal 76df53bb65 Add support for DHT_bootstrap to connect to other nodes 2013-07-18 23:25:01 -07:00
NemDiggers 16dbdd0012 Remove WHY.txt 2013-07-19 00:20:57 -04:00
NemDiggers 6c6af6d95f Fix up build status 2013-07-19 00:19:11 -04:00
NemDiggers b2481f845f God I'm dumb
Had to add a break line.
2013-07-19 00:18:01 -04:00
NemDiggers 13c5765a6c Schematics & build status 2013-07-19 00:10:18 -04:00
NemDiggers 6c2b0e7815 Update readme; I'm vain like that. 2013-07-18 22:32:28 -04:00
irungentoo 60957885fd Added a daemon version of DHT_bootstrap made by tawm_. 2013-07-18 18:46:14 -04:00
irungentoo f06cd56ece Saving of userstatus not implemented, removed loading of them. 2013-07-18 17:57:01 -04:00
irungentoo dd623d120e Merge pull request #50 from stal888/master
Move packet IDs to Messenger.h.
2013-07-18 14:12:53 -07:00
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