Commit Graph

  • 4e19042f5b Add requirements.txt master Lev 2021-12-20 10:15:59 +0300
  • a2c5059646 Name input in the python interface Lev 2021-12-20 09:52:08 +0300
  • 3cef4b50d2 Improved text field in python interface, added images Lev 2021-12-20 09:15:17 +0300
  • 93f83e6b4a add binary Lev 2021-12-19 22:01:48 +0300
  • 3f49b7a551 Documentation Lev 2021-12-19 21:42:37 +0300
  • d9afc776c0 Profile button v1 Lev 2021-12-19 20:29:54 +0300
  • ea5b473763 Made the network a separate crate Lev 2021-12-19 18:14:58 +0300
  • f94c9849d6 Using a waker in rust's Degeon stream Lev 2021-12-19 17:31:17 +0300
  • 8164fa9874 Integrating rust with python interface Lev 2021-12-19 15:45:12 +0300
  • 05785e078c Add handling loop iteration for python Lev 2021-12-18 17:58:59 +0300
  • c712b5a7be The send button in interface Alexey 2021-12-13 12:18:36 +0300
  • 82b9109585 Wrote a pygame button Alexey 2021-12-13 10:46:18 +0300
  • 49824ef937 Input field in interface Alexey 2021-12-12 07:42:44 +0300
  • b501b69f64 Rendering messages in interface Alexey 2021-12-12 06:57:04 +0300
  • 81d129ec59 Rendering active chat in interface (header) Lev 2021-12-11 19:13:09 +0300
  • 7c76981c1f Design in interface: changed colors and sizes Alexey 2021-12-11 19:00:52 +0300
  • a509fb8e45 Split interface code into separate files Alexey 2021-12-09 18:30:02 +0300
  • 204310e159 ActiveChat and Degeon.main_loop in interface Alexey 2021-12-09 18:25:16 +0300
  • c09a392bc0 Degeon_py: started writing interface Alexey 2021-12-07 18:11:08 +0300
  • 8e58048c4e Move degeon protocol and worker into degeon_core Lev 2021-12-17 16:07:16 +0300
  • acb5d4f8d5 Profile screen Alexey 2021-12-16 09:04:10 +0300
  • 84e1b5c879 Documentation and serialization Lev 2021-12-15 19:39:49 +0300
  • 0ccd0bbced Fixed the messenger Lev 2021-12-14 11:50:02 +0300
  • 226b9536ce Images Lev 2021-12-13 09:51:50 +0300
  • 114dd10448 README, images Lev 2021-12-13 09:50:22 +0300
  • 2240ae80ae Fix some IP things for devices behind NAT and bad connections Lev 2021-12-12 21:47:23 +0300
  • 68d2fb2af3 Wrote a messenger) Lev 2021-12-12 00:44:39 +0300
  • c90fc8e0a6 Improved binary Lev 2021-12-11 21:54:34 +0300
  • d8c85c96aa Add binary Lev 2021-12-11 20:54:47 +0300
  • 3a7a320605 Serialization + main loop starter Lev 2021-12-11 18:54:36 +0300
  • ae901e5009 Sending messages is now working Lev 2021-12-11 17:00:14 +0300
  • 5089de2af6 The testnet can now create tunnels through IP protocol Lev 2021-12-11 16:06:50 +0300
  • 53252f72b8 Sending messages Lev 2021-12-10 23:15:32 +0300
  • 0c11f286f7 Tunnel generation (it's even working) Lev 2021-12-10 22:46:21 +0300
  • 3e61c27317 Peer sharing in IP Lev 2021-12-06 16:25:17 +0300
  • fa49945652 Wrote some logic in TestInterface, fixed some warnings Lev 2021-12-06 15:39:58 +0300
  • 362102c7dc Wrote TestInterface Lev 2021-12-06 15:00:38 +0300
  • 445b285b79 Created IPPackage header. Added receive queue Prokhor 2021-12-03 09:28:43 +0300
  • 9da108486c Created IPInterface constructor. Made nonblocking mainloop in IP Alexey 2021-11-30 19:37:28 +0300
  • 41a0842193 Cryptography in message (signing, checks), new serialization for PublicKey Lev 2021-11-29 12:42:19 +0300
  • eede8b9c23 Hashing of everything Lev 2021-11-26 11:02:52 +0300
  • e0e7a49520 Move test for ip from examples back to the file Lev 2021-11-25 07:33:34 +0300
  • 2d6275debc Fix clippy warnings and no_std build Lev 2021-11-25 07:22:27 +0300
  • 57397e20fd Fixed incoming connections in IP interface Alexey 2021-11-24 22:25:28 +0300
  • e46f611b4a Removed unfinished line Alexey 2021-11-24 20:29:54 +0300
  • bb26f910ff Created IP inteface. Implemented send method Alexey 2021-11-24 20:28:49 +0300
  • 888f77c6bb The send button in interface interface-2 Lev 2021-12-13 12:18:36 +0300
  • f5c61c5aa5 Wrote a pygame button Lev 2021-12-13 10:46:18 +0300
  • 456e8940b1 Input field in interface Lev 2021-12-12 07:42:44 +0300
  • d7524cb4bf Merge interface branch Lev 2021-12-12 07:15:00 +0300
  • ff5e99ceb0 Rendering messages in interface Lev 2021-12-12 06:57:04 +0300
  • 67b8c7cfe5 Rendering active chat in interface (header) Lev 2021-12-11 19:13:09 +0300
  • 833e3e4547 Design in interface: changed colors and sizes Lev 2021-12-11 19:00:52 +0300
  • 10e79d57e4 Split interface code into separate files Lev 2021-12-09 18:30:02 +0300
  • 4769b2eead ActiveChat and Degeon.main_loop in interface Lev 2021-12-09 18:25:16 +0300
  • 093e011fc8 Degeon_py: started writing interface Lev 2021-12-07 18:11:08 +0300
  • 8680d3379a Wrote a messenger) Lev 2021-12-12 00:44:39 +0300
  • df827fc656 Improved binary Lev 2021-12-11 21:54:34 +0300
  • 1caa0324cf Add binary Lev 2021-12-11 20:54:47 +0300
  • 2574061bed Serialization + main loop starter Lev 2021-12-11 18:54:36 +0300
  • f0326cea8c Sending messages is now working Lev 2021-12-11 17:00:14 +0300
  • 02c88de37a The testnet can now create tunnels through IP protocol Lev 2021-12-11 16:06:50 +0300
  • af5d27dc97 Sending messages Lev 2021-12-10 23:15:32 +0300
  • 6c69c80d7a Tunnel generation (it's even working) Lev 2021-12-10 22:46:21 +0300
  • aa15911403 Peer sharing in IP Lev 2021-12-06 16:25:17 +0300
  • 82b5973aa0 Wrote some logic in TestInterface, fixed some warnings Lev 2021-12-06 15:39:58 +0300
  • 2a7a97f592 Wrote TestInterface Lev 2021-12-06 15:00:38 +0300
  • 3e25fbb4bb Created IPPackage header. Added receive queue Prokhor 2021-12-03 09:28:43 +0300
  • 50ecec2aa3 Created IPInterface constructor. Made nonblocking mainloop in IP Prokhor 2021-11-30 19:37:28 +0300
  • 2b6e2b46ad Cryptography in message (signing, checks), new serialization for PublicKey Lev 2021-11-29 12:42:19 +0300
  • 07902bb027 Hashing of everything Lev 2021-11-26 11:02:52 +0300
  • 8f5a562ff8 Move test for ip from examples back to the file Lev 2021-11-25 07:33:34 +0300
  • 3b17d437d3 Fix clippy warnings and no_std build Lev 2021-11-25 07:22:27 +0300
  • 38eb9b2e9e Fixed incoming connections in IP interface Prokhor 2021-11-24 22:25:28 +0300
  • f0fea9d45b Removed unfinished line Prokhor 2021-11-24 20:29:54 +0300
  • b266a0928f Created IP inteface. Implemented send method Prokhor 2021-11-24 20:28:49 +0300
  • 63ab79c6b2 MessageBuilder Lev 2021-11-22 14:25:49 +0300
  • a47c5e14ff Abstract functions in the `IF` struct Lev 2021-11-22 10:08:34 +0300
  • c33253acb9 Message and tunnel structs Lev 2021-11-21 10:40:47 +0300
  • 67f7d801fa `Transport.main_loop_iteration()` Lev 2021-11-21 00:08:47 +0300
  • 9e126fe2cd Write receiving in transport (with tests) Lev 2021-11-20 23:59:01 +0300
  • 1f7c9efcc1 Improved `IFError`, wrote `TestInterface` and some tests for `Transport` Lev 2021-11-20 23:34:20 +0300
  • 790e471b69 Write Interface trait and Transport Lev 2021-11-20 22:57:38 +0300
  • 796eb374f4 Cryptography is ready Lev 2021-11-18 22:27:58 +0300
  • 34ba5f683f Add crypto.rs with todos and tests Lev 2021-11-18 20:51:10 +0300
  • 9b31ebd022 Add README, no_std flag Lev 2021-11-18 20:25:42 +0300
  • 7cfb275a18 Create project Lev 2021-11-18 20:18:48 +0300