1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-11-23 05:10:09 +00:00

Commit Graph

  • 4e8febe916 minor refactoring, better docs in lpacket.h CPunch 2022-02-17 16:55:42 -0600
  • 9a15ce1463 Re-added variadic packets CPunch 2022-02-16 17:58:07 -0600
  • c21be8dfee Added hostname, ip info to handshake CPunch 2022-02-15 16:57:21 -0600
  • fb71dfb3c3 Added panel! CPunch 2022-02-14 00:22:36 -0600
  • e7265ad15b Added laikaP_pushOutQueue, minor refactoring CPunch 2022-02-13 23:55:30 -0600
  • a442f2f493 Added cnc's panel list, minor refactoring of packets CPunch 2022-02-12 18:21:59 -0600
  • 49a992c70a Added panel-specific packets CPunch 2022-02-10 16:56:40 -0600
  • a6bd244431 Added TaskService, ltask.[ch] CPunch 2022-02-04 13:15:06 -0600
  • 85d6cdcba1 refactored laikaS_*Packet functions, added debugging output CPunch 2022-02-03 20:51:32 -0600
  • 5fe72e9eb0 laikaS_endInPacket() bug fix CPunch 2022-02-03 16:46:12 -0600
  • dd173ee422 Key exchange refactoring! CPunch 2022-02-03 16:25:49 -0600
  • 310a751a07 Added 'lconfig.h' to .gitignore CPunch 2022-01-31 15:55:19 -0600
  • 6cab9107bb minor laikaM_rmvarray refactoring, removed 'type' parameter CPunch 2022-01-31 15:54:39 -0600
  • 6d799a7532 Fixed poll() path in lpolllist.c, fixed laikaM_rmvarray() CPunch 2022-01-31 13:27:12 -0600
  • 9291dbf823 added default peer::type, PEER_UNVERIFIED CPunch 2022-01-30 19:22:02 -0600
  • 282516797e Minor lpeer refactoring CPunch 2022-01-30 19:10:10 -0600
  • 1630f6277f Moved CMAKE_C_STANDARD to the root CMakeLists.txt CPunch 2022-01-30 01:20:47 -0600
  • 6fb8aa9b8a Refactored how CMake passes version & settings info CPunch 2022-01-30 01:15:51 -0600
  • 7481431551 Misc. cmake refactoring CPunch 2022-01-29 17:16:29 -0600
  • 773ea19532 Added AddressSanitizer to debug builds CPunch 2022-01-29 17:00:44 -0600
  • 56c6db1d62 Added laikaS_readENC laikaS_writeENC, minor refactoring CPunch 2022-01-29 00:26:15 -0600
  • 8627f5b85d lpeer.c: pktSize sanity check CPunch 2022-01-27 20:10:41 -0600
  • a023929190 Added key exchange to LAIKA_HANDSHAKE_* CPunch 2022-01-27 19:55:28 -0600
  • 203b5ce38f Added LibSodium, new tools/, genKey, sLaika_peer::type CPunch 2022-01-27 13:36:36 -0600
  • af05611914 Sanity check that pktIDs from VAR_REQ packets are actually variadic CPunch 2022-01-26 15:20:07 -0600
  • 22df7e3702 Added LAIKAPKT_VAR_REQ, enabling variable packets CPunch 2022-01-25 13:53:17 -0600
  • 2a0e34dd5a Added LAIKAPKT_HANDSHAKE_REQ support to cnc.c CPunch 2022-01-25 12:13:04 -0600
  • 04f02b4371 Protected handler calls in bot.c CPunch 2022-01-25 11:58:36 -0600
  • 1bccc78117 First actual runnable version CPunch 2022-01-24 21:46:29 -0600
  • 0dee6fe3fc Added new sLaika_peer member, 'uData' CPunch 2022-01-24 20:57:54 -0600
  • ed3efdaf11 Added laikaS_readInt() & laikaS_writeInt() CPunch 2022-01-24 20:50:14 -0600
  • 7cec181f61 Removed VS startup for cnc & bot CPunch 2022-01-24 19:51:55 -0600
  • c0aa8d2724 started cnc.[ch], lpeer.c no longer catches errors, instead cnc.c handles error events CPunch 2022-01-24 10:34:30 -0600
  • 48eebc1951 Added laikaS_acceptFrom() to lsocket.h, added LAIKA_MAGIC & LAIKA_MAGICLEN CPunch 2022-01-24 10:17:54 -0600
  • c9fdeba4c5 Renamed 'CERROR' & 'CWARN' to LAIKA_ERROR & LAIKA_WARN CPunch 2022-01-24 09:51:29 -0600
  • 8133a8d3cb Inital commit CPunch 2022-01-23 21:28:16 -0600