|
8627f5b85d
|
lpeer.c: pktSize sanity check
|
2022-01-27 20:10:41 -06:00 |
|
|
a023929190
|
Added key exchange to LAIKA_HANDSHAKE_*
- test keys are defined in laika.h
- bug fixes & refactoring with laikaM_growarray()
|
2022-01-27 19:55:28 -06:00 |
|
|
af05611914
|
Sanity check that pktIDs from VAR_REQ packets are actually variadic
- variadic packets *MUST* have a PKTSIZE of 0 in the provided pktSizeTable
|
2022-01-26 15:20:07 -06:00 |
|
|
22df7e3702
|
Added LAIKAPKT_VAR_REQ, enabling variable packets
- additional minor refactoring
|
2022-01-25 13:53:17 -06:00 |
|
|
1bccc78117
|
First actual runnable version
- many warnings & bug fixes
- added bot/ source
|
2022-01-24 21:46:29 -06:00 |
|
|
0dee6fe3fc
|
Added new sLaika_peer member, 'uData'
- pktHandler was updated to pass 'uData'
|
2022-01-24 20:57:54 -06:00 |
|
|
ed3efdaf11
|
Added laikaS_readInt() & laikaS_writeInt()
- new member for the sLaika_sock struct, 'flipEndian'
|
2022-01-24 20:50:14 -06:00 |
|
|
c0aa8d2724
|
started cnc.[ch], lpeer.c no longer catches errors, instead cnc.c handles error events
|
2022-01-24 10:34:30 -06:00 |
|
|
c9fdeba4c5
|
Renamed 'CERROR' & 'CWARN' to LAIKA_ERROR & LAIKA_WARN
|
2022-01-24 09:51:29 -06:00 |
|
|
8133a8d3cb
|
Inital commit
lib/ is just [FoxNet](https://git.openpunk.com/CPunch/FoxNet) ported to C99
|
2022-01-23 21:28:16 -06:00 |
|