Commit Graph
21 Commits
Author SHA1 Message Date
icex2 8747fce0ca hook/pro: Add net-crypt module, monitor network packet decryption failure 2021-01-17 01:58:24 +01:00
icex2 07146a7672 hook/pri: Update server addresses
- Use default ports for redirects -> attach local proxy
- Block a few more addresses that are currently unknown
2021-01-17 01:57:01 +01:00
icex2 73f2402455 pumpnet/prinet-proxy: Change default port to correct stock prime port 2021-01-17 01:53:35 +01:00
icex2 986571a513 pumpnet: Add prinet-proxy application
Sits between the game (client) and pumpnet (server) translating
the game's native protocol to more managable http requests.

Encryption and decryption is also taken care off to remove that
burden from the server side. This makes http requests as generic as
"game version X is sending some data. here, go and figure out what
to do" on the server side.
2021-01-17 01:34:23 +01:00
icex2 506abe92da pumpnet/lib: Add prinet module for sending prime network data to pumpnet 2021-01-17 01:34:23 +01:00
icex2 2b193a8d40 pumpnet/lib: Add protocol for prinet data 2021-01-17 01:34:23 +01:00
icex2 1210386602 hook/patch: Adapt net-profile to naming changes of deps 2021-01-17 01:34:23 +01:00
icex2 450f5507d8 pumpnet/client: Adapt to naming changes of deps 2021-01-17 01:34:23 +01:00
icex2 250ff3bf51 pumpnet/lib: Remove now obsolete pumpnet module
Got separated to allow re-usability of specific parts for prinet
2021-01-17 01:34:23 +01:00
icex2 30f45783ff pumpnet/lib: Tweak http module, return recv size, set recv buffer size 2021-01-17 01:34:23 +01:00
icex2 4c46aa4337 pumpnet/lib: Factor out (from pumpnet module) usbprofile parts
Preparation for having another module for handling network stuff
and re-using parts of the pumpnet lib
2021-01-17 01:34:23 +01:00
icex2 7b03067348 pumpnet/lib: Rename protocol -> protocol-usbprofile 2021-01-17 01:34:23 +01:00
icex2 e94d64d30a pumpnet/lib: Factor out some base pumpnet logic, e.g. get+put with retry 2021-01-17 01:34:23 +01:00
icex2 659f2ea1f0 util/sock-tcp: Add functions for client side data handling 2021-01-17 01:34:21 +01:00
icex2 eac14dd673 util/sock-tcp: Add constant for invalid socket handle 2021-01-17 01:34:21 +01:00
icex2 abb383995a sec/prinet: Module for encryption/decryption of prime network traffic 2021-01-17 01:34:18 +01:00
icex2 c84ff4463f util/iobuf: Add functions to safely and easly alloc/free iobufs 2021-01-17 00:52:09 +01:00
icex2 2871238427 util/rand: Extend, add functions to init with seed, rand u8, u16, array 2021-01-17 00:51:22 +01:00
icex2 628a5d040e util/base64: Add tests 2021-01-17 00:50:54 +01:00
icex2 6492e4df1a capnhook/result: Extend error code list 2020-12-31 19:54:59 +01:00
icex2 762bf140c0 Version 1.08 with public source code release. 2020-10-03 20:56:55 +02:00