Commit Graph

134 Commits

Author SHA1 Message Date
8961bce658 Start adding code. 2018-03-30 13:11:29 +02:00
fac59cfd2f Moving to full C++. 2018-03-29 15:04:17 +02:00
1c9e1859d2 Changed contribution information. 2018-03-11 17:54:34 +01:00
884d1adb42 Line formatting. 2017-11-22 17:23:42 +01:00
0553f4eb19 Add reasoning for license. 2017-11-21 16:55:54 +01:00
b1aa31403b Message system now uses queues instead of vectors. 2017-11-21 16:34:50 +01:00
7f7f9ae047 Specify OpenDHT version in compiling section. 2017-11-20 14:05:02 +01:00
e6be2716f4 Renaming structs to evade conflicts with already existing code. 2017-11-20 13:59:48 +01:00
5b5660e5c4 Added comments to demo code. 2017-11-20 13:55:06 +01:00
c8964ad81a Added getter functions. 2017-11-18 10:59:00 +01:00
5c5adbc109 Add help info for channel joining and leaving. 2017-11-17 17:24:04 +01:00
bfffe7b798 No need to remove object files. 2017-11-17 17:22:34 +01:00
904a4ce55f Add message.cpp to build. 2017-11-17 17:20:35 +01:00
d27375162d Move message functions to own file. 2017-11-17 17:20:05 +01:00
922f66969b Channel implementation in demo. 2017-11-17 17:18:46 +01:00
909a5ff740 Improved channel support. 2017-11-17 17:18:33 +01:00
c6eb1d6b09 Improved error retrieval. 2017-11-17 17:17:52 +01:00
8dd885537f Fixed incorrect comparison. 2017-11-15 17:19:28 +01:00
41df104955 More info about the demo. 2017-11-10 16:39:55 +01:00
f08812fba4 Move total into stats. 2017-11-10 16:34:36 +01:00
64fbe3ec9c Fixed statistics count. 2017-11-10 16:26:34 +01:00
fc94e08e31 Add help information and fix quit functionality. 2017-11-10 16:07:51 +01:00
3e3ef767a4 Node connectivity has been tested. 2017-11-08 02:26:07 +01:00
72fae99e89 Test new interfaces. 2017-11-08 02:25:35 +01:00
d513080baa New interfaces for statistics. 2017-11-08 02:25:15 +01:00
747bc4d328 Merge branch 'master' into demobranch 2017-11-08 02:01:02 +01:00
5e816cf601 Node stat function. 2017-11-08 02:00:33 +01:00
65790d8da3 Indentation change. 2017-11-08 01:54:14 +01:00
3e15f1dc8a Start demo in infinite loop. 2017-11-05 17:27:05 +01:00
6a3bd9c290 Functional Makefile. 2017-11-05 17:08:23 +01:00
e72cb42199 Also link with opendht. 2017-11-05 16:59:52 +01:00
9f5d828b5f Merge branch 'master' into demobranch 2017-11-05 16:55:34 +01:00
f673788a70 Trying to get a working Makefile. 2017-11-05 16:54:43 +01:00
abec2373a3 Demo should be able to connect. 2017-11-05 16:53:45 +01:00
2d950fc383 Ignore binaries. 2017-11-05 16:35:54 +01:00
0c0ce8def2 No need for those comments anymore. 2017-10-31 16:54:51 +01:00
78a7daf984 Uncomment import/export functions. 2017-10-30 16:45:22 +01:00
433860b3cd Set minimum OpenDHT version. 2017-10-30 16:45:06 +01:00
e40d5e8329 Require version 1.4.0 or later. 2017-10-23 13:28:39 +02:00
fa3b944c0c Added section for the demo in README. 2017-10-03 17:13:18 +02:00
bd09c6fe25 Created Makefile for demo. 2017-10-03 17:09:18 +02:00
36444aeb66 Change version. 2017-10-03 16:57:02 +02:00
71edd76b60 Added to TODO 2017-09-29 10:43:41 +02:00
0224cd157f Clarification in documentation. 2017-09-29 10:40:36 +02:00
5c3e6889de Added more return statements to commented out code. 2017-09-29 10:38:30 +02:00
ca0a691020 Inline the free function. 2017-09-29 10:33:39 +02:00
0278d786a9 Gets the hash of the sender. 2017-09-28 18:07:26 +02:00
59d59549e1 Check status of sent messages. 2017-09-25 17:19:16 +02:00
763277dd9b Fixed spacing. 2017-09-25 16:53:41 +02:00
80269a53e4 So Doxygen won't fuck up the docs. 2017-09-25 16:37:09 +02:00