Commit Graph

  • afeda2281d Removed a stupid zip that wan't supposed to be there! master linux/ubuntu Gabriel Tofvesson 2017-10-17 01:12:22 +02:00
  • 21372a9eb3 Fixed issues with auto-deletion of messages Added key serialization/deserialization functions Added experimental "soft-close" feature Added ability to chain AsyncKeys (unstable?) Gabriel Tofvesson 2017-10-17 01:08:32 +02:00
  • 88928ba722 Fixed fatal bug causing deletion of stack-allocated cryptographic keyset: keyset is no longer stack-allocated :P AsyncKeys destructor now completely deletes keydata Gabriel Tofvesson 2017-10-16 21:01:18 +02:00
  • 04ef028372 Added asynchronous key generation to network library Replaced malloc() calls with new[] calls to make code more consistent Fixed memory leaks KeyData is now generated as a pointer Gabriel Tofvesson 2017-10-16 20:37:06 +02:00
  • 79d518f97e Made ping available for anyone Added feature to disable autoPing Server can also disable autoPing FuckYou 2017-10-12 12:27:50 +02:00
  • 76e0c6b31d Added hex parser Added support for direct (not shortened) hex parsing Gabriel Tofvesson 2017-10-12 00:17:43 +02:00
  • d13e86fc75 Fixed minor bugs Added support for pre-created keys to be supplied Gabriel Tofvesson 2017-10-11 23:25:55 +02:00
  • be17d51c3f Fixed partial stream management Added proper state managemment Fixed state posting to peer Added flushes to ensure data is sent in the proper order Added permissive mode to error-checks (optional) Properly implemented full-packet stream interruption FuckYou 2017-10-07 22:11:37 +02:00
  • 43cea7b40b Started adding Partial stream handling - Partial stream implements ostream - Added state management for starting or stopping partial streams - Stream can be paused to write full messages without ending "stream session" - Stream supports buffering to prevent sending small packets Abstracted associatedData away to what is essentially a map FuckYou 2017-10-06 00:13:41 +02:00
  • f3c5bdebbb Started implementing data "streams" on top of socket layer, i.e. data packets of undefined size which take an undefined amount of time to generate, but should be sent immediately Gabriel Tofvesson 2017-10-05 01:43:01 +02:00
  • d8ee17c011 Converted the read buffer to a vector such that it resizes as necessary Increased maximum read buffer size to 1 GiB FuckYou 2017-10-03 16:52:39 +02:00
  • e399fcb5cb Revert "Added two new packet structure implementations:" FuckYou 2017-10-03 16:40:47 +02:00
  • 506b4257a3 Added two new packet structure implementations: - Standard packet for messages smaller than or precisely 16KiB - Sparse packet: separates the message over a set of memory blocks with a maximum size of 16KiB. Maximum theoretical size (reading may not work) 2^128 ish Started replacing packet management system with new system Gabriel Tofvesson 2017-10-03 04:43:37 +02:00
  • e14794529e Added security measures against packet replay (mostly only useful in enncrypted mode) Added checks to prevent sub-message dropping v1.1.0 FuckYou 2017-09-29 13:18:09 +02:00
  • c46cc97913 Fixed issue where sending a string didn't include a null terminator v1.0.1 FuckYou 2017-09-29 07:38:12 +02:00
  • 84c0c62f5e Fixed error causing client to hang until remote host closed the connection v1.0.0 FuckYou 2017-09-29 01:30:49 +02:00
  • e93f1e7a95 Moved network code to a separate component I think I did some minor fix(es) FuckYou 2017-09-29 01:24:08 +02:00
  • 2553cb15c0 Made some minor changes FuckYou 2017-09-29 00:50:28 +02:00
  • ece5ad6ee1 Add project files. FuckYou 2017-09-29 00:47:33 +02:00
  • e4d28d4811 Add .gitignore and .gitattributes. FuckYou 2017-09-29 00:47:27 +02:00