Megamouse
|
1e5cd7f140
|
sceNp: fix print_get_roomdata_external_list_resp pointer checks
|
2024-06-12 00:18:37 +02:00 |
|
Megamouse
|
4d09ba5080
|
sceNp: add some more rpcn array pointer checks
These probably return an error on real firmware...
|
2024-06-12 00:18:37 +02:00 |
|
Megamouse
|
be863e763f
|
sceNp: add array sanity checks to print functions
|
2024-06-12 00:18:37 +02:00 |
|
RipleyTom
|
e42ba05883
|
Improve match2 ctx context start
|
2024-05-19 20:06:49 +02:00 |
|
RipleyTom
|
b83f1e7694
|
Improve CB accuracy for Avc2
|
2024-05-19 19:16:30 +02:00 |
|
RipleyTom
|
3e7ff4059e
|
Add matching2 option handling
|
2024-05-16 22:38:11 +02:00 |
|
RipleyTom
|
0a956906de
|
fix size calculation in get_member_and_attrs
|
2024-05-15 17:57:12 +03:00 |
|
RipleyTom
|
a50683d6ca
|
sys_net improvements (#15584)
Also remove redundant ensures
|
2024-05-13 05:35:08 +03:00 |
|
RipleyTom
|
b7a882f42b
|
Split normal sockets and p2p sockets handling v2
|
2024-05-08 20:04:23 +03:00 |
|
RipleyTom
|
b38ce9452d
|
Revert "Split normal sockets and p2p sockets handling"
This reverts commit 08c3a38b67.
|
2024-04-27 10:45:14 +02:00 |
|
RipleyTom
|
08c3a38b67
|
Split normal sockets and p2p sockets handling
|
2024-04-24 14:15:17 +03:00 |
|
oltolm
|
59410b9d62
|
fix compiler warnings
|
2024-03-28 08:45:20 +01:00 |
|
Megamouse
|
59dc5dcd54
|
Update wolfssl to 5.7.0
|
2024-03-26 12:26:26 +01:00 |
|
RipleyTom
|
397c2698ae
|
Fix sceNpScoreGetRankingByNpId
|
2024-03-12 09:36:31 +02:00 |
|
RipleyTom
|
573734fab8
|
Send initial presence for offline friends.
|
2024-02-28 17:41:25 +01:00 |
|
RipleyTom
|
2168511e5b
|
Add check for score transactions being reused
|
2024-02-28 02:14:37 +01:00 |
|
RipleyTom
|
ac8e914a25
|
improves sig_ctx handling, sys_net logging and fixes udpp2p protocol (#15235)
|
2024-02-24 12:40:53 +01:00 |
|
RipleyTom
|
26d406fec3
|
RPCN 1.1
|
2024-02-05 09:44:29 +01:00 |
|
Megamouse
|
e5cfe710fa
|
sceNp: correct type for data attachment
|
2024-02-03 17:59:19 +01:00 |
|
Megamouse
|
48f82c75c1
|
np: fix signed/unsigned warning
who the heck thought returning signed on a counter makes sense...
|
2024-02-03 17:59:19 +01:00 |
|
RipleyTom
|
319657e815
|
Review fixes
|
2024-02-03 08:45:29 +01:00 |
|
RipleyTom
|
c589001dff
|
Add player history
|
2024-02-03 08:45:29 +01:00 |
|
Megamouse
|
cdfe3ee7c8
|
Name some threads
|
2024-01-31 16:33:29 +01:00 |
|
RipleyTom
|
af8d308a69
|
Terminate RPCN connection cleanly
|
2024-01-29 13:01:09 +01:00 |
|
Megamouse
|
3dbde04d18
|
sceNpCommerce: add init checks
|
2024-01-27 08:31:16 +01:00 |
|
RipleyTom
|
fe9a24a1b8
|
RPCN 1.0 (#15045)
|
2024-01-14 12:36:23 +01:00 |
|
RipleyTom
|
4c36b80300
|
Misc NP fixes
|
2024-01-13 15:44:28 +01:00 |
|
RipleyTom
|
61e130e68c
|
Honk if you knew memset(nullptr, 0, 0) was UB
|
2024-01-09 23:06:23 +01:00 |
|
RipleyTom
|
236e32fb3d
|
Fix weird cmp in np_handler.cpp
|
2024-01-09 23:06:23 +01:00 |
|
RipleyTom
|
067ea68979
|
Fix games passing invalid npids
|
2024-01-09 23:06:23 +01:00 |
|
RipleyTom
|
485fca34b0
|
Misc NP fixes
|
2024-01-08 14:03:15 +01:00 |
|
RipleyTom
|
47ae192cf8
|
Impl sceNpBasicSendMessage
|
2024-01-07 13:36:27 +01:00 |
|
RipleyTom
|
80b7fd5f3f
|
Check room event callback has been set before calling it
|
2024-01-05 22:34:52 +01:00 |
|
RipleyTom
|
0227b16d06
|
Fix sceNpBasicSetPresence when data is nullptr and size is 0
|
2024-01-05 22:34:52 +01:00 |
|
RipleyTom
|
b6e9746198
|
RPCN 0.9 (#15002)
|
2024-01-05 09:43:26 +01:00 |
|
Megamouse
|
59c58aa3cf
|
fix some warnings
|
2023-12-30 19:07:35 +01:00 |
|
RipleyTom
|
03761c5dd4
|
rpcn 0.8
|
2023-12-29 19:22:49 +01:00 |
|
Eladash
|
40604f6076
|
Fixup np_handler ctor
|
2023-12-21 16:12:50 +02:00 |
|
RipleyTom
|
dbd1f27862
|
Replace condition_variable with atomic_t
|
2023-12-20 15:28:47 +02:00 |
|
Eladash
|
0c410f8a14
|
Postpone thread launching on g_fxo->init
|
2023-12-19 15:34:07 +02:00 |
|
RipleyTom
|
f709a5747a
|
Force sending a FIN packet on rpcn disconnect
|
2023-12-13 12:42:38 +02:00 |
|
Eladash
|
2db607c716
|
Replace some fmt::format with fmt::append
|
2023-11-10 08:45:49 +02:00 |
|
Eladash
|
9635417ae5
|
Replace some utils::bless usages
|
2023-08-19 17:18:40 +03:00 |
|
Talkashie
|
dabb2cc9a0
|
Fix typos, improve consistency
Fixes typos where spelling or grammar is objectively wrong.
Changes wording and capitalization in some areas to be more consistent with other areas.
|
2023-07-28 13:09:06 +03:00 |
|
oltolm
|
0c94606fcf
|
Make compile with msvc, clang and gcc on Windows
|
2023-07-11 21:40:30 +03:00 |
|
Megamouse
|
16f869fe5a
|
logging: minor trace optimizations
|
2023-06-15 19:48:15 +02:00 |
|
Megamouse
|
d28e3c4f08
|
np_handler: fix warning: check socket in discover_ip_address
|
2023-06-13 18:08:51 +02:00 |
|
Megamouse
|
f8009451a9
|
rpcn: fix some msvc warnings
|
2023-05-18 09:15:49 +02:00 |
|
RipleyTom
|
195de818b6
|
Fix rpcn config reset
|
2023-05-06 19:48:40 +02:00 |
|
Megamouse
|
6555de6ef5
|
fix warnings
|
2023-04-21 16:41:06 +02:00 |
|